Guest.Visitor
01-01-1995, 02:00 AM
We have a PC send a command to the AS400 via the QZRCSRVS (Remote Command) server. In the joblog, one of the messages is CPF5C62, the message text is Client request - run command 'CALL '. (That's CALL followed by 26 blanks) Any idea why most of the contents of the message are blank? The message description for CPF5C26 is Client request - run command &1. The &1 variable is data type *QTDCHAR (quoted character) and the length is 30. I checked with the guy who programmed the PC to do the remote command, and his text doesn't appear to contain so many blanks. It's basically CALL lib/program PARM(parm1 parm2 parm3) Is it a security thing?