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
How do you define a variable of comp-1 and comp-2?
What is the difference between PIC 9.99 and PIC9v99?
HOw can I get the negative sign while deduct high value from low value
Difference between cobol and cobol-ii?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What the difference is between continue and next sentence?
What are literals?
explain sorting techniques in cobol program?
Explain how to differentiate call by context by comparing it to other calls?
How do you reference the fixed block file formats from cobol programs
how to move the records from file to array table. give with code example
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what happens if parmparameter passes zero bytes to the program
What is length is cobol?
Define static linking and dynamic linking.