User's Reference > General > TCL and General User Commands > Command Reference > W > WHO

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

WHO (TCL) (m604806+who.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

WHO

Reports users logged-on to the database, displaying the port number, Reality user-id, database name, and account name for the current port, specified ports, or all ports.

Syntax

WHO {portNumber{-lastPortNumber} | *} {(options}

Command Class

TCL-I command.

Syntax Elements

portNumber The number of the first or only port to be checked.

lastPortNumber The number of the last port to be checked.

* Displays all ports that are logged on.

Options

N Inhibits automatic paging of output to the terminal.

P Prints the report on the printer assigned to your process.

Report Format

The command lists, for each logged on port, the port number, the user-id, and, in parentheses, the database and account names. When more than one port is listed, the command displays an asterisk against the port number at which the command was entered.

Note: The information displayed by the WHO command depends on the selected MutliValue environment. For details, refer to MultiValue Compatibility.

Examples

:WHO
21 daveh (dbase1,SYSMAN)

Displays the port number, user-id, database, and account name for your local port.

:WHO *

Displays all ports logged on to the database.

:WHO 5
5 timb (dbase1,SYSPROG)

Displays for requested port 5 the port number, user-id, system name, and account on to which it is logged.

RealityV15.0Comment on this topic