I have a control card used in a job which has some run numbers, and I would like to know whether I can increment them through a SORT step. It looks like this --
//SETVAR01 SET WEEK='516'
//SETVAR02 SET ABCGDG='G0365V00'
//SETVAR03 SET XYZGDG='G0367V00'
I want to add a step in my job which will increment all these numbers by 1. Can I do it through SORT?