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 / garry
May be the option is not here in 4:
DSN=*.step1.temp
Please correct me
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
Explain how can an in-stream dataset be terminated?
Brief description of inline procedure of jcl.
what are JCLLIB and STEPLIB in JCL?
What is the function of the steplib dd statement?
What do you understand by the term notcat 2 – gs?
What are steplib and joblib?
Is automatic restart possible in jcl? If yes, how?
How does jcl specify the job to the operating system?
what is the purpose of coding class parameter in job statement?
How can a jobs execution priority be modified?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the format of comment statement?
What is notcat 2 - gs?
Explain the jcl exec statement?