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 / pintokott
2 Rikdeb: (ii) DSN=*.TEMP IS INCORRECT.
Alas.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 access an uncataloged dataset in a jcl?
What dd statement is used to supply the name of a dataset?
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 the JCL statement consists of?
Explain the function of the dd dcb keyword?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain how can return codes be tested before execution of a job step?
What is Cataloged Procedures?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to submit jcl through a cobol program?
How do you overcome this limitation ?
Define concatenating?
For what purpose steplib and joblib are used ?