Is it possible to pass value to the SYSIN card using some variable. for example I have set a value say
// SET STAR01=*
and I want to use this variable in sysin card with any condintion like:
//SYSIN DD=*
SORT FIELDS=COPY
OMIT COND=(7,1,CH,EQ,STAR01)
SORT FIELDS=COPY
OMIT COND=(7,1,CH,EQ,STAR01)
I know, this code will not work, but can anyone suggest me how can i achieve it.