ASMA008S Previously defined symbolic parameter - xxxxxxxx
Explanation
The xxxxxxxx symbol has been used to define two different symbolic parameters.
System action
When the parameter name (the variable symbol) is used inside the macro definition, it refers to the first definition of the parameter in the prototype. However, if the second parameter defined by the variable symbol is a positional parameter, the count of positional operands still increases by one. The second parameter can then be referred to only through use of &SYSLIST.
Programmer response
Change one of the parameter names to another variable symbol.
Severity
12