if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
How many instream we can write in single jcl?
how can i use the parameters decalred in main pgm in sub pgm
Passing a variable parm from JCL to a cobol/db2 program
What do you do if you do not want to keep all the space allocated to a dataset?
what happens if job falls in loop ? how to resolve it ?
how many members can be created inside a single pds?
Give the syntax of job specifying jcl statement.
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
What is Backward Referencing ?
What is the use of DSNDB07 ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
Are there any set of rules for the names of the steps used in a job? What are they?