Try running the connect and the SP call in one db2 script and have the scheduler run the CLP with the script file...

script.sql:
connect to DBNAME user ***** using *****;
call PROCSHEMA.PROCN AME(INARG1, INARG2,?,?,?,?, ?);

db2cmd /c /w db2 -tvf script.sql -z script.out