With TLMS 14.0 the genlevel is no more displayed on the User Interface panels. It is normal ?
Environment
Release: Component: TLMS
Resolution
The service packs are no longer available, so the genlevel is no more displayed. Instead, Preventive Maintenance is achieved using CA RS for z/OS, which identifies PTFs that have passed additional quality validation criteria over a measured time cycle. CA RS for z/OS is now delivered monthly. Anyway, to know exactly your maintenance on TLMS you can run the following : //IKJEFT01 EXEC PGM=IKJEFT01 //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSIN DD DUMMY //SYSTSIN DD * CAIRIMU CAMODID SYSTEM LMOD(CTS*) DETAIL CAMODID SYSTEM LMOD(G8*) DETAIL CAMODID SYSTEM LMOD(TLMS*) DETAIL /*