Specifying the appropriate code page for the compiler

To specify the code page based on the compiler version, use the #pragma filetag directive conditionally in the source and header file. The syntax is shown below, where codepage is the codepage in which the source code is written.
??=ifdef __COMPILER_VER__
  ??=pragma filetag ("codepage")
??=endif
Note: If you are running standard 3270 emulation in the U.S., your workstation software most likely uses code page 37. You can then use this alternative by specifying IBM-037 as codepage.