-q32
In z/OS® XL C/C++, -q32 selects 32-bit compilation mode.
In Open XL C/C++ for z/OS,
-q32 has some functionally equivalent options as shown in the following
table.
| Options supported by z/OS XL C/C++ | Similar/equivalent options supported by Open XL C/C++ for z/OS |
|---|---|
| -q32 (with -qxplink) | -m32 |
| -q32 (with -qnoxplink) | -m32n |
| -q32 (with -qnoxplink -qdll) | -m32n-dll |