What does a disposition of (MOD,DELETE,DELETE) mean ?
Answer / Babita Singh
A disposition of (MOD,DELETE,DELETE) in JCL means that the dataset will be created if it does not exist and existing data within the dataset will be destroyed. In other words, this option is equivalent to both MOD and DELETE options.
| Is This Answer Correct ? | 0 Yes | 0 No |
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the difference between a symbolic and an override in executing a PROC?
What is use of restart and how to use it?
whats the diff bw the evaluate also and and?
what is the purpose of coding notify parameter in job statement?
What is the error code SOC01 indicate ?
Please give me the coding for converting VB to FB and FB to VB
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How do you restart a step in JCL?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?