Previous Topic: DISPLAY ILOGNext Topic: DISPLAY ISET


DISPLAY IMOD

This command determines information about a particular IMOD, including where it was loaded from and at whose request.

Syntax

Display IMod imodname

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

IMOD

IMOD name.

LOC

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

LEN

Amount of storage that the IMOD occupies.

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 does not change.)

CMP-VER

Version of the compiler that last compiled the IMOD.

INT

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

CALL

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

ACT

Indicates whether 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.