Utility for creating conversion-exit code

 

The commands for creating conversion-exit code are:

i5/OS

CVTMQMDTA (Convert WebSphere MQ Data Type)

Windows systems and UNIX systems

crtmqcvx (Create WebSphere MQ conversion-exit)

z/OS

CSQUCVX

The command for your platform produces a fragment of code that performs data conversion on data type structures, for use in your data-conversion exit program. The command takes a file containing one or more C language structure definitions. On z/OS, it then generates a data set containing assembler code fragments and conversion functions. On other platforms, it generates a file with a C function to convert each structure definition. On z/OS, the utility requires access to the LE/370 run-time library SCEERUN.

 

Parent topic:

Writing a data-conversion exit program


fg13020_