Does CA Common Services for z/OS have a way of confirming the LMPCODES that are active on a system?
search cancel

Does CA Common Services for z/OS have a way of confirming the LMPCODES that are active on a system?

book

Article ID: 13368

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Compress Data Compression for MVS Compress Data Compression for Fujitsu

Issue/Introduction



What methods are available to confirm the current LMPCODES that the CAS9 proc has successfully loaded into storage?

Environment

Release: CA90SV00200-12-Common Services-for z/OS
Component:

Resolution

You can check the available LMPCODE as follows ;

(1) Enter 'CAIRIMU PROD' as a TSO command.

  (In order to use the TSO command, the CAW0LOAD library must be allocated to your TSO session.)

or

(2) Create the following PROCEDURE and enter 'S CAIRIMU' at console.

//CAIRIMU  PROC  STEPLIB='xxxxxx.CAW0LOAD'

//CAIRIM   EXEC PGM=CAIRIMU,PARM='PROD'

//STEPLIB  DD  DISP=SHR,DSN=&STEPLIB

or

(3) Create the following PROCEDURE and enter 'S CAIRIMU,,,PARM=PROD' at the console.

//CAIRIMU  PROC  STEPLIB='xxxxxx.CAW0LOAD'

//CAIRIM   EXEC PGM=CAIRIMU,PARM=

//STEPLIB  DD  DISP=SHR,DSN=&STEPLIB