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)
Defines hours until timeout.
Defines minutes until timeout.
This keyword is used with:
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
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|