Previous Topic: DISPLAY ILOG

Next Topic: DISPLAY ISET

DISPLAY IMOD

Use the DISPLAY IMOD command to determine information about a particular IMOD, including where it was loaded from and at whose request.

Syntax

Use this format for the DISPLAY IMOD command:

Display IMod imodname

Parameters

The DISPLAY IMOD command takes this parameter:

imodname

Name of the IMOD that you want information about.

Example

------------------------ CA‑GSS/ISERVE Control Panel ----------------------- ==> display imod isrv_add => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ============================================================================== IMOD LOC LEN USE CHG-DATE CMP-VER INT CALL ACT ---------------- -------- ---- --- -------- -------- --- ---- --- ISRV_ADD 04D52718 04C8 0 06/01/17 02.02.00 NO YES YES IMOD was loaded dynamically from INTERNAL, dsn EWF.IMOD.BASE by TSO user EWF

Fields in the Example

IMOD

IMOD's name.

LOC

Memory address of the entry that defines the IMOD (useful to CA Technologies Support only).

LEN

Amount of storage occupied by the IMOD.

USE

Number of IMODs currently using this IMOD. The use-count is used to determine when an IMOD can be replaced (using a LOAD request). The previous copy of an IMOD is not deleted from memory until its use-count reaches zero.

CHG-DATE

Date when the IMOD was last changed. (If you simply recompile an IMOD, this date will not change.)

CMP-VER

Version of the compiler that last compiled the IMOD.

INT

Indicates whether or not this is an internal IMOD (rather than an IMOD that is based in an ISET). These IMODs are physically part of ISERVE's load module and were installed at the factory.

CALL

Indicates whether or not the IMOD can be called as an external subroutine by other IMODs.

ACT

Indicates whether or not the IMOD is loaded and activated, making it available for execution. (If NO is shown, you can use the ACTIVATE command to re-activate the IMOD.)

Usage Notes

The rest of the panel describes how the IMOD was loaded, from what library, and the user or jobname that issued the LOAD command.