Archive Files Using the Connect:Direct® for UNIX Pipe I/O Function

This Process changes the pnode directory to the se subdirectory, archives all the *.c files in the se subdirectory using the tar command, and then transfers the archive to the snode. No checkpointing occurs when pipe=yes is specified.

pipe_ex1  process      snode=testcdu
step01    copy  from  (file=“cd se; tar -cf - *.c”
                       pnode sysopts=“:pipe=yes:”)
                to    (file=unix.se.tar snode disp = rpl)
	pend