Step 1—Modify default parameters (optional)

Modify the default parameters for operating tableBASE in a CICS environment, if desired. If the default values are acceptable or you wish to use the Override feature provided via the TBOPT dataset, no additional work is necessary in this step.

For parameter descriptions, see tableBASE run-time options. The default values for this component are listed below and are also defined in:

  • your.prefix.SRC(DK1T2734)
Default CICS parameters
TBOPTGEN CICS
            ALLOW_TB_LIB_IO=Y,
            CICSJRNL=99,
            DATERTNX=N,
            FGDELIM=*,
            HASH_HI_DEN_LIM=900,
            HASH_LOW_DEN_LIM=600,
            LISTOPTIONS=N,
            LOCKTIMERC=0,
            LOCKTIMEWTO=30,
            MAXNMTAB=0,
            MTRETAIN=N,
            OVRRIDES=YNYYYYYY,
            STROBE=0,
            SUPRESS_DUMPS=NONE,
            SWITCHES=YNYYNNNN,
            TABLEWAITRC=0,
            TABLEWAITWTO=30,
            TSR_ALGORITHM=D,
            TSR_WARNING_FREQ=1,
            TSR_WARNING_PCT=85,
            TSRSIZE=10M,
            USEREXITS=N,
            VTSFIRST=,
            VTSLAST=,
            VTSNAME=,
            VTSPREFIX=VTS:,
            ZEROROWS=Y,
            ML=MAINLIB
Note:
The Status Switch setting (SWITCHES) and Overrides (OVRRIDES) are unique to this interface.

To make changes to the installation parameters:

  • Modify your.prefix.SRC(DK1T2734).
  • Reassemble and link-edit the module into the tableBASE CICS interface program DK1CBASE. Use your.prefix.CNTL(ALT2734) as a model.