All
Status 48
WRITE on file not open OUTPUT/I-O/EXTEND
Explanation
WRITE attempted on file not opened for OUTPUT, I-O, or EXTEND.
Solution
Change OPEN mode to OUTPUT, I-O, or EXTEND for write operations.
WRITE on file not open OUTPUT/I-O/EXTEND
WRITE attempted on file not opened for OUTPUT, I-O, or EXTEND.
Change OPEN mode to OUTPUT, I-O, or EXTEND for write operations.