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 / maxcc21
temporary files are:
1)dsn=&&temp
2)//JOBLIB DD SPACE=(CYL,(200,200),RLSE),UNIT=*****
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what happens in conversion stage in job processing?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what happens in execution stage in job processing?
what is the JCL statement consists of?
Explain how can values be passed from the job stream to an executable program?
When output dataset space is required, what quantity categories are used?
What is the purpose of dd?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the function of a dd statement?
What is jcl in mainframe?
Is it possible to code instream data in a PROC?
What is the function of the dd dcb keyword?
Is there any command to check wether the ps file is in sorted order?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?