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 |
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
What is the use of the utility DFSRRC00 in the JCL?
What is the purpose of dd * statement in jcl?
whats SOC7?
after submiting the jcl.how do you know that the job has been completed.
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA