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 is the function of dd disp parameter?
what are the various stages of job processing?
Explain how can the submitting users racf authority be overridden in a job stream?
How to run cobol program using jcl?
what operation is performed by job statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is it possible to define dd statements as you want?
is there any way to execute more than one proc in the same exec statement at the same time..?
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
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Is condition checking possible in jcl? If yes, how?
what is the purpose of coding notify parameter in job statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to alter the parameters for the existing gdg?