Previous Topic: Using the DBAS Transaction to Test Multiple Environment Control CommandsNext Topic: Communications


Input Format

The following input format allows up to 14 DBOC tasks to be started with one DBAS command:

Once a blank is encountered, no more input is accepted. The byte command field is in one of the following formats:

One DBAS command can include a mix of both format type fields.

Example:

The following command will start three transactions to create a connection of MUFs 10-19, to open URT 1, and to delete URT 100-199:

DBAS DBOC CON1?O0001D01??

CON1?

Starts a DBOC CONNECT=1? connecting MUFs 10-19 if available. CON is for the CONNECT command.

O0001

Starts a DBOC OPEN=0001 transaction. O is for open.

D01??

Starts a DBOC DELETE=1?? transaction. D is for delete.

There is no specific order in which these transactions are processed in CICS. No messages of any kind are produced by the DBAS transaction.