Targeting a CCSID

The TGTCCSID parameter allows the compiler to:
  • Process source files from a variety of CCSIDs or code pages (in the case of a source stream file)
  • Target a module CCSID different from that of the root source file, as long as the translation between the source character set and the target module CCSID is installed into the operating system.
Target CCSID (TGTCCSID) is a parameter used with the following ILE C/C++ commands:
  • Create C Module (CRTCMOD)
  • Create C++ Module (CRTCPPMOD)
  • Create Bound C (CRTBNDC)
  • Create Bound C++ (CRTBNDCPP)