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 / deepak_developer
Correct answer is
Actually this question does not have right answer in option.
So i write is isolated.
if we refer to temp then.
dsn= *.step2.dd1
This is right Answer.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
When space is allocated for an output dataset, what units can be used?
How can return codes be tested before execution of a job step?
what is the use of IEBGENER utility?
define cond parameter in jcl?
What parameter directs the output of the job log dataset?
Is condition checking possible in jcl? If yes, how?
In job processing, what happens in conversion stage?
What is the difference between run mode and addressing mode?
can any one plzzzzzz tell the jcl code for creating ps using idcams
which utility is used to run a cobol-db2 program?
What is the function of the dd mgmtclas keyword in sms datasets?
what is JCL?
what JCL Procedures?
Explain the purpose of dd * statement in jcl?