file status 00 is checked after opening the file or reading
the file
Answer Posted / dilli
it can be used for both the situation for successful opening
and reading the file
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different data types in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
Define cobol?
What is length is cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is the use of outrecord?
What are the different rules for performing sort operation?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between comp and comp-3 usage?
How to remove 2 duplicate records and copy only one using job control language?
Write a cobol program making use of the redefine clause.