On Wed, 5 Nov 2014 07:02:25 -0700, Lizette Koehler wrote:

>Will that work for the WebSphere/MQ task that is writing to STDOUT?  Can you 
>tell the STC to redirect to SYSLOG this way?
> 
exec 2>/dev/console
(or dup2( open( "/dev/console" ), 2 ); )
You could probably do it, but would you want to?

Some sites configure console automation to deflect BPXF024I.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to