file status 00 is checked after opening the file or reading
the file

Answers were Sorted based on User's Feedback



file status 00 is checked after opening the file or reading the file ..

Answer / dilli

it can be used for both the situation for successful opening
and reading the file

Is This Answer Correct ?    13 Yes 1 No

file status 00 is checked after opening the file or reading the file ..

Answer / vamsi

file status codes:

41: already opened trying to open again
02:duplicate key
00:opened sucessfully
21:duplicate record

Is This Answer Correct ?    2 Yes 0 No

file status 00 is checked after opening the file or reading the file ..

Answer / srinath

File status is checked at both times i.e while opening as
well as while reading the file also.

Is This Answer Correct ?    3 Yes 3 No

file status 00 is checked after opening the file or reading the file ..

Answer / 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

More COBOL Interview Questions

In an array processing what is the thing that can be done by using subscripts but not by using index

4 Answers   JPMorgan Chase,


How to read records from flat file in reverse order through COBOL program?

14 Answers   Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,


Can you please let me know the centre name of INS certification in Kolkata.

0 Answers  


How does IDMS communicate with CICS?

1 Answers   Covansys, Satyam,


what is linkcard in cobol?

1 Answers   TCS,






Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 Answers  


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

0 Answers  


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

0 Answers  


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


how can we get current dat and time thru cobol pgm

3 Answers   DELL,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


Categories