Previous Page | Next Page

DATA Step Call Routines for Macros

CALL SYMPUTX Routine



Assigns a value to a macro variable, and removes both leading and trailing blanks.
Category: Macro
See: CALL SYMPUTX in SAS Language Reference: Dictionary in SAS Language Reference: Dictionary

Syntax

Syntax

CALL SYMPUTX(macro-variable, value <,symbol-table>);

Previous Page | Next Page | Top of Page