All
Status 47
READ on file not open INPUT/I-O
Explanation
READ attempted on file not opened for INPUT or I-O.
Solution
Change OPEN mode to INPUT or I-O for read operations.
READ on file not open INPUT/I-O
READ attempted on file not opened for INPUT or I-O.
Change OPEN mode to INPUT or I-O for read operations.