Search results with tag "A macro variable"
SAS Functions by Example
www.sas.comMacro Functions CALL SYMPUT(macro-var, character-value) CALL SYMPUTX(macro-var, character-value) Assigns a value to a macro variable during execution of DATA step CALL SYMPUTX: Blanks are not removed from value before assignment to macro variable CALL SYMPUTX: Leading & trailing blanks are removed from value before assignment to macro …
243-29: SAS Macro Programming for Beginners - SAS Support
support.sas.comA macro variable is like a standard data variable except that it does not belong to a data set and has onl y a single value which is always character. The value of a macro variable could be a variable name, a numeral, or any text you want substituted in your program.
028-30: Storing and Using a List of Values in a …
www2.sas.com1 Paper 028-30 Storing and Using a List of Values in a Macro Variable Arthur L. Carpenter California Occidental Consultants, Oceanside, California