Previous Topic: Usage Notes for OPSUBMIT

Next Topic: Values Returned

OPSUSS Function

The OPSUSS function displays information about UNIX System Services (USS) processes, the ID of a user and group, and dub status of the current task in REXX variables. If the caller is properly authorized by the security system, the effective user or group ID of the caller may also be changed dynamically. USS security systems do not usually allow users to display process information for tasks that do not belong to them. A temporary switch to user ID 0 may be required to obtain the desired process data. Process information may be selected by PID (process number), UID (user number), GID (group number), job name, command name, or path name to limit the amount of output produced.

Note: This function may also be used in a TSO/E REXX program. This function can only be used for TOD and REQ rules.

This function has the following format:

var = OPSUSS(function,subfunction,entity,{keyword arguments})