The following token will match AUDIT at the current parse position, and if found, adds AUDIT_FLAG=true to the user attribute map.
<flag offset=’-1’ name=’AUDIT’>AUDIT_FLAG</flag> |
The following token will match xxxxCICS at the current parse position, where xxxx are any four characters, including spaces. If this string is found, AttrParse adds CICS=true to the user attribute map.
<flag offset=’4’ name=’CICS’>CICS</flag> |