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
Write a program to explain size error.
State the various causes of s0c1, s0c5 and s0c7.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are declaratives and what are their uses in cobol?
What is the difference between comp and comp-3 usage?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain how you can characterize tables in cobol?
What is Pic 9v99 Indicates in COBOL?
What is the utilization of copybook in cobol?
What are the pertinent COBOL commands?
For rewrite, why is it mandatory that file needs to be opened?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?