what is the use of JCL?
No Answer is Posted For this Question
Be the First to Post Answer
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
How to concatenate different LRECL of files?
What is GDG and what is the maximum limit of versions that can be created?
mainframe questions like basic&depth
How do you send the output of a COBOL program to a member of a PDS?
which utility is used to run a cobol-db2 program?
How are GDGs concatenated?
How to find the number of duplicates in a file using Sort?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
What is Backward Referencing ?
Explain about LMINIT - generate a data ID for a data set
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?