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
Brief description of inline procedure of jcl.
How would you understand error(execution phase)?
What are hierarchy levels in jcl?
Does jcl support automatic restart?
Mention the types of job control statements?
When space is allocated for an output dataset, what units can be used?
In job processing, what happens in execution stage?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is use of disp parameter in dd statement?
how can you check if a file is empty using jcl?
What are the difference between jcl and jes?
what is “Cond= even” and “Cond=only”?
Is condition checking possible in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can the attributes of one sms dataset be copied to another dataset?