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 |
How to pass the parameter in parm using linkage section ? (syntax)?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
What is the purpose of disp parameter?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
once we submitted the job to the operating system, how can we cancel the job before execution?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
Explain the hierarchy levels in jcl?
What is the syntax of JCL statement?
what is the purpose of coding notify parameter in job statement?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
Can I share my data with other jobs? How?
can anyone explain me about sort in jcl with inrec and outrec ?