ASMA004E Duplicate SET symbol declaration; first is retained - xxxxxxxx
Explanation
A SET symbol has been declared (defined) more than once. A SET symbol is declared when it is used in the name field of a SET statement, in the operand field of an LCL or GBL statement, or in a macro prototype statement.
System action
The value of the first declaration of the SET symbol is used.
Programmer response
Eliminate the incorrect declarations.
Severity
8