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:
The User Table reloads.
For more information about USER= parameters, see the Configuration Guide.
|
Copyright © 2014 CA.
All rights reserved.
|
|