How is a dataset passed from one step to another?
Answer Posted / guest
A dataset is passed from one step to another based on what
is coded on the DISP parameter. The dataset can only be
passed to subsequent steps if PASS was used on the
disposition parameter.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
how can you check if a file is empty using jcl?
What is concatenating?
Explain the purpose of the dd keylen parameter?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Is acct parameter mandatory?
Explain the function of the steplib dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Differentiate between addressing mode and run mode.
A dd statement consists of 4 fields. Name them?
What is the function of the steplib dd statement?
what is a jcl?
Give the syntax of job specifying jcl statement.
What dd statement is used to supply the name of a dataset?