How can I locate my active LMP keys for CA-1?
search cancel

How can I locate my active LMP keys for CA-1?

book

Article ID: 36885

calendar_today

Updated On:

Products

CA 1 Flexible Storage

Issue/Introduction

 

How can I locate my active LMP keys for CA-1?

 

Resolution

 

Execute the following JCL to list out your current LMP key for CA-1

//CA1LMP JOB (00000000),'CA1 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(L0)

*

Additional Information:

The above JCL will produce the following report, which will have the expiration date on your CA-1 LMP key:

CAIRIMU PROD(L0)

CAS9002I

CAS9087I    Prod (L0) viols|warns/stat(000/N) Warnstart(Sun, 05-Jan-2020)

CAS9088I     Expiry1(Tue, 04-Feb-2020) Expiry2(Thu, 05-Mar-2020)

*

Do you need to check all of your CA LMP product keys? Execute the JCL with the following update to the SYSTSIN DD.

//SYSTSIN DD *

CAIRIMU PROD