Description of TOOLNOTE

Download count: 7 this month, 5003 altogether.
Downloads for TOOLNOTE:
  VMARC archive: v-115K

 
************************************************************************
*
*  (c) Copyright IBM Corporation 1994, 1995 - All Rights Reserved
*
************************************************************************
* :nick.TOOLNOTE   :sec.Unclassified                  :disk.VMTOOLS
* :title.User Interface to TOOLSRUN via NOTE or PROFS
* :version.2.8     :date.95/01/05   :summary.NONE     :support.X
* :oname.David J. Martin            :onode.RTP        :ouser.DJM
* :aname.David J. Martin            :anode.RTP        :auser.DJM
* :hw.N/A                           :sw.TOOLSRUN REXX
* :ops.VM/CMS                       :lang.REXX        :source.Y
* :doc.HELP Files
* :kwd.TOOLSRUN NOTE PROFS APPEND SUBSCRIBE OFFICEVISION
* :abs.If installed on a TOOLSRUN machine, allows users to send
* various requests (APPEND, GET, LIST, CREATE, etc) via CMS NOTEs,
* PROFS notes, or OfficeVision notes.
* :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.
************************************************************************
      TOOLNOTE EXEC     * This is it in compiled format
*
* I've had reports that the compiled version of TOOLNOTE 2.3 or higher
* may not run on some systems.  The error is:
*
* Error 3 running compiled TOOLNOTE EXEC, line 0: Program is unreadable
* Level of IBM Library for REXX/370 too low
*
* If this happens to you please recompile TOOLNOTE SOURCE on your system
* which should allow the compiled version to run.
*
      TOOLNOTE HELPCMS  * Help for the end users
      TOOLNOTE PROFSAMP * Sample profile
      TOOLNOTE LIST3820 * Preformatted installation document
      TOOLNOTE BOOK     * BookManager on-line viewable installation doc
      TOOLNOTE CHANGES  * List of authors and past changes
*
* Two sample exits from Scott Sumner-Moore to let TOOLNOTE work on
* systems running OV/VM.  Please refer to the TOOLNOTE documentation
* for details on how to use them.
*
      TONODECK OVEXEC   * Gets added to TOOLDECK exec
      TONOEXIT OVEXEC   * Sample TOOLNOTE user exit
*
* Some additional sample exits from Robert Rodriguez which use PIPELINEs
* to directly read the PROFS/OV REMLOC FILE if present.  The exits
* assume that PIPELINE is available and that the PROFS/OV admin 399 disk
* is linked and accessed before they are called.
*
      TONODECK OVEXEC1  * Gets added to TOOLDECK exec
      TONOEXIT OVEXEC1  * Sample TOOLNOTE user exit
*
* Miscellaneous exits
*
      TONOEXIT PURGEXEC * Sample TOOLNOTE user exit to purge things from
*                       * certain IDs (like DELEGATE or SAFE)
*
* Raw documentation files and the exec source.
*
      TOOLNOTE SCRIPT   * Installation instructions
      TOOLNOTE STYLE    * BookMaster style file for formatting
      TOOLNOTE SOURCE   * The exec source