How would I code JCL to copy a gdg data set G001v00 and
create a gdg Data set G001v01
Answers were Sorted based on User's Feedback
Answer / giri12
GDG is nothing but a sequential file. So i think using
IDACAMS or IEBGENER we can copy the GDG.
| Is This Answer Correct ? | 13 Yes | 0 No |
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?
wht do u mean by notify parameter, how can u give acess to multiple users ?
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?
Can we change the LIMIT of GDG?
What is order of searching of the libraries in a JCL?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What is a procedure?
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
lines(1,cancel)??What is meant by that??Plz explain it....
Can an individual step be restricted from using all the jobs allowed cpu time?
Define concatenating?