Chapter 15

DATA Step Call Routines for Macros

DATA Step Call Routines for Macros

You can interact with the Macro Facility using DATA step call routines.

Dictionary

CALL EXECUTE Routine

Resolves the argument, and issues the resolved value for execution at the next step boundary.

Type:

DATA step call routine

Syntax

CALL EXECUTE(argument);

Required Argument

argument

can be one of the following:

• a character string, enclosed in quotation marks. Argument within single quotation marks resolves during program execution. Argument within double quotation marks resolves while the DATA step is being ...

Get SAS 9.4 Macro Language, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.