What is the default value of DISP for temp datasets
Answer Posted / pradeep kumar
for DSN=&&TEMP,
i) If the uasge of temporary file is within the step, then
DISP=(NEW,DELETE,DELETE) can be used
ii) If the usage of the temporary file is passed to its
next step, then DISP=(NEW,PASS,DELETE) can be used.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
how to refer the data field?
How can you get the ksds file records into your cobol program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between Global and External Variables?
A table has two indexes defined. Which one will be used by the SEARCH?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name the divisions, which are available in a cobol program?
What is amode(24)?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(31)
how to move the records from file to array table. give with code example
how do you reference the variable unblock file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?