Max generations in GDG??
Answers were Sorted based on User's Feedback
Answer / devendranath
We can have Maximum of 255 GDG vesion for a base..
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / mohan
The generation and version numbers are in the form GxxxxVyy,
where xxxx is an unsigned 4-digit decimal generation number
(0001 through 9999) and yy is an unsigned 2-digit decimal
version number (00 through 99)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gokul
we can create 255 active generations but versions can be upto 9999
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
How is a new GDG coded?
Are there any set of rules for the names of the steps used in a job? What are they?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
How gdg are concatenated?
how to run batch program without jcl?
What are the utility programs in jcl?
how can we override data definitions in jcl. can any one give detailed example
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
How are GDGs concatenated?