SuperC messages

There are three levels of SuperC messages:
  • Informational messages do not affect the return code and SuperC completes normally.
  • Warning messages return a code of 4 to 7, processing is completed, but some user option/operation may not be completely performed.
  • Error messages are accompanied with a return code of 8 or greater and the processing is prematurely terminated.

This section explains the SuperC message format and the messages you may receive.

Each of the messages issued by SuperC is of the form:

Message format

ASMFnnns

where:
ASMF
is the program identifier for SuperC
nnn
represents a particular message number
s
is the message severity level:
I
Informational message
W
Warning message
E
Error message