BEA eLink TCP for TUXEDO 3.0   Information Center     

        HOME   |   SEARCH   |   CONTACT   |   PDF FILES |   WHAT'S NEW 
 
        TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   INDEX  

COBOL Data Encoding

An additional encoding library, ConvMVSC, has been included for TUXEDO clients using COBOL data types. This library, ConvMVSC, is similar to the default library, ConvMVS, but differs in the following ways:


Using the COBOL Data Encoding Library

There are two methods for enabling the COBOL data-encoding library:

Encoding for All Services

If COBOL data encoding is desired for every service in the gateway, set the parameter DFLTTYPE="MVSC" in the *GLOBAL section of the GWICONFIG file.

Listing D-1 Encoding for All Services
*GLOBAL

DFLTTYPE="MVSC"

Encoding Messages To and From a Specific Host

To enable COBOL data encoding for messages to and from a specific host, set the parameter TYPE="MVSC" for that hosts *FOREIGN entry in the GWICONFIG file.

Listing D-2 Encoding for Messages To and From a Specific Host
*FOREIGN

HOST_NAME
TYPE="MVSC"


          TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   INDEX