The ACF2 LIDPRE exit does not give details of a LID record
search cancel

The ACF2 LIDPRE exit does not give details of a LID record

book

Article ID: 122426

calendar_today

Updated On:

Products

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

Issue/Introduction

When attempting to code a LIDPRE exit for the explicit reason to prevent the Delete of a logonid if the logonid has the STC attribute, how can it be determined if a logonid has the STC attribute set?

Environment

Release:
Component: ACF2MS

Resolution

The ACFSVC TYPE=A SVC calls LIDPRE after ACF2 performs initial validation, but before ACF2 reads the login ID record being modified.  Use the LIDPOST exit point and do assembler instruction:

TM LIDMFLG,LIDMSTC 
 
If it is true, set r15 to:
 
  • 8-Fail Login ID database processing; issue a message.