What does the LATSIZE field in the BC1TNEQU table do for the Endevor Security Interface (ESI)?
The definition of the LATSIZE parameter is as follows:
LATSIZE determines the size of the Look Aside Table, which when in use, is used by the Endevor Security Interface (ESI) to store previous calls and results. When an ESI call is issued, the Look Aside table is search before any call is done to the security package used in-house. This saves CPU time by avoiding to have to go through calls to RACTOUTE to the Security package and back.
The recommendation is to set the LATSIZE to 5 but this can vary from site to site.
The LATSIZE field is set up in the ESIDFLTS section of the BC1TNEQU table:
BC1TNEQU ESIDFLTS WARN=NO,
TITLE='BC1TNEQU SECURITY INTERFACE TABLE',
HEADER=YES,
LATSIZE=5,