Description of DMSG

Download count: 9 this month, 5595 altogether.
Downloads for DMSG :
  VMARC archive: v-9K

 
**********************  UNCLASSIFIED  **********************************
* :nick.DMSG       :sec.UNCLASSIFIED                  :disk.IBMVMGAT
* :title.Display a message on 3480 operator panel
* :version.1.0     :date.94/11/07   :summary.PACKAGE  :support.AS
* :oname.C.W.Cheung                 :onode.TOROLAB6   :ouser.CHEUNGCW
* :aname.C.W.Cheung                 :anode.TOROLAB6   :auser.CHEUNGCW
* :hw.3480 tape drives attached.    :sw.CMS 6.0+
* :ops.VM/ESA                       :lang.ASM||C370   :source.Y
* :doc.self expl.
* :kwd.3480 DISPLAY PANEL
* :abs.Display a message on 3480 device operator panel
* The small program make the 3480 operator panel display
* available to CMS users. Syntax available by type DMSGX alone.
* C/370 source included.
* :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.
************************************************************************
* :repository.IBMVMGAT
* This was an exercise in BAL programming.
*Tested on VMXA/SP2 for both 370 and XA mode.
      DMSGX    MODULE   *
*Information on FCB
      FCB      MEMO     *
*An optional EXEC to use with DMSGX (changed was DMSG)
      DMSG3480 EXEC     *
*license agreement
      DMSG     LICENSE  *
*Alternative implementation in C/370. (C/370 source)
      DMSGX    C        *