Temporarily de-activating an ACF2 Exit.
search cancel

Temporarily de-activating an ACF2 Exit.

book

Article ID: 22695

calendar_today

Updated On:

Products

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

Issue/Introduction

 

I want to de-activate an Exit for testing purposes. I entered:

cha exits sevpost(exitname)

However the exit was still active.

 

 

 

Environment

Release: ACF2..001AO-16-ACF2
Component:

Resolution

This sequence should de-activate the Exit (in this example, the SEVPOPST Exit):

ACF   
SET CONTROL(GSO)   
CHANGE EXITS SEVPOST()   
F ACF2,REFRESH(EXITS)   
END  

There is no need to remove the program from LPA.

If you want to re-activate the Exit after your test, issue the following commands:

ACF 
SET CONTROL(GSO) 
CHANGE EXITS SEVPOST(xxxxxxxx) 
F ACF2,REFRESH(EXITS) 
END