How do you set up ACF2 for ICSF and XFACILIT calls to process NODUPLICATES.
In ICSF there is a function to check for duplicate keys and prevent the creation with the following RACF profile "RDEFINE XFACILIT CSF.CKDS.TOKEN.NODUPLICATES"
When ICSF starts, it will make an EXTRACT call to security. In ACF2, that is checking for a rule. If one of these rules are found, then ICSF is allowed to make duplicates:
$KEY(CSF) TYPE(XFC)
CKDS.TOKEN.NODUPLICATES
$KEY(CSF.CKDS.TOKEN.NODUPLICATES) TYPE(XFC)
If no rules are found, then duplicates are not allowed.