Answer Posted / sariputi
It is one of the DD statement,through which we can give
the instream Data(Input)required for the job.
EXAMPLE:
//SYSIN DD *
COPY I=DD1,O=DD2
/*
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how do you code a null statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain how can a stopped job be started again?
What is use of restart and how to use it?
How do you access an uncatalogued dataset in a jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
I need exexution process for JCL programs
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Is automatic restart possible in jcl?
Where & How Do You Code Identifier In Jcl?
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 DSN in JCL and what are the parameters to declare the DSN?
How to alter the parameters for the existing gdg?
how to do automated restart when a job abends?