Previous Topic: DBTEST Command 1 (DBURSTR)Next Topic: DBTEST Command 2 (DBURTBL)


How to Use

To specify the start of the User Requirements Table for the CA Datacom/DB test program to use, execute the following command.

►►─ DBURSTR ─┬────────────────────────┬─┬───────────────────────┬─────────────►
             └─ MULTUSE= ─┬─ YES ◄ ─┬─┘ └─ ,ABEND= ─┬─ YES ◄ ─┬─┘
                          └─ NO ────┘               └─ NO ────┘

 ►─┬────────────────────┬─┬────────────────────────┬──────────────────────────►◄
   └─ ,PRTY= ─┬─ 7 ◄ ─┬─┘ └─ ,TXNUNDO= ─┬─ NO ◄ ─┬─┘
              └─ n ───┘                 └─ YES ──┘

Command

DBURSTR

Specifies the start of the User Requirements Table for the CA Datacom/DB test program to use. You must specify one of the following keywords, if you include the DBURSTR command in your job step.

Optional Keywords

,ABEND=

Designates whether CA Datacom/DB or the program controls abnormal termination processing.

YES specifies that CA Datacom/DB intercepts all abnormal terminations allowed by the operating system and performs the necessary termination processing.

NO specifies that CA Datacom/DB does not intercept abnormal terminations.

Valid Entries:

NO or YES

Default Value:

YES

MULTUSE=

Specifies whether the program directs requests to the MUF.

YES causes the MUF interface program to be loaded and all requests to be made through the MUF.

NO indicates the program runs in Single-User mode.

Valid Entries:

NO or YES

Default Value:

YES

,PRTY=

Specifies the priority level of the program within the MUF.

Valid Entries:

An integer value from 1 through 15

Default Value:

7

,TXNUNDO=

Specifies whether this task runs with the Transaction Backout option. This option is ignored unless logging is being performed.

Since maintenance commands are not allowed with DBTEST, this parameter is only provided for compatibility with the DBURSTR macro. Any value you supply is ignored.

Valid Entries:

NO or YES

Default Value:

NO