-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.
Table 1. Similar or equivalent option mapping of -q32
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

Related information