The NOAPFCHK/NONOAPFCHK field is not copied from a model SAFDEF via an INSERT USING command.
The following is documented in the CA ACF2 for z/OS Administrator Guide:
This field cannot be copied from a model SAFDEF using an INSERT USING command.
If the new SAFDEF record requires this field it must be specified as an additional field following the newrecid, or using a separate CHANGE command against the new SAFDEF record.
ACF
SET CONTROL(GSO)
INSERT USING(SAFDEF.ABC) SAFDEF.XYZ NOAPFCHK
or
INSERT USING(SAFDEF.ABC) SAFDEF.XYZ
CHANGE SAFDEF.XYZ NOAPFCHK