FSUM3065
The string1 step ended with return code string2.

Explanation

The indicated step completed with a nonzero return code, where the step is one of the following:
  • ASSEMBLE
  • COMPILE
  • IPACOMP
  • TEMPINC
  • IPATEMP
  • IPALINK
  • PRELINK
  • LINKEDIT
This does not necessarily mean that you need to take action. Normally, another error message from the step precedes this message (for the prelinker, you may need to create a prelink map, such as by using the -V option, to see the associated error message).

If a positive return code less than or equal to the value of the environment variable {_ACCEPTABLE_RC}; (or its default value), is returned, the final result of the c89 command is not affected.

In the message text:

string1 is the step name. string2 is the return code.

User response

If necessary, correct the error indicated by the preceding message or messages, and reenter the c89 command.

If a preceding message indicates that there is a problem with a DD:ddname (such as DD:SYSLIN), and it is unclear to which data set or pathname this refers, then reenter the failing c89 command with the -v option to produce pseudo-JCL. To find out which data set or pathname c89 is allocating to that ddname, look at the pseudo-JCL of the failing step for a line beginning with the words " //ddname DD".  The beginning of each step is identified by the words "//step EXEC".