環境に関連する条件

*ILERPG
この条件は、ユーザーのプログラムが ILE RPG IV コンパイラー (本書で説明しているコンパイラー) によってコンパイル中である場合に定義されます。
      * This module is to be defined on different platforms.  With
      * the ILE RPG compiler, the BNDDIR keyword is used to
      * indicate where procedures can be found.  With a different
      * compiler, the BNDDIR keyword might not be valid.
      /IF DEFINED(*ILERPG)
     H BNDDIR('QC2LE')
      /ENDIF
RPG IV コンパイラーの他のバージョンでどの条件が使用可能であるかについては、 そのコンパイラーの解説書を参照してください。