Endevor Display Elements is failing with below GETMAIN error:ISPT008
GETMAIN errorISPDTSRS received return code 4 from GETMAIN.
i.e.
Endevor 19.0
The root cause of the problem is related to not enough TSO LOGON REGION SIZE.
To build an element list, Endevor searches the inventory and, for each element found, adds a row to an ISPF table using TBADD service from ISPF. When done, it displays the table to the user using the TBDISPL service which uses a panel to format the contents of the table.
The whole ISPF table must reside in storage and the storage is always finite so there is always potential exposure to this type of problem.
In this environment ACF2 is being used and the relevant TSO settings are:
TSOREGN (6,144)
TSOSIZE (7,680)
TSOSIZE is the MAXIMUM region size that the user may request at logon
TSOREGN is the DEFAULT region size assigned at logon
Possible resolutions are: