What does a disposition of (MOD,DELETE,DELETE) mean ?



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

Post New Answer

More JCL Interview Questions

what EXEC statement is and what is the syntax of EXEC statement used in JCL?

1 Answers  


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


What is use of restart and how to use it?

1 Answers  


whats the diff bw the evaluate also and and?

1 Answers   CGI,


what is the purpose of coding notify parameter in job statement?

1 Answers   IBM,


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


How do you restart a step in JCL?

12 Answers   HSBC,


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?

2 Answers  


What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


Categories