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 / dedicated
Just Read DSN = *.STEP1.DD1.TEMP in option (iv)
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
What happens if both JOBLIB & STEPLIB is specified ?
Is it possible to left uncode disp? If yes, how?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to pass data to a program that is coded in an exec statement?
what is the purpose of coding notify parameter in job statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Must tape dataset definitions include vol=ser specifications?
what is use of disp parameter in dd statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain how can the attributes of one sms dataset be copied to another dataset?
Where can program checkpoints be stored for use in a restart?