Parameters to a Host Program
hi All,
I am passing 7 parameters to a shell script which is configured as a Host Concurrent Program.
For some reason the first 4 params are being printed as some standard values like apps server password, the userID of the server logged in person, username etc.
Only from the 5th param is where I am getting my actual passed values.
Is there any reason for this? I have worked with something similar before and the params being passed used to come correctly for $1 to $5.
Below in my code:
#!/bin/ksh
#. /r01/app1/EBSapps.env run
LogT ()
{
echo "$(date '+%d-%h-%y %r') : $* "