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
How does jcl specify the job to the operating system?
how to compare two datasets without using superce because output is limited to 133 bytes
Can I share my data with other jobs? How?
What is the function of the dd dcb keyword?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what operation is performed by job statement?
Is condition checking possible in jcl? If yes, how?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the function of a dd statement?
How is the record format of an output dataset specified?
What is the maximum length of a single line of jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
How to alter the parameters for the existing gdg?
Can we use DISP=SHR in output file in JCL