WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / geetanjali
DISP=(MOD,DELETE,DELETE)
The current status of the dataset is MOD i.e. Append data to the file if it already exists and create new if it dosen't.
On normal disposition i.e. successful execution of job the dataset is deleted.
On Abnormal disposition i.e. in case of job abend, the dataset is deleted.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are steplib and joblib?
In sms datasets, what is the function of the dd avgrec keyword?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain about ISPF/TSO Commands
What is the function of the dd mgmtclas keyword in sms datasets?
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
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What is Cataloged Procedures?
What is the format of comment statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Which statement is used to identify the private libraries in job?
Brief description of inline procedure of jcl.
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can we call instream to catalog and catalog to instream?