Previous Topic: Load Product Execution Keys

Next Topic: Load New LMP Keys

Create a Customized CAS9 Procedure for Loading Product Execution Keys

You can create a customized CAS9 procedure to load product execution keys to avoid getting messages about CA products that were previously initialized using CAIRIM. Although not required, it is recommended that the CARIMPRM member is not read when you execute the CAS9 procedure to load keys.

To create a customized CAS9 procedure for loading product execution keys

  1. Make a copy of the CAW0PROC(CAS9) member.

    For example, call the copy CAS9LMP.

  2. Make the following changes to the copy (CAS9LMP):
    1. Remove the following line from the PROC statement:
      “RIMPARM=CARIMPRM,”
      
    2. Remove the following line from the PROC statement:
      “AUTOCMD=CAUTOCMD”.
      
    3. Locate the “KEYS=KEYS,” line in the PROC statement and remove the comma as follows:
      “KEYS=KEYS”
      
    4. Locate the “PARMLIB DD DISP=SHR,DSN=&CAW0OPTN(&RIMPARM)” line and change the line as follows:
      “PARMLIB DD DUMMY”.
      
    5. Locate the “AUTOCMDS DD DISP=SHR,DSN=&CAW0OPTN(&AUTOCMD)” line and modify the line as follows:
      “AUTOCMDS DD DUMMY”
      
  3. Move the updated copy to a system proclib.