%SYSMACEXEC Function

Returns an indication of the execution status of a macro.
Type: Macro function

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.