file status 00 is checked after opening the file or reading
the file
Answer Posted / neha
no it is used for opening the file. for reading file 01 is
code generally.from successful run the code
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
When is inspect verb is used 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
Whats the difference between search & search ALL?
What are the different open modes available in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do we get current date from system with century in COBOL?
Why would you use find and get rather than to obtain?
What is report-item in COBOL?
how do you reference the printer file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the different rules for performing sort operation?
What is the use of intialize verb?
Can a Search can be done on a table with or without Index?