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 / dedicated
Just Read DSN = *.STEP1.DD1.TEMP in option (iv)
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
How do you submit a job for execution?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the format of comment statement?
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) ?
What is the use of disp parameter?
How can the submitting users racf authority be overridden in a job stream?
which parameter is use to declare the name of dataset in dd statement?
which utility is used a dummy utility?
Can an individual step be restricted from using all the jobs allowed cpu time?
When space is allocated for an output dataset, what units can be used?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
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) ?
Explain how can the attributes of one sms dataset be copied to another dataset?