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
In job processing, what happens in execution stage?
Explain the function of the dd dcb keyword?
what are the types of abends that occur on job failure? And explain the possible causes of these
define cond parameter in jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how JCL works?
Explain how can a jobs execution priority be modified?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
I need exexution process for JCL programs
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to pass the parameter in parm using linkage section ? (syntax)?
How to do automated restart when a job abend?
how would you create a temporary dataset? And where will you use them?
how you can access an uncataloged dataset in a JCL?
How can values be passed from the job stream to an executable program?