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 / rikdeb
(ii) DSN = *.TEMP IS CORRECT.
Plese corretc me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When space is allocated for an output dataset, what units can be used?
what are JCLLIB and STEPLIB in JCL?
What does a disposition of (MOD,DELETE,DELETE) mean ?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can a jobs execution priority be modified?
what is use of space parameter in dd statement?
what is the difference between JES3 and JES2?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is acct parameter mandatory?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is “Cond= even” and “Cond=only”?
what is the compile process of cobol program expalin with code
what is the purpose of coding notify parameter in job statement?
How to submit a jcl from cics?