|
BEA eLink TCP for TUXEDO 3.0 Information Center | |
|
HOME | SEARCH | CONTACT | PDF FILES | WHAT'S NEW |
||
|
TABLE OF CONTENTS | PREVIOUS TOPIC | INDEX |
||
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:
ConvMVSC and ConvMVS perform ASCII-to-EBCDIC and EBCDIC-to-ASCII translation.
ConvMVS and ConvMVSC libraries treat all field types except STRING the same.
ConvMVS will perform ASCII-to-EBCDIC conversion, and append space to `pad' the string with space characters to the size of the field. ConvMVSC will perform the character conversion, but will not perform any `padding'.
There are two methods for enabling the COBOL data-encoding library:
Using the COBOL Data Encoding Library
If COBOL data encoding is desired for every service in the gateway, set the parameter Encoding for All Services
DFLTTYPE="MVSC" in the *GLOBAL section of the GWICONFIG file.
Listing D-1
Encoding for All Services
*GLOBAL
DFLTTYPE="MVSC"
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"