Ken, As I recall, the first parameter of RMTCMD is the command, the second parameter is the system name. Try enclosing the command in single quotes so that it doesn't get parsed as two parameters. RMTCMD 'call pgmname parm(parm1) parm2(parm2)' //S1234567

Reply With Quote