how to resolve the file status 47.......



how to resolve the file status 47.........

Answer / ramnivas

ATTEMPT TO READ FROM A FILE WHICH IS NOT OPEN IN INPUT OR I-
O MODE

So please "OPEN" the file first.

Is This Answer Correct ?    19 Yes 4 No

Post New Answer

More COBOL Interview Questions

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 ?

0 Answers  


Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


What is the meaning of 'Eject' verb in cobol?

2 Answers   TCS, Wipro,


S9(5)V9(2) occupies how many bytes memory ?

6 Answers   Cap Gemini,


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

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  


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

0 Answers  


What rules are followed by the search verb.

0 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


how do you reference the esds vsam file formats from cobol programs

0 Answers  


Categories