Previous Topic: LOADLIB Keyword—Specify SIGVER record program library definitionNext Topic: MAPDATA Keyword—Define MAPDATA Field


LTIME Keyword—Minutes Until Terminal Locks

Valid on z/OS, z/VSE, and z/VM.

Use the LTIME keyword to specify how long (in minutes) until a user's terminal locks if CA Top Secret does not detect activity at that user's terminal.

A user's LTIME overrides the facility LOCKTIME that may be set as a sub-option of the FACILITY control option.

This keyword has the following format:

TSS ADDTO(acid) LTIME(nnn)
                [,facility])
nnn

Minutes until the terminal locks. (0 = do not lock.)

Range: 0 to 120

This keyword is used with:

Examples: LTIME keyword

This example locks a signed‑on user's terminal if it is unused for 15 minutes:

TSS ADDTO(QQ35R10) LTIME(15)

This example locks the signed‑on user's terminal if CICS is unused for 15 minute:

TSS ADDTO(QQ35R10) LTIME(15,CICS)

This example removes the LTIME value from an ACID:

TSS REMOVE(QQ35R10) LTIME(15)

This example deactivates automatic terminal locking for an ACID:

TSS REMOVE(QQ35R10) LTIME(0)