How is a new GDG coded?
Answers were Sorted based on User's Feedback
Answer / guest
A new GDG is coded as (+ after the dataset name as follows:
DSN=JAN.DATA(+. This will cause all generations to be pushed
down one level at the end of the job.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / edgar
Remember to create a base GDG, use the default job to do this !!! luck...
| Is This Answer Correct ? | 0 Yes | 0 No |
How to execute only th 15th step of JCL consisting of 50 steps?
what are the technical terms for // /* in jcl
What is the purpose of disp parameter?
What is multithreading in jcl?
What is the purpose of dd?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
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?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the difference between static call & Dynamic call ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
how to purge 50 initiators continuously?? console commands??