FPX1007W EOJ or EOJx call without prior INIT or INIx call to FPXGXDR.

Explanation

The exit was passed an EOJ-type function against a file for which INI-type functionality was not active. One of the following might be in error:

  • The exit was passed an EOJ-type function for an input file that was never opened.
  • The exit was passed an EOJ-type function for an input file that had already been closed.

As a result, there might not be a correct flow of function for one or more of the input files.

System action

Processing continues and returns a blank (' ') code.

User response

Although processing continues, there might be a logic error in the user-written program with caused this situation. The program should be verified for the correct logic. Make sure the proper flow of INI-type and EOJ-type functions for each input file.