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
Answer Posted / pankaj
Step 1 ID.GDG.FILE(-3)
Step2 ID.GDG.FILE(0)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about LMFREE�free data set from its association with data ID
What is jcl in mainframe?
What is notcat 2 - gs?
what is JCL?
What parameter directs the output of the job log dataset?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to do automated restart when a job abend?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is there any command to check wether the ps file is in sorted order?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the motivation behind coding class parameter in job statement?
Differentiate between the joblib and the steplib statements?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?