Will CA Top Secret LOCKTIME work with TSO?
search cancel

Will CA Top Secret LOCKTIME work with TSO?

book

Article ID: 127773

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

How LOCKTIME works.
 

Will CA Top Secret LOCKTIME work with TSO?

Environment

Release:
Component: TSSMVS

Resolution

LOCKTIME will work with TSO.

Also will work with ROSCOE and CICS,

The way LOCKTIME works is we wait for a LOAD (svc8). When a LOAD is done, we check to see if the user exceeded LOCKTIME. 

1. If the caller did not specify an ERRET on the LOAD, then a 806-4 abend can occur. 
2. If the caller specified an ERRET, set R1 to contain 806, and R15 to contain 04, then return to the called via exit and timeout occurs. 

So as long as an application issues an SVC8, LOCKTIME will work.