What is the default value of DISP for temp datasets
Answer Posted / 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 |
Post New Answer View All Answers
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Difference between array and sub-script ?
What is a scope terminator give example?
What is cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do we get current date from system with century in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is link edit in cobol?
how to refer the data field?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different rules of SORT operation?
What is perform what is varying?
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.