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
how would you create a temporary dataset? And where will you use them?
what JCL Procedures?
what is the difference between JES3 and JES2?
How does jcl act on code(if you take a cobol program)?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain dd statement in jcl?
Explain how can return codes be tested before execution of a job step?
Describe the various parameters utilized in the creation of a gdg?
How jcl is used for testing batch programs?
What is the function of a dd statement?
when does a dataset go uncataloged?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
define cond parameter in jcl?
How jcl work to handle various input output file operations?
How to submit a jcl from cics?