Defining the connection for Windows (LU 6.2 only)

StepsTo define the test connection

  1. Log in to TRS as “sa” using isql or your preferred dynamic SQL utility, for example:

    isql -Sservice_name -Usa -P
    

    where service_name is the unique name of this TRS.

  2. At the prompt, enter a command similar to the following, replacing the parameter values shown here with values that are appropriate for your installation.

    exec sgw_addcon con_name, region, mode,
    "max_sessions"
    

    where:

Example

In this isql example, “SYBLU01” is the connection name, “CICSQA” is the region name, “SYBMODE” is the mode name, and “1” is the number of maximum sessions:

exec sgw_addcon SYBLU01, CICSQA, SYBMODE, “1”
go