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 |
How to Enter The Spool Area In Real Time?
Describe the various parameters utilized in the creation of a gdg?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
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 compress the data set
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
Is acct parameter mandatory?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
how to compare two datasets without using superce because output is limited to 133 bytes
how to convert a file form fixed Length to variable length?