Hi ,
My requirement is to email the log file after a concurrent request is complete.
I am attempting a popular workaround I have heard of - a custom printer driver
that will use the ‘mail’ OS command instead of ‘ls’
The arguments columns in the driver setup looks like this -
mail emailID.. < $APPLCSF/log/hrmsdev1_hrmst/l`echo $PROFILES$.CONC_REQUEST_ID`.req
where my logfile name is like l23456.req
Unfortunately iam missing a finer unix syntax and the OS is unable to derive and substitute the
file name and concatenate the ‘l’ and ‘.req’ . The $APPLCSF environment variable is derived properly.
Please help if you can… thanks.
Madhu