Hi Buck,
I've not worked with those exits before but I need to have this work
within the application rather that an external system configuration.
I'll have a look at them for an education anyway.
Tim
On 2/27/2013 7:41 PM, Buck Calabro wrote:
On 2/27/2013 1:16 PM, Tim Bronski wrote:
Yes they are our own commands, all processed with a single CPP. For
logging purposes I want to capture the original command string used. I
could rebuild it within the CPP but that's a maintenance nightmare. I
had myself convinced that I'd done this previously but I've been deluded
before! It doesn't seem like it should be that hard to do.
Have a look at the Command Analyzer Exit points, QIBM_QCA_RTV_COMMAND
and QIBM_QCA_CHG_COMMAND. They won't work for the CALL command, but if
you are invoking this via a user written command, perhaps this will give
you what you're looking for?
--buck