What is the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between static call and dynamic call?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
how to see the latest generation in gdg?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
How jcl work to handle various input output file operations?
shall we concordinate two different length dataset in to a new date set.
Can we browse or edit the GDG dataset if it is a tape entry?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
how can we merge two input files from two different jobs into one output file ? Please ans any one 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
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file