Previous Topic: DISPLAY ACEENext Topic: DISPLAY ADDRESS


DISPLAY ACTIVE

This command identifies all active IMODs, their current execution status, and their IDs.

Syntax

Display ACTive

Example

-------------------------- CA‑GSS/ISERVE Control Panel -------------------------- ==> display active => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ============================================================================= ID IMOD L EXEC Inst Status Attributes -------- ---------- --------------- ---- ------ ----------------- 0000001D $SRVO 0 $SRVO 65 1 $SRVC 40 2 $SRVC_DISPLAY 19 3 $SRVC_DISP_ACTIV 5 4 $SRV_IMOD_ACT 96 Active 00000001 $TIMER 0 $TIMER 10 ADDRESS Server 00000005 $GNET_LOG 0 $GNET_LOG 65 STACK Server

ID

Unique hexadecimal IMOD ID for this IMOD; can be used as an operand of CANCEL.

IMOD

Name of the IMOD that was initially invoked.

L

Level of external subroutine nesting. The initial IMOD has a level of 0.

EXEC

Name of an IMOD being executed as an external subroutine.

Inst

Number of the REXX instruction currently being executed in the IMOD.

Status

Execution status of the current subroutine for the IMOD:

Value

Description

Active

This IMOD has control of the CPU (displayed only for the IMOD executing the DISPLAY function).

ADDRESS

Waiting for ADDRESS command to complete.

CLOSE

Waiting for CLOSE to complete.

Dormant

IMOD has completed and is waiting for its results to be claimed.

Enqueue

Waiting on another IMOD for an internal enqueue.

Function

Waiting for an asynchronous function call to complete.

GoalNet

Waiting on an external subroutine call across GoalNet.

I/O

Waiting for an I/O function to complete.

OPEN

Waiting for OPEN to complete.

OPSVALUE

Waiting for an OPSVALUE() function to complete.

OSEnq

Waiting for control of a z/OS enqueue.

Slice

Waiting due to number of REXX clauses executed; control released to other IMODs.

STACK

Waiting on a record to be posted to a stack.

SVC

Waiting for an SVC to complete.

Terminal

Waiting for I/O from a terminal.

Timer

Waiting due to a PAUSE() function.

WTOR

Waiting for operator response.

Attributes

Identifies IMODs that are associated with a remote GoalNet node. One of these arrows can preced the Fielfs:

<- IMOD is returning results to the associated node.

-> A request was made of the associated node.

Fields without arrows indicate a general association that depends on the IMOD being executed. The attribute SERVER indicates that the IMOD is running as a server.