Previous Topic: CALC235ENext Topic: CALC237E


CALC236E

File not opened for input

Reason:

The GET statement has been issued to an output file. Only PUT statements can be issued to a file defined as OUTPUT, unless the file has been previously RESET.

Action:

Remove the GET for your OUTPUT file or specify RESET prior to the GET statement in the program.