How to refresh ACF2 user exit dynamically.
search cancel

How to refresh ACF2 user exit dynamically.

book

Article ID: 222880

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

Dynamically refresh ACF2 user exit which is in LPA instead of IPL-ing, to test it.

Environment

Release : 16.0

Component : CA ACF2 for z/OS

Resolution

Use the MVS SETPROG LPA command to add the new module to LPA.
Example:
               SETPROG LPA,ADD,MODNAME={your-module-name},DSNAME=dataset.name

To activate,  issue command ' F ACF2,REFRESH(EXITS)'
The above should cause the new code to get control.

Additional Information

Review
-  Broadcom / ACF2 Tech doc .. CA ACF2 Exit Specifications (EXITS)

-  IBM Ref:   Managing dynamic LPA content