Page 1 of 1

Bypass a file in concatenation in JCL.

Posted: Mon Feb 05, 2024 5:37 pm
by Vijay Kamath
Hi,

Can anyone help me with answer for below question.

Q). Step1 exec pgm=pgm1
DD1 DD DSN =FILE1
DD2 DD DSN=FILE2
DD3 DD DSN=FILE3
DD4 DD DSN=FILE4

I want to bypass FILE3 and process with another fileX without using any utilities and cond parameters ?

Can anyone help me with approach to bypass file 3?

Re: Bypass a file in concatenation in JCL.

Posted: Tue Feb 06, 2024 4:19 am
by Robert Sample
Why do you not want to use any utilities or condition codes?

And why would you think you need to? Just edit the JCL, change DD3 to point to fileX, and submit it.