Description of QBRAPA

Download count: 10 this month, 5301 altogether.
Downloads for QBRAPA :
  VMARC archive: v-100K

 
***********************************************************************
* :nick.QBRAPA          :sec.Unclassified                :disk.VMTOOLS
* :title.Browse text part of a APA document (3820/4250/38PP), CMS/TSO
* :version.2.13         :date.95/05/26
* :oname.Bryan Henderson                 :onode.SJFEVMX  :ouser.BRYANH
* :aname.Niels Gylling                   :anode.DKIBMVM1 :auser.ISNGY
* :bname.                                :bnode.         :buser.
* :support.N    :summary.HELPCMS      :lang.REXX/PL/I  :source.Y
* :sw.PL/I Runtime
* :kwd.3820 4250 BROWSE APA CPDS IPDS LIST3820 PRINT
* :abs.Browses through the text part of a 3820, 38PP or 4250 document
* with little formatting. Allows the user to read the text of the
* APA document very quickly without using graphic display. Now a
* completely new algorithm written in PL/I with some formatting:
* Text is placed almost correctly on the display. Works under CMS and
* TSO with normal files and reader files. See QBRAPA FORUM on IBMVM.
* :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.
***********************************************************************+
*
*     QBRAPA   PACKAGE  *         This file
*
*---------------------------------------------------------------------*
*
* CMS Installation:
*     1. Receive all files below
*     2. If required, rename QBRAPAEX SAMPEXEC to QBRAPAEX EXEC
*        and add user exits for defaults
*     Note: PL/I module compiled and linked under VM/XA 2.1
*          with PL/I version 1.5.1
*
*---------------------------------------------------------------------*
*
      QBRAPA   EXEC     * Simple Browse of APA Composed Text
      QBRAPA   HELPCMS  * Help file for QBRAPA EXEC
      QBRAPAEX SAMPEXEC * QBRAPA sample user exits
      QBRAPAPN MACLIB   * ISPF panels used for help and option entry
      QBRCONV  MODULE   * CMS PL/I module to decode APA Composed Text
*---------------------------------------------------------------------*
* Maintenance files
*---------------------------------------------------------------------*
      QBRCONV  PLIOPT   * Source code for MODULE
*
* For TSO version, see QBRAPA PACKAGE on MVSTOOLS
*