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
What is the purpose of dd dummy statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can the attributes of one sms dataset be copied to another dataset?
what is the purpose of coding notify parameter in job statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how JCL works?
What is the motivation behind coding class parameter in job statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What are the 2 types of parameters in dd statement?
Can I share my data with other jobs? How?
What is job control language?
Explain the purpose of dd * statement in jcl?
what is use of dsn parameter in dd statement?
What statement can be used to send data to another mvs jes3 node?
Explain the purpose of the dd keylen parameter?