Description of NETDPIPE

Download count: 11 this month, 5322 altogether.
Downloads for NETDPIPE:
  VMARC archive: v-17K

 
************************************************************************
* :nick.NETDPIPE   :sec.Unclassified                  :disk.VMTOOLS
* :title.Pipe stage to handle NETDATA stream; Pipeline SENDFILE/RECEIVE
* :version.1.2     :date.95/09/21   :summary.PACKAGE  :support.A
* :oname.Bryan Henderson            :onode.SJFEVMX    :ouser.BRYANH
* :aname.Bryan Henderson            :anode.SJFEVMX    :auser.BRYANH
* :sw.pipelines
* :ops.cms                          :lang.rexx        :source.Y
* :doc.helppipe
* :kwd.netdata pipe pipeline sendfile network rscs nje
* :abs.Pipeline stage sends input stream into RSCS network as file as if
* you had done SENDFILE or receives file from network as if you had done
* RECEIVE.  Another stage just creates and parses netdata headers and
* trailers and you can handle the sending and receiving yourself.
* :lic.By placing material on this conference, I agree to grant
* IBM a non-exclusive, royalty-free license for the material
* as set forth in the LICENSE AGREEMNT file on this conference.
************************************************************************
* :prereq.GTD      PACKAGE   computes CUT time
* :prereq.VMPOPUSH PACKAGE   preserves virtual punch settings
* :prereq.SUPERSAY PACKAGE   writes messages
*
NETDATA  REXX     * Send stream into RSCS network as a file or receive
                  * an RSCS file as a stream
NETDATA  HELPPIPE * documentation
NETDFMT  REXX     * Just convert stream to in netdata format
NETDFMT  HELPPIPE * documentation
NETDPARS REXX     * Just convert netdata stream to plain records
NETDPARS HELPPIPE * documentation
*
* Another useful pipeline stage for dealing with NETDATA data is the
* BLOCK stage (in particular, it's NETDATA parameter) that is built in
* to VM.  It blocks data such as comes out of a NETDFMT stage for
* transmission through an NJE network.  There is also DEBLOCK.