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


Please Help Members By Posting Answers For Below Questions

In sms datasets, what is the function of the dd avgrec keyword?

658


In job processing, what happens in execution stage?

702


Explain how can the disposition of sysout datasets be set for an entire jobstream?

639


how would you create a temporary dataset? And where will you use them?

773


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

753






how do you access an uncataloged dataset in a jcl?

849


What is the purpose of dd?

730


Explain in DD statement what is the use of DCB parameter?

660


How does jcl act on code(if you take a cobol program)?

713


which parameter is used to check the syntax of a jcl without executing it?

802


How to submit jcl through a cobol program?

684


Explain about ISPF/TSO Commands

1316


Is condition checking possible in jcl?

722


How can a jobs execution priority be modified?

804


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1972