RNF3788

DFTACTGRP(*NO) must be specified for a prototype that does not have the EXTPGM keyword.

30

Cause . . . . . : Prototypes must describe programs (EXTPGM keyword) when DFTACTGRP(*YES) is specified on the CRTBNDRPG command or on the Control specification. Prototypes which describe procedures (EXTPROC keyword, or neither EXTPROC nor EXTPGM keyword) are not allowed. The prototype is ignored.

Recovery . . . : Specify DFTACTGRP(*NO) on the CRTBNDRPG command or on the Control specification, or remove any prototypes which do not have the EXTPGM keyword specified. Compile again.