Description of LPXEDIT

Download count: 11 this month, 5296 altogether.
Downloads for LPXEDIT :
  VMARC archive: v-31K

 
**********************  UNCLASSIFIED ***********************************
* :nick.LPXEDIT    :sec.UNCLASSIFIED                  :disk.VMTOOLS
* :title.Misc. XEDIT macros from LP.
* :version.1.10    :date.94/10/17   :summary.PACKAGE  :support.X
* :oname.Les Paton                  :onode.GNKVM      :ouser.LPATON
* :aname.Les Paton                  :anode.GNKVM      :auser.LPATON
* :sw.Rexx, XEDIT
* :ops.VM/ESA, VM/SP                :lang.Rexx        :source.Y
* :doc.PACKAGE
* :abs.XEDIT macros to do various things.
* :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.
************************************************************************
* (c) Copyright International Business Machines Corporation 1984, 1994.
*                      All Rights Reserved.
* No  service,  support  or  maintenance is  expressed  or  implied.  For
* additional information refer to the LICENSE agreement for this tool.
*
      LPXEDIT  LICENSE  *  License agreement
      U        XEDIT    *  Uppercase a line or lines
      L        XEDIT    *  Lowercase a line or lines
      J        XEDIT    *  Justify a line or lines
      LJ       XEDIT    *  Justify a line or lines
      TOTAL    XEDIT    *  Total numbers on a line
      II       XEDIT    *  Enter INPUT mode at a specific line
      CM       XEDIT    *  Insert a Rexx comment
      EX       XEDIT    *  Invoke the Rexx instruction on that line
      GNK      XEDIT    *  Insert a 'logo'
      $GNKHDR  XEDIT    *
      $GNKHDR  PROFILE  *
      LOGO     XEDIT    *  Insert a 'logo'
      $NOTEHDR XEDIT    *
      $NOTEHDR PROFILE  *
      IDENT    XEDIT    *  Identify the users in a NETLOG file
      STRIP    XEDIT    *  Strip lines
      PRESEEHX XEDIT    *  See line in hex
      FOILSCRN XEDIT    *  Save a screen as an ADMGDF
      COPYSCRN XEDIT    *
      DBLANK   XEDIT    *  Remove blank lines from a file
      TEXTCHAR XEDIT    *  Display representation of Hex 00-FF
      FLIP     XEDIT    *  Reverse the order of lines in a file
*
* Dependencies....
*
*     RXFLOW   PACKAGE    From VMTOOLS.
*     REXTRY   PACKAGE    From VMTOOLS.
*     SCRNCOPY PACKAGE    From VMTOOLS.
*     SEEHEX   PACKAGE    From VMTOOLS.