Hi,
I have a jcl in which there are two copy condition codes like this :-
COPY
TEXT,10,4,C,EQ,'1234',OR,
TEXT,10,4,C,EQ,'3456'
COPY
TEXT,10,4,C,EQ,'2345',OR,
TEXT,10,4,C,EQ,2111'
I want to use one of the copy conditions to work at a time. The jcl in which i've to code this is a scheduled one,so i dont want to make changes everytime a different condition code is specified. Please tell me how should I proceed.
Earlier, I was thinking of doing it with the help of a ps file, specifying both condition codes. But I am not sure of that how to proceed. Please help me.