How to use the PDFlib PLOP on MVS
=================================

Note: Only the C language binding is supported on MVS.

- place PLOP.XMIT, PLOPLIB.XMIT to hlq.PLOP.LOAD
  (using the TSO RECEIVE command)
- place PLOPLIB.DEFSD.XMIT to hlq.PLOP.DEFSD
- place the other files into the appropriate datasets;
  the directories of the distribution correspond to
  this sample dataset layout:

    Allocated as FB 80:

     hlq.PLOP.CNTL               << JCL
     hlq.PLOP.BIND.C.SRC         << .C source files
     hlq.PLOP.BIND.C.H           << .H source files
     hlq.PLOP.OBJ                << object modules
     hlq.PLOP.DEFSD              << definition sidedeck

    Allocated as MVS load module format:

     hlq.PLOP.LOAD               << load modules

See the following files for samples to compile/link/run the
PDFlib PLOP command-line tool and sample applications:

/bind/jcl/RUNPLOP.JCL
/bind/jcl/CCBIND.JCL
/bind/jcl/RUNBIND.JCL
