The MACRO Statement
- Last UpdatedJan 20, 2023
- 1 minute read
MACRO,<macro_name>
[,<arg_1>[,<arg_2>....[,<arg_25>]....]];
<macro_name> is the name of the macro. The maximum length of <macro_name> is 32 characters. Only upper case letters, digits and _ are allowed characters. <arg_1>,<arg_2>, ....,<arg_25> are the arguments to the macro. They cannot be expressions but must be variables. All types given in the ASSIGN statement are allowed.