SPDO Procedure

LIST USERS Statement

Lists the non-locking users that are active in the connected domain.

Requirement: You must have special privilege and specify ACLSPECIAL=YES in the LIBNAME statement in order to use this statement.
Interaction: Used in conjunction with the SET USERS, SHOWLIBNAME, SET MODE OPER, and OPER statements to issue proxy commands.
See: SPD Server proxies are described in detail in Managing SPDSBASE Processes.

Syntax

LIST USERS;

Details

A proxy command is a command issued by one user on behalf of another user ID or user group. To issue proxy commands, you must first select a user proxy. PROC SPDO provides several interactive statements to enable you to list and select from the available user proxies. Separate statements are available for non-locking and locking user proxies. The LIST USERS statement is used in conjunction with the SET USER statement to set the context for executing a proxy command. The LIST USERS statement identifies the non-locking user proxies that are active in the connected domain so that the SET USER statement can be used to connect to one.
See Using PROXY Statements to Get Information about Non-Locking SPD Server Users to see how this statement is used with other statements to issue a proxy command.
Last updated: February 3, 2017