what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to submit a jcl from cics?
What is the exact difference between PRTY and DPRTY
List the different components of jcl statement?
what is a jcl?
How to get the last but one duplicate record of the file using Sort?
How many days does a job remain in spool
How to release the Output HELD by using HOLD = YES on DD statement ?
which parameter is use to declare the name of dataset in dd statement?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
Name what parameter directs the output of the job log dataset?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/