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 |
Explain the function of a dd statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Can we Execute a job without specifying Job Name in the Job Card?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to release the Output HELD by using HOLD = YES on DD statement ?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
How can the submitting users racf authority be overridden in a job stream?
Why do you want to specify the REGION parameter in a JCL step?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?