Hi sapzepp
Please run this unix-tws combo script on TWS master server.
#!/bin/ksh
#title of script:/tmp/tws_jobAbend_paging.ksh
/maestro/bin/conman "sj sappprd_100#cf@.billing_deliveries;stdlist">/tmp/tws.job.status
STAT=`cat /tmp/tws.job.status| grep "Exit Status"|grep 0|wc -l`
if [[ $STAT -eq 1 ]] then
mail -s "tws job status" pagenumber@abc.com </tmp/tws.job.status
else
exit 99
fi
#end of the script
Note:in above script,the sapprd_100 (tws cpu name),cf (schedule name) ,billing_deliveries(job name)
I wrote this script and using in prod environment...You can change the varibales to suit to your jobname/schedule/tws cpu...
That's it!
sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator