What methods are available to confirm the current LMPCODES that the CAS9 proc has successfully loaded into storage?
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