What does a disposition of (NEW,CATLG,DELETE) mean?
Answer Posted / guest
That this is a new dataset and needs to be allocated, to
CATLG the dataset if the step is successful and to delete
the dataset if the step abends.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain the purpose of dd dummy statement?
How can unused space allocation be returned to the system when a dataset is closed?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the difference between JES3 and JES2?
Describe the various parameters utilized in the creation of a gdg?
Is it possible to left uncode disp?
In sms datasets, what is the function of the dd avgrec keyword?
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?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Is their any set of rules for dd? Explain.
What dd statement is used to supply the name of a dataset?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is “Cond= even” and “Cond=only”?