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
What is the syntax of JCL statement?
Can we call instream to catalog and catalog to instream?
What are steplib and joblib?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how can you check if a file is empty using jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is the purpose of the dd keylen parameter?
How can the disposition of sysout datasets be set for an entire jobstream?
define cond parameter in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How does jcl act on code(if you take a cobol program)?
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?