DB2 Server for VSE & VM: Operation


Using Syntax Rules for DB2 Server for VSE CICS Transactions

The syntax rules for the CIRB, CIRT, CIRA, CIRR, CIRC, CIRD, DAXP and DAXT transactions are:

You can also use the default values for parameters in other positions by placing blanks in the parameter position. Blanks indicate an unspecified parameter. The following are examples of CIRB and CIRD transactions with unspecified parameters.

In this transaction, the password defaults to SQLDBAPW:

 CIRB ,5,SMITH,2,AMENG,SERVER_NAME

  In this transaction, the mode defaults to NORMAL:

 CIRT SQLDBAPW,,30

  In this transaction, the user ID defaults to CICSUSER:

 CIRB SQLDBAPW,5,,2,AMENG,SERVER-NAME

  In this transaction, the interval defaults to 30 seconds:

 CIRT SQLDBAPW,QUICK

  In this transaction, the national language defaults to the language defined as the default when you installed the database manager.

 CIRB SQLDBAPW,5,SMITH,2,,SERVER_NAME

  Note: No data can follow the last parameter. This transaction results in an error:

 CIRB SQLDBAPW,2,SMITH,0,FRANC,SERVER_NAME,1234


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]