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 the difference between catalogue procedure and In-Stream procedure?
What is concatenating?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
Hi, can any one tell about " How do u eliminate the duplicates "
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
what are the ways of passing data to a cobol program from jcl?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?