VASMP Procedure

PROC VASMP Statement

in a SAS LASR Analytic Server instance.

Syntax

PROC VASMP <options>;

Optional Arguments

DATA=libref.member-name

specifies the table to access from memory. The libref must be assigned from a SAS LASR Analytic Server engine LIBNAME statement.

IMMEDIATE

specifies that the procedure executes one statement at a time rather than accumulating statements in RUN blocks.

Alias SINGLESTEP

NOPRINT

This option suppresses the generation of ODS tables and other printed output in the VASMP procedure.

NOTIMINGMSG

When an action completes successfully, the VASMP procedure generates a SAS log message that contains the execution time of the request. Specify this option to suppress the message.

Alias NOTIME