tcl.wheres

Verb: Access/TCL, Releases: AP

Displays execution status and last command for each process.

Syntax

wheres {options}

Description

performs a variety of functions depending on the options or parameters provided.

'wheres' displays a more readable form of the 'where' command, including the user-id, the account name, and the last command entered.

This command combines the effect of the following TCL verbs: 'who', 'sort pibs', 'listabs', 'term', 'listptr', 'where', 'sp-status', 'set-port' and 'xonoff'.

'whos' is a synonym of 'wheres'.

A number of variants of this command are available and all begin with 'who' or 'where'.

The following special parameters are provided:

br Displays ports which are in running a Pick/BASIC program.

bt Displays ports which are accessing b-tree indices.

db Displays ports which are in the system debugger.

in Displays ports which are accessing indices.

lk Displays ports which have locks in place.

op Displays ports which are in the Output processor.

ov Displays ports which are accessing the overflow handler.

pu Displays ports which are pushed one or more levels.

sp Displays ports which are accessing the Spooler.

tp Displays the port with the tape attached.

Options

In this command, options do not have to be enclosed in parentheses.

? Displays 'help' on the command.

'account name' Displays status only for users of the specified account name. The quotes around the account name are required.

[user-id Displays status of requested user-id only. The '[' character is required. A ']' character is not allowed.

{port.number{-port.number}} Outputs status for the given port, or a range of ports.

c Displays port communications parameters (baud rate, parity, etc.).

l Displays the status for pushed levels, if any.

n No pause. Suppresses the pause at the end of the page on the terminal.

p Directs output to the system printer, via the Spooler.

z Displays 'where' status for all ports, including 'inactive' ports (those which are not currently logged on).

See Also

Command Name Type Description
tcl.term Verb: Access Displays or changes current terminal or printer characteristics.
tcl.where Verb: Access Displays system execution information.
tcl.sp-status Verb: Access Displays status of Spooler processes.
tcl.set-port Verb: Access Adjusts baud rate and communication parameters for specific port.
tcl.xonoff Verb: Access Toggles xon/xoff or data set ready.
tcl.wherebt Verb: Access Invokes 'wheres' command with 'bt' parameter.
tcl.whereindx Verb: Access Invokes 'wheres' command with 'in' parameter.
tcl.wherepu Verb: Access Invokes 'wheres' command with 'pu' parameter.
tcl.wheresp Verb: Access Combines 'wheres' with 'sp' parameter.
tcl.wheret Verb: Access Invokes 'wheres' command with the 'tp' parameter.
tcl.who Verb: Access TCL command which shows the port.number, the user id and the account name.
tcl.whoall Verb: Access Invokes 'wheres' command.
tcl.wholk Verb: Access Invokes 'wheres' command with 'lk' options.
tcl.whos Verb: Access Invokes program 'wheres'.
tcl.who_rp Verb: Access Displays account name and port number.
tcl.whod Verb: Access Invokes 'wheres' command with 'db' options.
port.number Definition The port number associated with the process.
tcl.listptr Verb: Access Displays printers.
tcl.whovf Verb: Access Invokes 'wheres' command with 'ov' options.
tcl.whered Verb: Access Invokes 'wheres' command with 'db' parameter.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.