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 / garry
May be the option is not here in 4:
DSN=*.step1.temp
Please correct me
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
when does a dataset go uncataloged?
List in order the hierarchical levels of jcl?
what are the statements that are not valid to be included in an include statement?
What are the difference between jcl and jes?
Is there any command to check wether the ps file is in sorted order?
Name a few IBM utility programs, and explain its function.
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?
How do you create a temporary dataset?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How do you overcome this limitation ?
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
What is one line to pass PARM from JCL to COBOL?
Name what parameter directs the output of the job log dataset?
What are steplib and joblib? What for they are used?
which utility is used a dummy utility?