HLASM Language Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Combining positional and keyword parameters

HLASM Language Reference
SC26-4940-06

By using positional and keyword parameters in a prototype statement, you combine the benefits of both. You can use positional parameters in a macro definition for passing values that change frequently, and keyword parameters for passing values that do not change often.

Positional and keyword parameters can be mixed freely in the macro prototype statement.

See Combining positional and keyword operands for details of how to write macro definitions using combined positional and keyword parameters.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014