How to pass the temp dataset form one JOB step to another?
Answer Posted / guest
By specifying the DISP as PASS for the temp dataset
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
When space is allocated for an output dataset, what units can be used?
Explain how can an in-stream dataset be terminated?
What is the function of the dd avgrec keyword in sms datasets?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
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
Explain in DD statement what is the use of DCB parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain how can return codes be tested before execution of a job step?
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
For what purpose steplib and joblib are used ?
Explain the purpose of the dd keylen parameter?
What is the difference between run mode and addressing mode?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?