HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Error severity

HLASM Programmer's Guide
SC26-4941-06

A fullword, set by the exit, that contains the severity code the assembler uses to determine which diagnostic message to issue.

The severity code is meant to have a value of 0, 4, 8, 12, or 16. If the severity code is not one of these values, it is rounded up to the nearest permitted value or, if the severity code is greater than 16, it is reset to 16.

The values 0, 4, 8, 12, and 16 correspond to the five diagnostic messages, ASMA700I through ASMA704C. For example, severity code of 4 causes the assembler to issue message ASMA701W. Table 1 summarizes the return code values and the associated diagnostic message.

Table 1. Error severity and associated diagnostic message
Error Severity Code Specified Error Severity Code Used Associated Message
0 0 ASMA700I
1–4 4 ASMA701W
5–8 8 ASMA702E
9–12 12 ASMA703S
> 12 16 ASMA704C

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014