Previous Topic: LTIME Keyword—Minutes Until Terminal LocksNext Topic: MAPDATA Keyword—Define MAPDATA Field


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)