Subroutine TBACC

The subroutine TBACC is a low-level access subroutine in tableBASE. It is used independently of tableBASE when a program provides its own storage to maintain table data. TBACC can operate on any memory space which contains repeating groups of fixed length data.

This subroutine can be used to operate on table data that has been loaded into a program area using the DU command of tableBASE. (If used in conjunction with the DU command, see Dump Table Contents (DU) and TBACC-DEF (32 bytes) ).

If you need to manipulate a table through an Index using this low level of access, TBINDX should be used. TBINDX is described later in this chapter.