This ZIP file contains MVS TSO XMIT file(s) which you will need to unzip
on your PC, transmit to MVS, and RECEIVE on TSO.  Here is a sample set
of commands:
  
 On the PC: 

      CD C:\TEMP     (or wherever)
      A:\PKUNZIP A:\name.ZIP

      FTP mvs-host-name
      BINARY
      QUOTE SITE LRECL=80 BLKSIZE=80 RECFM=F
      QUOTE SITE PRI=100 SEC=100 TRACKS
      PUT name.XMI
      END

  On TSO:

      RECEIVE INDATASET(name.XMI)

      DA('mvs.host.name')           <- When prompted by INMR906A

Note:
- Other uploads using IND$FILE or another package will need a binary
  upload and no CRLF or ASCII translations.  TCP/IP FTP is recommended
  because of the speed difference. 
- Windows 95 needs "QUOTE SITE" while OS/2 just needs "SITE"
- This block size is needed by the RECEIVE TSO command.


There is more information at: http://www.ticnet.com/davea/mvs/download.htm
or contact David Alcock at dalcock@csw.com (work) or davea@ticnet.com
