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 / pintokott
2 Rikdeb: (ii) DSN=*.TEMP IS INCORRECT.
Alas.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are the parameters that are used in creating a gdg?
How gdg are concatenated?
What is notcat 2 - gs?
What are hierarchy levels in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
what JCL Procedures?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
which parameter is used to check the syntax of a jcl without executing it?
Must tape dataset definitions include vol=ser specifications?
when can a job time-out occur? How to overcome that?
How dummy is used in jcl?
Where can program checkpoints be stored for use in a restart?
what happens in conversion stage in job processing?