How to pass the temp dataset form one JOB step to another?
Answer Posted / kumar
By coding DISP=PASS,Delete on dd statement,it passes the
dataset to
another dataset.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
List in order the hierarchical levels of jcl?
Does jcl support automatic restart?
How do you access an uncatalogued dataset in a jcl?
What are the jcl procedures?
A dd statement consists of 4 fields. Name them?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How does jcl specify the job to the operating system?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What do you understand by jcl?
When output dataset space is required, what quantity categories are used?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to submit a jcl from cics?