COBCH1096 HOSTFD not yet supported with JVMGEN.

HOSTFD functionality is not currently supported when compiling with JVMGEN. When the HOSTFD directive is set implicitly as part of a selected dialect, then it is ignored.

Resolution:

Recompile without the HOSTFD directive.

Example:

In the following example, the $set statement must be removed.

      $set hostfd
       select f1 assign "MyFile".
       fd f1.
       01 r1 pic x(10).