Description of PRINTER

Download count: 10 this month, 5362 altogether.
Downloads for PRINTER :
  VMARC archive: v-154K

 
**********************  UNCLASSIFIED  **********************************
* :nick.PRINTER    :sec.UNCLASSIFIED                  :disk.VMTOOLS
* :title.Print most types of file via menu.
* :version.1.8     :date.94/11/02   :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.Present a menu of available printers. Menu allows user
* to set certain print characteristics before printing file.
* Will automatically UNPACK a file, or SCRIPT it if required.
* :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.
*
      PRINTER  LICENSE  *  License agreement.
      PRINTER  SOURCE   *  See NOTE 3 below.
      PRINTER  EXEC     *
      PRINTER  HELPCMS  *
      PR       EXEC     *
      PRNTRMSG EXEC     *
      PRTOFF   EXEC     *
      PRTON    EXEC     *
      RSCSACT  EXEC     *
*
*     NEXT FOUR MUST BE CUSTOMISED TO YOUR LOCAL ENVIRONMENT.
*
      PRINTER  PROFILE  *
      PRINTER  USERID   *  Rename to PRINTER userid
*                          Where userid = your VM userid
      SETGBLS  EXEC     *  Set printer addresses and parameters.
      PRINTER  OPTIONS  *
*
      PTMENU01 XEDIT    *
      PTMENHLP XEDIT    *
      PTMENHLP HELPXEDI *
      PRINTERS EXEC     *
      PRINTERS HELPCMS  *
      XPRNTSCR XEDIT    *
      PROFSGEN EXEC     *
      $PROFGEN XEDIT    *
      PALTPRNT EXEC     *
      PROFSXDT EXEC     *
      PROFSXDT HELPCMS  *
      PROFSXDT HELPPRO  *
      PROFSXDT HELPDEL  *
      PROFSDB  EXEC     *
      PRTSTAT  EXEC     *
      PSMENU01 XEDIT    *
      RSCSCOMM HELPCMS  *
      $FNDSCPT XEDIT    *
      $FNDLONG XEDIT    *
      TEMPDISK EXEC     *
      ADMPCONV EXEC     *
      ADMPCONV HELPCMS  *
      ADMPCONV MESSAGES *
      VIEW     HELPPRIN *
      LISTGBLS EXEC     *
      PXGBLS   EXEC     *
*
      PDISK    EXEC     *  ATTACH PROFS DISKS
*      Note 1.  PDISK is used to attach the PROFS disks where it is found
*               that the  profs module is  not currently available  on an
*               accessed disk. If  PROFS is always available  then you do
*               not need  it. if you use  it then change it  to link your
*               own PROFS disks.  the code is for Greenocks PROFS disks.
*
      QPGINF   SAMPEXEC *  DETERMINE LOCATION OF PRINTER
*      Note 2.  QPGINF is used  to determine which node a  printer is on.
*               If you use it then change it suit your local environment.
*               The code is for Greenocks printer setup.
*               Rename to QPGINF EXEC.
*
*      Note 3.  If you wish  to print ADMGDF files then  you must provide
*               an exec called GDF38 or  change the source of the PRINTER
*               EXEC to have it call an appropriate local exec.
*               If you wish  to print SCRIPT files then  you must provide
*               an exec called SCRIPT or change the source of the PRINTER
*               EXEC to have it call an appropriate local exec.
*               Script also uses file  SCRIPT OPTIONS  and starter set
*               profile  DSMPROF4.
*
* Dependencies....
*
*     CLASSIFY PACKAGE    From VMTOOLS
*     EXTMSG   PACKAGE    From VMTOOLS
*     VIEWER   PACKAGE    From VMTOOLS
*     WINDSLCT PACKAGE    From VMTOOLS
*     HELPWIND PACKAGE    From VMTOOLS
*     $SUBSET  PACKAGE    From VMTOOLS
*     FILELSND PACKAGE    From VMTOOLS
*
* Associated packages....
*
*     3812PPRT PACKAGE    From VMTOOLS