How to pass the temp dataset form one JOB step to another?
Answer Posted / satyasivaji.ch
By coding DISP=PASS,on dd statement,it passes the dataset to
another dataset.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
Explain how can values be passed from the job stream to an executable program?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is “Cond= even” and “Cond=only”?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is multithreading in jcl?
What is the purpose of dd * statement in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
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 is the maximum length of a single line of jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How gdg are concatenated?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?