With the RACF-connector you have the option to execute a PRE script, a POST script and to let the actual connector do the RACF routine (execute the RACF command with the actions from IIQ. Like ALTUSER, ADDUSER etc…)
With the scripts you have all different variables, but i don’t see a variable that actually holds the full RACF command that would be executed then the RACF routine is invoked.
Is it possible to trap the command the RACF routine would do in a dataset, in stead of executing it directly?
@timcarroll I didn’t get your requirement. Could you please share more details?
AFAIK the RACF Connector does not expose the raw generated command string as a variable within the Rule context. You can try having some customization in RACF routine that may allow writing to a output dataset.
@tOsaer I am not fully familiar with RACF connectors, but what I meant is there should be some control executor or processor available at RACF end where you can try to print the command.