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= ─┬─ AB ◄ ─┬─┘
                          └─ NO ────┘               ├─ NO ───┤
                                                    ├─ PC ───┤
                                                    └─ YES ──┘

 ►─┬────────────────────┬─┬────────────────────────┬──────────────────────────►◄
   └─ ,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.

AB specifies that all abnormal terminations allowed by the operating system are intercepted. CA Datacom/DB handles termination processing.

PC specifies that only program check terminations are intercepted. CA Datacom/DB handles termination processing.

YES specifies the functions of both AB and PC. All abnormal terminations allowed by the operating system and program check terminations are intercepted. CA Datacom/DB handles termination processing.

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

Valid Entries:

AB, NO, PC, or YES

Default Value:

AB

MULTUSE=

Specifies whether the program directs requests to the Multi-User Facility.

YES causes the Multi-User interface program to be loaded and all requests to be made through the Multi-User Facility.

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 Multi-User Facility.

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