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


Please Help Members By Posting Answers For Below Questions

What are the 4 fields in dd statement?

746


What is the difference between the positional and keyword parameters? Give examples.

718


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2073


what sort card you will use to copy the data from one dataset to another dataset?

734


Which dd parameters are required?

700






How to run cobol program using jcl?

660


What is the function of a dd statement?

709


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1361


A dd statement consists of 4 fields. Name them?

940


What is the function of the steplib dd statement?

746


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2176


Can we use DISP=SHR in output file in JCL

959


What is NOTCAT ?

746


Can we call instream to catalog and catalog to instream?

689


What parameters can be used to limit the number of records written to a sysout dataset?

758