Previous Page | Next Page

Functions and CALL Routines

RESOLVE Function



Returns the resolved value of the argument after it has been processed by the macro facility.
Category: Macro

Syntax
Arguments
Details
See Also

Syntax

RESOLVE(argument)


Arguments

argument

is a character constant, variable, or expression with a value that is a macro expression.


Details

If the RESOLVE function returns a value to a variable that has not yet been assigned a length, by default the variable is assigned a length of 200.

RESOLVE is fully documented in SAS Macro Language: Reference.


See Also

Function:

SYMGET Function

Previous Page | Next Page | Top of Page