| TEMPLATE Procedure: Declaration Statements (Experimental) |
| MVAR variable-1 <'text-1'> <... variable-n <'text-n'>>; |
| Usage Information |
| Restriction: |
You can use the MVAR statement in the definition of a table, column, header, footer, or an ODS statistical graph. A macro variable that is defined in a definition is available to that definition. |
| Tip: |
ODS uses the value of the variable as a string. References to the macro variable are resolved when ODS binds the definition and the data component to produce an output object. |
| Required Arguments |
names a character macro variable to reference in the definition. ODS uses the value of the macro variable as a string. ODS does not resolve the value of the macro variable until it binds the definition and the data component.
| Options |
is text that you can place in the definition to explain the macro variable's use. Text of this type becomes part of the compiled definition, which you can view with the SOURCE statement, whereas SAS comments do not become part of the definition.
| Requirement: | You must enclose the text in quotation marks. |