WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Answer Posted / shivanadri naveen kumar
if the data set is available means it is already exist the data set is used in that step and it is deleted whether the job step is normal or abnormal execution of the step...
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
List the various advantages of using jcl language?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
how you can direct the data to spool using SYSOUT option?
Is it possible to left uncode disp? If yes, how?
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?
How does the jcl specify the job to os?
Name the statement which can be used to send data to another mvs jes3 node?
Does jcl support automatic restart?
Can we use DISP=SHR in output file in JCL
How does jcl act on code(if you take a cobol program)?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are the utility programs in jcl?
Where can program checkpoints be stored for use in a restart?