How to check the modules that are loaded in the LPA
search cancel

How to check the modules that are loaded in the LPA

book

Article ID: 40618

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

This article describes how to check which version of the CAIRIM loaded modules is in the LPA.

LOOK cannot be used as it loads the module from the IDMS CDMSLIB and does not look in the LPA.

Environment

Release: All supported releases.

Resolution

To get the version of a module in the LPA you can use: 
- SYSVIEW 
- IPCS 
- CONSOLE commands 

Samples for getting the header from module RHDCSSFM. 

SYSVIEW

Enter

DUMP RHDCSSFM

and scroll back to the header with PF7. 

IPCS

Use active as source in option 0: 

Source ==> ACTIVE

and then enter in option 6: 

FMOD RHDCSSFM 

you will get something like this 

RHDCSSFM 
LIST 38CE6000. ASID(X'0001') LENGTH(X'0F88') MODULE(Rhdcssfm) 

Then enter the above LIST cmd. 

CONSOLE:

Use the following command:

DISPLAY PROG,LPA,MODNAME=RHDCSSFM

It will respond with a display like this:

 FLAGS  MODULE    ENTRY PT  LOAD PT   LENGTH    DIAG        
  D P   RHDCSSFM  8BAE80B8  0BAE8000  00000DB0  03173210   

Use the value under LOAD PT in the following DCMT command in IDMS:

DCMT D MEM 0BAE8000 100