ASMA017W Undefined keyword parameter; default to positional, including keyword - xxxxxxxx
Explanation
A keyword parameter in a macro call is not defined in the corresponding macro prototype statement.
This message is also generated by a valid positional parameter that contains an equal sign.
System action
The keyword (including the equals sign and value) is used as a positional parameter.
Programmer response
Define the keyword in the prototype statement, or enclose the valid positional parameter in parentheses, or apostrophes, and adjust the macro coding appropriately.
Severity
4