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 do you differentiate between cobol and cobol-ii?
What rules are followed by the search verb.
How do you reference the following file formats from cobol programs?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to know whether the module is dynamical or statistical?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is a SSRANGE and NOSSRANGE?
What is the compute verb? How is it used?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is an in line perform? When would you use it? Anything else you wish to say about it.
Can you please let me know the centre name of INS certification in Kolkata.
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the rrds file formats from cobol programs
What is the usage of comp fields in cobol?