tcl.list-locks_rp

Verb: Access/TCL, Releases: AP

Displays status of all locks.

Syntax

list-locks {(options)}

Description

displays the current status of all Pick/BASIC execution locks, item locks and group locks.

'Basic' Locks are the 64 Pick/BASIC program execution locks (used by the 'lock' statement in Pick/BASIC programs).:

00 This lock position is unused.
nn The port.number using this lock position.

The 'Basic' locks are arranged in four line of 16 columns each. Position 1 on the first line represents lock 0, position 2 is lock 1, and so on. (Since each position is represented with zeros by default, it's difficult to tell if port zero has a lock set.)

Options

fid Displays item-lock status for the group starting at the specified frame-id (fid). (R83 only).

i Displays item-locks only.

p Directs output to system printer, via the Spooler.

See Also

Command Name Type Description
basic.lock Statement Sets execution lock.
basic.unlock Statement Resets execution lock.
tcl.unlock-group Verb: Access Clears group locks.
spooler.locks Definition Description of Spooler locks.
tcl.list-lock-queue Verb: Access Invokes 'list-lockq' command.
tcl.unlock-item Verb: Access Clears item locks in specified file.
tcl.admin.status Menu Menu for various system reports.
locking.scheme Definition Locking schemes.
basic.matread Statement Reads item into dimensioned array.
basic.locked Definition Takes 'locked' path when group/item lock encountered.
basic.readv Statement Reads one attribute and assigns to value.
tcl.clear-locks Verb: Access Clears locks.
tcl.what Verb: Access Combines output of 'what', 'where', 'list-locks' and 'sp-status' commands.
tcl.clear-basic-locks Verb: Access Invokes command: 'clear-locks (b'.
tcl.list-lockq Verb: Access Display processes waiting to lock a frame
ue.2191 User Exit Unconditionally releases execution lock number 9.
ue.3191 User Exit Releases an execution lock if it was locked by this port.number.
ue.0191 User Exit Sets execution lock number 9.
tcl.list-locks Verb: Access Displays status of all locks.

User Comments

What do you think?

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

Login to leave your comments.