Chapter Contents

Previous

Next
SAS/SHARE User's Guide

SETSRV

Generates a SET SERVER statement.


Syntax

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

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

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

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

%setsrv(serv1,myoperpw);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.