A bound handler is not allowed with DFTACTGRP(*YES).
30
Cause . . . . . : When the program is compiled with DFTACTGRP(*YES), the first parameter of the HANDLER keyword must specify a program. It can be a literal containing the name of a program, or a character variable that contains the name of a program at runtime.
Recovery . . . : Specify DFTACTGRP(*NO) on the Control specification, or specify the name of a program as the first parameter of the HANDLER keyword.