tablesONLINE/ISPF is one of several ways to access tableBASE tables in a batch environment. Other access methods available for use are:
- DK1TCALL, the tableBASE API (application program interface) that issues tableBASE calls from within batch programs.
- DK1TDRV, a program intended for application developers to interactively test DK1TCALL calls. It can be used to test command sequences before committing the sequence to program logic.
- DK1TEXEC, a batch table manipulation utility.
- DK1TPTBL, a batch table printing utility.
- DK1TVWPR, a batch table definition print utility.
Together, DK1TDRV and tablesONLINE/ISPF can operate as a complete interactive table-access facility. For more information refer to the chapter on DK1TDRV in the tableBASEProgramming Guide.
DK1TEXEC and DK1TVWPR are two utility programs that have been integrated into the tablesONLINE/ISPF facility so that most of the functionality they provide is available through the online facility.
Data tables created by tablesONLINE/ISPF can be used by DK1TEXEC and by applications that request tableBASE services via DK1TCALL. For example, tablesONLINE/ISPF can be used for interactive data entry and validation, and then, the table(s) can be accessed with either batch application software or DK1TEXEC. For more information, see the tableBASE Programming Guide and the tableBASE Batch Utilities Guide.
Certain features available in the CICS environment are not available in the ISPF environment. These features are:
tableBASE
- edit pattern
- Display Mask
- any field-edit action
- use of lowercase v, p, or m characters in the Display Attribute field
An error message is issued and the edit prevented if an attempt to edit a View that contains one of the above features is made. Note that the table itself can be edited.