Problem:
File status 9/104 when trying to Open a file.
Resolution:
You specified a data-name for a file-name instead of a literal, and the data item contained only spaces when you tried to open the file.
Resolution:
Recode your program specifying the correct file-name.
Example
Wrong:
Select myfile assign to file1.
open output file1.
File status 9/104
Correct:
Select myfile assign to file1.
move "empl-file" to file1.
open output file1.
File status 0/0
#ServerExpress
#COBOL
#AcuCobol
#RMCOBOL
#netexpress