space
Previous Page | Next Page

SAS/SHARE Macros

SHUTSRV Macro



Stops a server.
Category: Operator

Syntax
Syntax Description
Details

Syntax

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

Syntax Description

server-name

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

oapw

specifies the operator-access password to be mapped to the SAPW= option in the PROC OPERATE statement.


Details

The SHUTSRV macro invokes the OPERATE procedure to terminate the server that is specified in the server-name argument.

space
Previous Page | Next Page | Top of Page