Natural System Error Messages 9850-9899

NAT9898: Unexpected end of file or extended errors in CMOBJIN.

Text
Unexpected end of file or extended errors in CMOBJIN.
Explanation
The CMOBJIN data input file had reached the end-of-file condition
at a time when more data were requested for reading.
Action
Terminate program execution via STOP in a controlled way,
or omit OBJIN statement.

NAT9899: Unexpected end of file in CMSYNIN.

Text
Unexpected end of file in CMSYNIN.
Explanation
The CMSYNIN input file has reached the end-of-file condition
when more data or source input were requested to be read.
When reading data from the CMSYNIN file, the reading of data must
be terminated under program control. The program must be terminated
with an END statement, or the Natural execution must be terminated
with a FIN command.
Action
Check program and correct error.