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
example for sub strings ? and refernce modifications whit output pls
Define cobol?
What is rmode(any) ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different types of condition in cobol and write their forms.
Explain about different table spaces.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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 ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
how to refer the data field?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you reference the ksds vsam file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
In which area will you utilize 88 level items in cobol?