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 JCL Procedures?
How do you submit a job for execution?
What is job control language?
Explain the function of dd disp parameter?
How can a jobs execution priority be modified?
When space is allocated for an output dataset, what units can be used?
When output dataset space is required, what quantity categories are used?
How to pass data to a program that is coded in an exec statement?
what is the use of JCL?
Can we use DISP=SHR in output file in JCL
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the use of disp parameter?