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
Define cobol?
What is redefines clause in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the LINKAGE SECTION used in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
IF I mention stop run in CICS what happens?
Write the code to count the sum of n natural numbers.
what is search and searchall?what is the diffrence between them?give an best example?
how to access the file from prodution from changeman tool and to submit a file to production
What is the usage of comp fields in cobol?
Explain about different table spaces.
What rules are followed by the search verb.