* 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 コンパイラーの他のバージョンでどの条件が使用可能であるかについては、
そのコンパイラーの解説書を参照してください。