Does tableBASE require virtual storage below the line?
tableBASE dynamically acquires storage below the line when needed for DCBs, etc. All load modules in tableBASE are AMODE(31) and RMODE(ANY), except the API load module. It is delivered as AMODE(ANY) RMODE(24) for compatibility with any customers RMODE(24) applications. Current versions of COBOL are fully reentrant and fully support above-the-line (31-bit addresses) execution and data. tableBASE fully supports this mode of operation. To ensure that this is true, first ensure that your COBOL program and all subroutines are capable of executing in AMODE(31) RMODE(ANY). This may require recompilation and relinking with current versions of the tableBASE.