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.
- Invoking the CSQUCVX utility on z/OS
- z/OS data definition statements
- Error messages in Windows systems, and UNIX systems
Parent topic:
Writing a data-conversion exit program
fg13020_