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
Answers were Sorted based on User's Feedback
Answer / deepak_developer
Correct answer is
Actually this question does not have right answer in option.
So i write is isolated.
if we refer to temp then.
dsn= *.step2.dd1
This is right Answer.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / maxcc21
temporary files are:
1)dsn=&&temp
2)//JOBLIB DD SPACE=(CYL,(200,200),RLSE),UNIT=*****
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rikdeb
(ii) DSN = *.TEMP IS CORRECT.
Plese corretc me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 1 No |
in jcl you are having JCLLIB and STEPLIB what happens
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What does S0C4 error mean?
Explain about Internal Sort
What is COND=ONLY ?
how to run batch program without jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what do you mean by include statement in jcl?
What is the purpose of dd * statement in jcl?
How to execute a set of JCL statements from a COBOL program ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?