When I create a new SAFDEF GSO record, the NOAPFCHK/NONOAPFCHK field is not copied from a model SAFDEF using an INSERT USING command.
search cancel

When I create a new SAFDEF GSO record, the NOAPFCHK/NONOAPFCHK field is not copied from a model SAFDEF using an INSERT USING command.

book

Article ID: 24953

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

The NOAPFCHK/NONOAPFCHK field is not copied from a model SAFDEF via an INSERT USING command.

 

 

Environment

Release:
Component: ACF2MS

Resolution

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