Previous Topic: Options and Interfaces not SupportedNext Topic: Migrate JCL


TLTPOPTS Online User Option Table not Supported

USER= parameters in CAI.CTAPOPTN replaces the online user option table TLTPOPTS. If you used TLTPOPTS, code USER= parameters for CA TLMS Release 12.6 Second Edition.

Give the USEREXITs in CA TLMS Release 12.6 Second Edition any name, so that they are not distributed as ++MOD. You can create each USEREXIT from a sample that is provided in CAI.CTAPSRC by applying the corresponding USERMOD from CAI.CTAPJCL.

Example to convert the TLTPOPTS table to TLMUTAB:

TLTPOPTS START
CAIDTOPT USER=DEFAULT,PRODUCT=TLMS,                           *
PFKEYS=(HELP,,END,RETURN,,,BACKWARD,FORWARD,,,,CANCEL)
SPACE 2
CAIDTOPT USER=USER1,PASSWRD=USER1,ACCESS=UPDATE
SPACE 2
CAIDTOPT USER=USER2,PASSWRD=USER2,ACCESS=INQUIRY
SPACE 2
CAIDTOPT USER=DUMMY,PASSWRD=NONE,ACCESS=NONE
SPACE 2
CAIDTOPT                      GENERATE OPTIONS TABLE
END

TLMUMOD:

USER=USER1,PWD=USER1,ACCESS=U
USER=USER2,PWD=USER2,ACCESS=I
USER=DUMMY,ACCESS=N

To change the TLMUTAB in CA TLMS Release 12.6 Second Edition, follow these steps:

  1. Update the USER= with the new user and access.
  2. Execute CAS9 with a PARM of REINIT for TLMS.

    The User Table reloads.

  3. Ensure the new user logs off and back on to TSO/TLTPISPF.

For more information about USER= parameters, see the Configuration Guide.