How to run .sh file as Concurrent Program.
I am having below sh file I need to run it as concurrent program.
---------report.sh-------------
#!/bin/sh
( cat /appfin/report/text.txt ; uuencode /appfin/report/Ofclone_Report_on_$(date +"%d-%m-%y").htm
l /appfin/report/Ofclone_Report_on_$(date +"%d-%m-%y").html ) | mailx -s 'Clone Report' suryaprak
-----------------------------------
I have done below steps but still I am error while running this program.
1) Written the script and stored as report.prog
2) Created symbolic link from your script to $FND_TOP/bin/fndcpesr ( ln -s $FND_TOP/bin/fndcpesr report )
3) Registered concurrent program with execution method of 'Host'.