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 / prachi
DSN = *.STEP1.DD1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How can the attributes of one sms dataset be copied to another dataset?
What is the significance of addrspc parameter in exec statement?
Explain in DD statement what is the use of DCB parameter?
When output dataset space is required, what quantity categories are used?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how would you create a temporary dataset? And where will you use them?
When space is allocated for an output dataset, what units can be used?
Explain the purpose of dd * statement in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain how can return codes be tested before execution of a job step?
Is there any command to check wether the ps file is in sorted order?
What is the significance of addrspc parameter in the exec statement?
Explain the job statement in jcl?
What are the parameter we cannot use in procedure?