Previous Page
|
Next Page
%SYSMACEXEC Function
Returns an indication of the execution status of a macro.
Type:
Macro function
Syntax
Details
Syntax
%SYSMACEXEC(
macro_name
)
Required Argument
macro_name
the name of a macro or a text expression that yields the name of the macro.
Details
The %SYSMACEXEC function returns the number 1 if the macro is currently executing. Otherwise, if the macro is not executing, the number 0 is returned.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page