What is the default value of DISP for temp datasets
Answer Posted / s.vijaykumar
disp=(new,delete,delete)
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
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
What are all the divisions of a COBOL program?
In COBOL programming, what is PERFORM? What is VARYING?
explain sorting techniques in cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the pertinent COBOL commands?
What is the difference between PIC 9.99 and 9v99 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
What are literals?
Explain about different table spaces.
Differentiate between structured cobol programming and object-oriented cobol programming.
) How do u handle errors in BMS macro
What is the difference between external and global variables in COBOL?
Give some examples of command terminators?