SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

Returns an indication of the existence of a macro variable

Category: Macro

See: SYMEXIST Function in SAS Macro Language: Reference

Syntax

SYMEXIST ( argument )

Argument

argument

Details

The SYMEXIST function searches any enclosing local symbol tables and then the global symbol table for the indicated macro variable and returns 1 if the macro variable is found or if the macro variable is not found.

For more information, see the 'SYMEXIST Function' in SAS Macro Language: Reference .

Категории