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 |
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
what is JCLLIB and PROCLIB in jcl and their syntax
A job has 90 steps i want to execute only step7 and step15
What is DATACOM db?
How to copy one PS file to multiple PS files with same data?