Your subject mentions Qsh (Qshell) but your note talks about OS/400 PASE.
They aren't the same thing (although the interoperability is pretty good
between them).
I can't find rsync in OS/400 or in AIX documentation. What is it?
--
George Timms
IBM Rochester
I don't know whether rsync will work, but go ahead and give it a try. You
can invoke any OS/400 PASE program from CL by calling program QP2SHELL. The
first parameter is the pathname to the program, and any additional
parameters are passed as argument strings to main(). For example:
CALL QP2SHELL('/yourdir/rsync' '-xyz' 'arg2')
You'll probably have to quote just about every parameter to avoid CL syntax
errors, conversion to uppercase, and converting numerics to packed decimal.
P.S. There is an OS/400 PASE newsgroup that my development team follows at
news://news.software.ibm.com/ibm.software.iseries.pase