Previous Topic: Conversation Level Security

Next Topic: Security Options

Run a Secured Transaction

To run a secure transaction define the SECURITY operand of the DEFTRANS command in a TCT entry. Options on the operand are: NONE, SAME, USER, and USERPSWD. The default is NONE which means that the transaction runs without security.

Example: Run a Secured Transaction

To secure the transaction for DBQRY01 with the user's password, enter the following command:

DEFTRANS TRANSID=DBQRY01 TPN=DB01 SECURITY=USERPSWD

When an allocation for the DBQRY01 transaction is issued, the password for the user environment is passed to the destination for verification.