IOMOPERATE Procedure

STOP Statement

Shuts down the connected server or cluster.
Requirement: You must be the owner of the server or cluster process or have the administer permission in SAS metadata for the server or cluster.
Stopping a Metadata Server

Syntax

Optional Arguments

SERVER
stops the currently connected server.
CLUSTER
stops the currently connected cluster.
SESSION ID=
stops a session in the currently connected server.
session-ID
is a UUID that is a valid session identifier.
CLUSTERSERVER ID=
stops a session in the currently connected cluster.
cluster-server-UUID
is a valid UUID (unique universal identifier) for the cluster.
Alias CLUSTERSERVER=
SPAWNED SERVER ID=
stops a spawned server.
server-UUID
is a valid UUID (unique universal identifier) for the server.
Alias SPAWNED ID=, LAUNCHED ID=
Note This option is supported only when connected to an object spawner.