C++ considerations under IMS

To interface with IMS™ from C++, you must do the following:
  • For any C++ program that runs under IMS, you must specify the TARGET(IMS) compiler option.
  • For any C++ program that is the initial main() called under IMS, you must specify the PLIST(OS) compiler option.
  • For any C++ programs in nested enclaves, you need only specify the TARGET(IMS) compiler option.