ACF2 message ACF04056 issued after defining CICS transaction to X(RGP) record
search cancel

ACF2 message ACF04056 issued after defining CICS transaction to X(RGP) record

book

Article ID: 229517

calendar_today

Updated On:

Products

ACF2 ACF2 - z/OS ACF2 - MISC

Issue/Introduction

After adding a CICS transaction resource to an existing ACF2 X(RGP) record, an ACF04056 violation is occurring.

Commands issued:

SET X(RGP)
CHANGE CICSREC INCLUDE(XXXX) ADD
F ACF2,NEWXREF

Resolution

When refreshing the Resource XREF Table, an additional parameter of TYPE is required on the F ACF2,NEWXREF command:

F ACF2,NEWXREF,TYPE(RGP)

If TYPE is removed from the command, the default is TYPE(SGP) and the correct cross reference table will not be rebuilt.

Examples:

F ACF2,NEWXREF
ACF79302 SOURCE XREF TABLE RE-BUILT

F ACF2,NEWXREF,TYPE(RGP)
ACF79302 RESOURCE XREF TABLE RE-BUILT

F ACF2,NEWXREF,TYPE(ROL)
ACF79302 ROLE XREF TABLE RE-BUILT