Use the COBMODE environment variable to set your local working mode. The value you set using COBMODE overrides the global working mode.
The format of COBMODE is:
COBMODE=version
where version can be 32 or 64. The default working mode is 64-bit.
For example, to set the local working mode to the 32-bit development mode:
COBMODE=32 export COBMODE