Previous Topic: Online Intercept OptionsNext Topic: Control Functions


TLMSUTAB (TLTPISPF Table) Options

Use the TLTPISPF table TLMSUTAB to control online access to data set information. When security is deactivated for TLTPISPF, this table defines who can logon to TLTPISPF and the functions they can to perform.

When security is activated for online (INQACC=YES), this table is used to define a user and the level of access allowed without invoking a system security data set access check.

Example: TLMSUTAB Table

In this example, a tape librarian needs to update a data set panel (DS02) with SCRATCH=YES but does not have update access to the data set being scratched. To avoid having to set up system security to allow for that type of access, the TLMSUTAB entry is coded as follows:

USER="LIBUSEID",PWD=,ACCESS=U
USER

Specifies the librarians TSO user ID.

PWD

Is null, because this is verified at TSO logon time.

ACCESS

Set to UPDATE status.

Note: TLMSUTAB replaces TLTPOPTS which was in previous releases.