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 is the syntax of JCL statement?
what are JCLLIB and STEPLIB in JCL?
What is the function of job statement in jcl?
Describe the various parameters utilized in the creation of a gdg?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
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?
How can a stopped job be started again?
What is the use of symbol // in jcl?
Is automatic restart possible in jcl?
Why include statement is used in a jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
What are the utility programs in jcl?
when does a dataset go uncataloged?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can a jobs execution priority be modified?