You use the QUIESCE
USER command to gradually terminate a user's access to a
SAS/SHARE server and deny new user requests
for resources. This command moves the user from an active status
to a stopped status. When a quiesced user closes all files in a server
library, the server releases that user's access to the library. If
the user has no open files in an accessed server library, the server
terminates that user's access to the library immediately. When the
user has released all server libraries, the user ID is assigned a
stopped status and is disconnected from the server. While a user is
quiesced or stopped, the START USER command can be issued to change
the user's status back to active. Here is the syntax for this command:
QUIESCE USER user-ID-1 <...user-ID-n>;
QUIESCE USER _ALL_;
specifies the ID of
a user whose access to the server will be terminated. user-ID-n specifies
the IDs of multiple users whose access will be terminated.
For more information,
see Specifying a User.
quiesces all users
who are connected to the current server except the administrator who
issues the command. You cannot quiesce yourself. However, you can
quiesce other server administrators by name. When PROC OPERATE terminates
and its server session is quiesced, that administrator is assigned
a stopped status.