tungaw2003
Technical User
Hi All,
I want to call a binary program using SPL(stored procedure).
I setup all environment variables, $PATH, INFORMIXSERVER, permission on the database, etc. However, I wasn't able to execute the :
LET l_cmd = "/proj/informix/validate.sh "||UserId||" "||Password;
SYSTEM 'l_Cmd';
Please help. BTW, I also granted "grant execute on SP to public;
I want to call a binary program using SPL(stored procedure).
I setup all environment variables, $PATH, INFORMIXSERVER, permission on the database, etc. However, I wasn't able to execute the :
LET l_cmd = "/proj/informix/validate.sh "||UserId||" "||Password;
SYSTEM 'l_Cmd';
Please help. BTW, I also granted "grant execute on SP to public;