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
how JCL works?
What is the function of job statement in jcl?
what is SOC4 error?
What is the significance of addrspc parameter in exec statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is timing concept in mainframe?
What do you know about jcl?
What is NOTCAT ?
what is use of dcb parameter in dd statement?
What is the purpose of dd dummy statement?
What is multithreading in jcl?
What is the motivation behind coding class parameter in job statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?