Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below,
What will be the output file name in each step ?
PROC starts
Step 1 has ID.GDG.FILE(+1)
Step2 has ID.GDG.FILE(+4)
PEND
Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ?
PROC starts
Step 1 has ID.GDG.FILE(+1)
PEND
PROC1 starts
Step2 has ID.GDG.FILE(+4)
PEND
Answers were Sorted based on User's Feedback
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
Explain the function of job statement in jcl?
What is the difference between the positional and keyword parameters? Give examples.
which utility is used to sort a file in jcl?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
What is the difference between a symbolic and an override in executing a PROC?
how to compare two datasets without using superce because output is limited to 133 bytes
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
What is the use of the utility DFSRRC00 in the JCL?