IDMS

Tech Tip: CA IDMS How can I check the modules that are loaded in the LPA?

  • 1.  Tech Tip: CA IDMS How can I check the modules that are loaded in the LPA?

    Broadcom Employee
    Posted Aug 08, 2017 10:17 AM

    Question:

    We have applied an PTF to RHDCSSFM and run CAIRIM to replace this module. Is there a way to check if the correct version of RHDCSSFM is loaded in the LPA? IDMSLOOK cannot be used as it loads the module from the loadlib and does not look in the LPA.

     

    Answer:

    To get the version of a module in the LPA you can use:

    SYSVIEW -

    IPCS -

    CONSOLE commands -

     

    Samples for getting the header fom 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:

    with DISPLAY PROG,LPA,MODNAME=RHDCSSFM you get the address of the module that can be used with a DCMT D ME command in the CV.

     

    Additional Information:

    Post-Configuration Tasks - CA IDMS - 19.0 - CA Technologies Documentation