Max generations in GDG??
Answers were Sorted based on User's Feedback
Answer / fayaz
We Can Create upto 256 generations but the 256th generation
won't be there after successful execution of the job.
It will created in the compilation mode.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / asdfaef
WE CAN CREATE 255 GENERATIONS AND 9999 VERSIONS
| Is This Answer Correct ? | 0 Yes | 6 No |
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
How to find out the number of records in a file using JCL
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
what is a jcl?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
How many positional parameters are there in job statement?
what is JCL?
diff bw vsam and normal flat file?
Which dd parameters are required?
in jcl you are having JCLLIB and STEPLIB what happens
Explain the function of the steplib dd statement?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?