space
Previous Page | Next Page

SAS/SHARE Macros

SETSRV Macro



Generates a SET SERVER statement.
Category: Operator

Syntax
Syntax Description
Details

Syntax

%SETSRV (server-name, <oapw>);

Syntax Description

server-name

specifies the name of a server. The server name can be an alias or an actual server ID.

oapw

specifies the operator-access password to be specified in the SAPW= option in the SET statement.


Details

The SETSRV macro generates a SET SERVER statement in an OPERATE procedure for a SAS server that is specified by using the server-name argument.

space
Previous Page | Next Page | Top of Page