IWM075I
hh:mm:ss WLM DISPLAY idr text

Explanation

Where text is:
ARM SERVICES ARE {ENABLED|DISABLED}

[GUEST PLATFORM MANAGEMENT PROVIDER JOBNAME=ms_jobname  ASID=ms_asid]

[NO GUEST PLATFORM MANAGEMENT PROVIDER IS CURRENTLY CONNECTED]

[ NO GPMP POLICY IS CURRENTLY ACTIVE  |  GPMP POLICY IS ACTIVE ]

NUMBER OF REGISTERED PROCESSES=nprocs 
APPLICATIONS=nappls

[ADDRESS SPACES CURRENTLY REGISTERED WITH ARM:	                          
  JOBNAME=jobname ASID=asid
    APPLICATION=applname	
      IDENTITY PROPERTIES=nprop CONTEXT NAMES=nctx
      STARTED APPLICATION INSTANCES:
        appl_instance_name
          TRAN=ntrx   GROUP=appl_group
        :
        REGISTERED TRANSACTIONS:
          tran_name
  ]
							
[ADDRESS SPACES WITH DISABLED ARM REGISTRATION:
  JOBNAME=jobname ASID=asid]

The message is issued in response to the DISPLAY WLM,AM command.

In the message:
hh:mm:ss
The time when the DISPLAY WLM command was issued, in hours(00-23), minutes(00-59), and seconds(00-59).
idr
A 3-digit decimal identifier to be used in a CONTROL C,D command to cancel the status display if it is:
  • Written on typewriter or printer consoles
  • Displayed inline (that is, not in a display area) on a display console

This identifier does not appear when the display is presented in a display area on a display console.

ms_jobname
The job name of the guest platform management provider , if a guest platform management provider is connected. This identifier does not appear when the display is presented in a display area on a display console.
ms_asid
The address space id (ASID) of the guest platform management provider , if a guest platform management provider is connected.
nprocs
The number of processes (address spaces) that are currently registered with the ARM component.
nappls
The number of applications that are currently registered with the ARM component. Each application with a different application name or different application properties is considered as a new application.
ADDRESS SPACES CURRENTLY REGISTERED WITH ARM:
Starts the list of address spaces that are currently registered with the ARM component. Address spaces can register either by using the C or JAVA API of ARM or by calling arm_register_application. As an alternative z/OS® legacy applications can implicitly register using the IWMCONN service with the EWLM=YES parameter.
jobname
The job name of the address space that is connected to the WLM ARM agent component.
asid
The ASID of the address space (in hexadecimal format).
applname
The name of the application as it was specified when registering with ARM.

For native ARM callers this name is specified when calling arm_register_application. For applications using the WLM Enclave services or the WLM Execution Delay Monitoring services the name is taken from the subsystem type (SUBSYS parameter) when connecting to WLM (IWM4CON with EWLM=YES).

nprop
The number of application identity properties that were specified when the application registered with ARM.
nctx
The number of application context names that were specified when the application registered with ARM.
appl_instance_name
The name of the application instance when starting the application instance.

For native ARM callers this name is specified when calling arm_start_application. For applications using the WLM Enclave services or the WLM Execution Delay Monitoring services the name is taken from the SUBSYNM parameter when connecting to WLM (IWM4CON with EWLM=YES).

When no application instance name was specified, <name omitted> is displayed.

ntrx
The number of currently active transactions for the application instance.
appl_group
The name of the application group that was specified when starting the application instance.

For native ARM callers this name is specified when calling arm_start_application. For applications using the WLM Enclave services or the WLM Execution Delay Monitoring services the name is taken from the GROUPNM parameter when connecting to WLM (IWM4CON with EWLM=YES).

When no group name was specified, <name omitted> is displayed.

tran_name
The name of a registered transaction type for this application.

For native ARM callers this name is specified when calling arm_register_transaction. For applications using the WLM Enclave services or the WLM Execution Delay Monitoring services the name is set to SYS_DefaultZWLMTransactionName when connecting to WLM ( IWM4CON with EWLM=YES).

ADDRESS SPACES WITH DISABLED ARM REGISTRATION:
Starts the list of address spaces that were registered with the ARM component, but lost the registration due to a MODIFY WLM,AM=DISABLE command issued from the operator console. To re-register with ARM these address spaces usually have to be recycled (restarted).
jobname
The job name of the address space that was connected to the WLM ARM agent component.
asid
The ASID of the address space (in hexadecimal format).

System action

Processing continues.

Operator response

None.

System programmer response

None.

Source

Workload Manager (WLM)

Module

IWMO2DIS