The configuration CSECT is SYLSCFG.
To build the CSECT, define multiple SYBMLCFG macros and assemble them into your load library. This following sections provide an example SYBMLCFG macro and describe the Sybase listener parameters:
Following is an example of the SYBMLCFG macro.
SYBMLCFG TRPR={IBM} SSID=TCP Stack Identification REGID=CICS Region ID LSTRAN=Listener Transaction ID LSPORT=Listener Port CHTRAN=Context Handler Transaction (Gatewayless) SCTRAN=Default Security Transaction (Gateway) PNTRAN=Name of the Sybase ping transaction SFTRAN=CICS 3.3 signoff transaction name for security LSECR={Y | N | H} GWTRAN=Name of Gateway Security Manager transaction PWTRAN=Name of Password Changed transaction SOTRAN=CICS 3.3 signon transaction name for security TRACE={YES | NO} PMODE={GW | GWLESS}
The following table lists each parameter and its description.
Parameter |
Definition |
---|---|
CHTRAN |
Context Handler transaction ID for use in a two-tier, gateway-less environment. Required for a two-tier environment (when PMODE=GWLESS). No default.
|
GWTRAN |
The name of the Gateway Security Handler transaction. |
LSECR |
Listener security.The options are:
|
LSPORT |
Port for the listener to listen on. Required. No default. |
LSTRAN |
Listener transaction ID. Required. No default. |
PMODE |
Processing Mode. Required. No default. The options are:
|
PNTRAN |
The name of the Sybase ping transaction in CICS. Defaults to SYPG. |
PWTRAN |
The name of the Password Changed transaction. |
SCTRAN |
Default Security transaction ID for use in three-tier, gateway-enabled environments. Required for a three-tier environment (when PMODE=GW). No default.
|
SFTRAN |
CICS 3.3 sign-off transaction name for security. |
SOTRAN |
CICS 3.3 sign-on transaction name for security. |
SSID |
Transport Provider ID. Required. The option for IBM TCP/IP is the TCP/IP jobname or a system symbolic name. System symbolic names are defined in the IEASYMxx PARMLIB member and are limited to seven characters preceded by "&&". |
SYBMLCFG |
Macro for each listener defined. Required. |
SYBMLEND |
Ends the listener configuration definition. The END statement is required by the assembler. No default. |
TRACE |
Turns on the listener trace. Default is no. The options are:
|
TRPR |
Transport Provider. Required. The option for IBM TCP/IP is IBM.
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |