The ACF2 LIDPRE exit does not give details of a LID record
book
Article ID: 122426
calendar_today
Updated On:
Products
ACF2ACF2 - DB2 OptionACF2 for zVMACF2 - z/OSACF2 - 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.