How to locate your active LMP keys for TLMS.
search cancel

How to locate your active LMP keys for TLMS.

book

Article ID: 37253

calendar_today

Updated On:

Products

TLMS Tape Management

Issue/Introduction

How can you locate active LMP keys for TLMS?

Resolution

To obtain a report showing the current TLMS LMP key.

Execute the following JCL to list out your current LMP key for TLMS.

//TLMSLMP1 JOB (00000000),'TLMS LMP CHECK', 
//    CLASS=A,MSGCLASS=X                                    
//STEP1   EXEC PGM=IKJEFT1B,DYNAMNBR=256,REGION=6M
//SYSTSPRT DD  SYSOUT=*   
//SYSPRINT DD  SYSOUT=*   
//SYSIN    DD  DUMMY 
//SYSTSIN  DD  *    
CAIRIMU PROD(TL)
*

This will produce the following report:

CAIRIMU PROD(TL)
CAS9002I
CAS9087I    Prod (TL) viols|warns/stat(000/N) Warnstart(Sun, 05-Jan-2020)
CAS9088I     Expiry1(Tue, 04-Feb-2020) Expiry2(Thu, 05-Mar-2020)
*

You will find the expiration date on your TLMS LMP key in the report. Need to check all of your

For LMP product keys, execute the JCL with the following update to the SYSTSIN DD.

//SYSTSIN DD *
CAIRIMU PROD