What is the default value of DISP for temp datasets
Answers were Sorted based on User's Feedback
Answer / sampath kumar
in the above answer is not correct...
disp=(new,pass,delete) and dsn=&&temp...it is correct answer..
| Is This Answer Correct ? | 32 Yes | 4 No |
Answer / 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 |
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
Can we use goto statement in inline_perform ?
How can you submit a job from COBOL programs?
What R 2 of the common forms of the EVALUATE STATEMENT ?
Name some of the examples of COBOl 11?
period is missing in the cobol program which error we getting
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
When can the USING phrase be included in the call statement ?
Name the divisions in a COBOL program ?
what is the coding difference between COBOL and CICS.
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
What are the differences between COBOL and COBOL II?