Previous Topic: OPPRTY Keyword—Maintain CICS Operator PriorityNext Topic: OWNER Keyword—Data Classification Owner Definition


OPTIME keyword—Maintain CICS Timeout

Valid on z/OS

Use the OPTIME keyword to assign or remove a CICS timeout value, which is equivalent to CICS TIMEOUT functionality. During user signon, CA Top Secret places the OPTIME value in the TCTTE of the user.

This keyword has the following format:

TSS ADDTO(acid) OPTIME(hhmm)
hh

Defines hours until timeout.

mm

Defines minutes until timeout.

This keyword is used with:

Examples: OPTIME keyword

This example assigns a timeout time of 30 minutes to user andy01:

TSS ADDTO(andy01) OPTIME(30)

This example removes the user's timeout time:

TSS REMOVE(andy01) OPTIME