MOD, DELETE; What does a disposition of (,DELETE) mean ?
Answer Posted / vimal raj
Mod will modify the existing dataset if job runs fine and it
will delete it if job abends or hit with error
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Why include statement is used in a jcl?
What are the jcl procedures?
Define concatenating?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to pass data to a program that is coded in an exec statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what are the various stages of job processing?
How can a stopped job be started again?
In job processing, what happens in execution stage?
What are the 2 types of parameters in dd statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to submit jcl through a cobol program?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how you can access an uncataloged dataset in a JCL?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?