ASMA155S Previous use of symbol is not this section type
Explanation
The name on a CSECT, DSECT, RSECT, COM, CATTR, or LOCTR statement has been used previously, on a different type of statement. For example, the name on a CSECT has been used before on a statement other than CSECT, such as a machine instruction or a LOCTR.
System action
This name is ignored, and the statement processes as unnamed.
Programmer response
Correct the misspelled name, or change the name to one that does not conflict.
Severity
12