How would I code JCL to copy a gdg data set G001v00 and
create a gdg Data set G001v01
Answer Posted / balaji
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
List the various advantages of using jcl language?
how would you create a temporary dataset? And where will you use them?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the function of the steplib dd statement?
What is Cataloged Procedures?
Can we use DISP=SHR in output file in JCL
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Is automatic restart possible in jcl? If yes, how?
Is condition checking possible in jcl? If yes, how?
What do you understand by the term job time – out and how can you overcome that?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can unused space allocation be returned to the system when a dataset is closed?
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?
How can the attributes of one sms dataset be copied to another dataset?