Are all (i), (ii), (iii), (iv) of the below are VALID to
reference a temporary dataset ?
STEP2
DD1 DD DSN = &&TEMP
STEP3
DD2 DD (i) DSN = TEMP
(ii) DSN = *.TEMP
(iii) DSN = *.STEP1.DD1
(iv) DSN = *.STEP1.DD1.ONE
Answer Posted / prachi
DSN = *.STEP1.DD1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
Are there any set of rules for the names of the steps used in a job?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I need exexution process for JCL programs
what is the resolution for sb37 error
A dd statement consists of 4 fields. Name them?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How is the record format of an output dataset specified?
What are steplib and joblib?
Is their any limit for data sets?
Explain the purpose of dd * statement in jcl?
What are some jcl statements that are not allowed in procedures?
What statement can be used to send data to another mvs jes3 node?
Where can program checkpoints be stored for use in a restart?
What are steplib and joblib? What for they are used?