how to check whether the open command of a sequential file is
successful? or not?
Answer Posted / mani yadav
By Using File-status.
File status code is 00.succesfully opened.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the cobol coding sheets?
What rules are followed by the search verb.
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...)
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how to refer the data field?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Which is not true about evaluate statement
What are literals?
How are the next sentence and continue different from each other?
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 occurs cannot be used in 01 level in COBOL?
Write a program to explain size error.
what is difference between cobol and cobol/400