SORT card to eliminate duplicity.
wht is step lib n job lib ? where can we code joblib n steplib ?
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?
Can a job have only steplib and no joblib ?
What is condition checking in jcl? Is this possible?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
what is a MODELDSCB?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
What is RESTART? How is it invoked?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How do you access an uncatalogued dataset in a jcl?
how can i use the parameters decalred in main pgm in sub pgm
Explain about User Information