Previous Topic: More Than One CONFIG Member

Next Topic: Assemble and Link Edit User Exits (Optional)


Configure the CEEOPTS Language Environment Parameters (Optional)

Important: In order to run SSL transfers it is no longer a requirement to update the CEEOPTS member to reflect the CAPKI_HOME variable. Modifying the CA XCOM Data Transport defaults for the LE options (CEEOPTS) is only necessary if changes to LE storage handling or diagnostics are required. In most cases, it is not necessary.

CA XCOM Data Transport uses the IBM Language Environment (LE) to perform network communications over TCP/IP sockets.

The LE runtime parameters can be overridden by using the CEEOPTS DD statement in your CA XCOM Data Transport server or XCOMJOB JCL. The parameters can be placed in a sequential dataset or in a member of a PDS. In either case, the data set must be in fixed or fixed-block format and must reside on a QSAM supported DASD device. A sample of the CEEOPTS DD statement follows:

//CEEOPTS DD DSN=your.private.parmlib(CEEOPTS),DISP=SHR

The LE runtime parameters provide the ability to tune the characteristics of the Language Environments that CA XCOM Data Transport created and uses. Including storage allocation, error handling, LE tracing, reporting options, and others.

Notes: