What is DISP= (NEW,PASS,DELETE)?
Answers were Sorted based on User's Feedback
Answer / guest
This is a new file and create it, if the step terminates
normally, pass it to the subsequent steps and if step
abends, delete it. This dataset will not exist beyond the JCL.
| Is This Answer Correct ? | 47 Yes | 5 No |
Answer / suresh
we use disp = (new,pass,delete) to create temporary data sets.
new is creates a new data set
pass on sucessful execution passes the datta set
delete it deletes the data setfrom the system
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vamsi
Ued for identified the status a data set.
EX:DISP=SHR
IT TELLS DATA SET IS OLD(ALREADY CREATED ) BUT USING IN
SHARE MODE.
| Is This Answer Correct ? | 1 Yes | 10 No |
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
Can we Execute a job without specifying Job Name in the Job Card?
Differentiate between addressing mode and run mode.
in ways data can be passed to a COBOL program from JCL?
when we use sysprint and sysout statements
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
how to increase the space of a dataset in instream procedure.
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?