Configuration quick-start

NoteThis section assumes that you are not enforcing security at TRS.

The following are brief, step-by-step instructions for configuring TRS. These steps help you run the sample programs described in Appendix B, “Testing a TRS Installation with Sample Programs” after you first install TRS.

StepsTo configure TRS

  1. Set the TRS Security property to no.

    See “Security”.

  2. Start TRS

    DirectConnect for z/OS Option brings up TRS at start-up as long as the TRS exists in one of the following directories:

  3. Start an isql session, connecting to TRS

  4. Do one of the following:

  5. Use the sgw_addrpc procedure to add remote procedure calls (RPCs).

    See “Defining RPCs to TRS”.

    exec sgw_addrpc rpc_name, tran_id, region, security
    

The TRS client is now able to log in to TRS with a valid host user ID and password and execute the added RPCs.

NoteBe sure to set up the default SQL language transaction as AMD2, SYRT, or SYIH. For more information, see “Defining a default SQL language handler”.