Copy your 32-bit module to bin/saf_exit.dll and your 64-bit module to bin64/saf_exit.dll under your product installation directory.
cd C:\Program Files (x86)\Micro Focus\Enterprise Developer copy bin\saf_refint_exit.dll bin\saf_exit.dll copy bin64\saf_refint_exit.dll bin64\saf_exit.dll
Copy your user exit modules to $COBDIR/lib, using the destination name saf_exit followed by the correct suffixes.
cd $COBDIR/lib cp saf_refint_exit.so saf_exit.so cp saf_refint_exit_t.so saf_exit_t.so cp saf_refint_exit64.so saf_exit64.so cp saf_refint_exit64_t.so saf_exit64_t.so
You can also use symbolic or hard links in place of the copy statements, as permitted by your file system.