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
No.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can I share my data with other jobs? How?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is the compile process of cobol program expalin with code
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of a dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
When output dataset space is required, what quantity categories are used?
Explain dd statement in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the difference between JES3 and JES2?
Where & How Do You Code Identifier In Jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How can a fb file convert to vb file using sort program?
define cond parameter in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?