Hi,
I am facing some problem while executing the process thru cron. My execution scripts (KORN shell) will be something as below:
echo U$(tput kf9)$(tput kf9)|/prog/bin/prog1.exe M A 1>/prog/log/cron.log
In my cron.log, I can see that the 1st input parameters is not passing in to the...