LIST-EXECUTION-LOCKS

Lists the current entries in the DataBasic and Proc execution lock table.

The DataBasic statements LOCK and UNLOCK, and the Proc P command with the L option, are used to set and release execution locks. These locks are independent of the item-lock system.

Syntax

LIST-EXECUTION-LOCKS {(options}

Options

P Sends report to the printer.

Restriction

SYSMAN and SYSPROG accounts only.

Report Headings

Heading

Description

LOCK

Execution lock number.

LEVEL

Perform-context-level.

PORT

Port waiting for the lock.

Example

:LIST-EXECUTION-LOCKS
LOCK   LEVEL   PORT
   2       0     23
  10       0     57
  11       0    101
[973] 3 LOCKS LISTED.