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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / maxcc21
temporary files are:
1)dsn=&&temp
2)//JOBLIB DD SPACE=(CYL,(200,200),RLSE),UNIT=*****
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rikdeb
(ii) DSN = *.TEMP IS CORRECT.
Plese corretc me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to split a file
Whats error code s222?
using cursor how can you fetch more than one record into a variable
What is a GDG
Which statement is used to identify the private libraries in job?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
How do you submit a job for execution?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
how to compress the data set
restart logic ?
what is a steplib