home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ibmtsonih / tsnker.ann < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Date: Thu 18 Dec 86 15:31:12-EST
  2. From: Frank da Cruz <SY.FDC@CU20B.COLUMBIA.EDU>
  3. Subject: New Kermit Program for IBM 370 Mainframes with MVS/TSO
  4. To: Info-Kermit@CU20B.COLUMBIA.EDU
  5. Message-ID: <12263844741.299.SY.FDC@CU20B.COLUMBIA.EDU>
  6.  
  7. The new IBM 370-series mainframe MVS/TSO Kermit from the US National
  8. Institutes of Health (NIH), announced in the previous Info-Kermit digest, is
  9. now available in the Kermit distribution areas under the prefix TSN.  There
  10. are 21 files, comprising a total of about 3 megabytes, including three
  11. documentation files and a TSO help file.
  12.  
  13. The program is written in "ALP", which is a preprocessor for 370 assembly
  14. language developed at NIH.  The ALP preprocessor, also supplied, is written
  15. in PL/I.  For those who do not have PL/I or do not wish to bother with the
  16. source programs, a hexidecimal-encoded object file is provided, along with
  17. an assembler program to decode it into a binary object file; this can be
  18. linked with a tailorable module (written in straight assembler) in which
  19. site dependencies, such as the ASCII/EBCDIC translations, are specified.
  20.  
  21. Before deciding to transfer all 3 MB from Columbia over a network, first get
  22. the file TSNKER.TXT, which explains which files are which, and then only get
  23. the ones you really need.
  24.  
  25. Thanks to Roger Fajman at NIH (RAF@NIHCU.BITNET) for submitting this program
  26. to us.  Roger participated in the design with Dale Wright, who then did the
  27. programming.  The new program has many advanced features over previous TSO
  28. Kermit versions, including server mode, binary file transfer, file
  29. interruption, 8th-bit prefixing, run-length encoding, alternate block check
  30. types, and support for both 3705-style line mode and Series/1-style full
  31. screen emulation.  It is hoped that this new version will render the old
  32. University of Chicago (linemode only, circa July 1984) and University of
  33. Toronto versions (Series/1 only, March 85) obsolete.  Reactions from TSO
  34. sites will be appreciated, in the interest of keeping redundant Kermit
  35. versions at a minimum.  Reactions from users of the Pascal/VS version from
  36. the University of Bern (linemode only, Sept 86) will also be appreciated.
  37.  
  38. For the present, the Chicago, Toronto, and Bern versions remain available in
  39. the Kermit distribution under the prefixes TSO, TSO, and TS2, respectively.
  40. For the future, there may still be another TSO Kermit program on the horizon, a
  41. result of a cooperative effort among IBM mainframe Kermit sites to develop a
  42. Kermit program that is portable among all IBM 370 mainframe operating systems
  43. (no estimate as to when this will be ready, but IBM mainframe system
  44. programmers who are interested in developments in this area may send mail
  45. to IBM-KERMIT@CU20B or IBM-KERMIT@CUVMA).
  46.  
  47. ------------------------------
  48.  
  49. Date: Fri, 05 Dec 86  23:33:18 EST
  50. From: "Roger Fajman" <RAF@NIHCU>
  51. Subject: New NIH TSO Kermit Version 1.0
  52. Keywords: TSO Kermit, IBM Mainframe
  53.  
  54. I would like to announce the availability of the NIH TSO Kermit Version 1.0.
  55. The following summarizes its capabilities:
  56.  
  57. NIH TSO Kermit Capabilities At a Glance:
  58.  
  59.        Local operation:  No
  60.        Remote operation:  Yes
  61.        Transfers text files:  Yes
  62.        Transfers binary files:  Yes
  63.        Wildcard send:  Yes
  64.        XX/XY interruption:  Yes
  65.        Filename collision avoidance:  No
  66.        Timeouts:  Yes
  67.        8th-bit prefixing:  Yes
  68.        Repeat character compression:  Yes
  69.        Alternate block check types:  Yes
  70.        Communication settings:  No
  71.        Transmit BREAK:  No
  72.        IBM mainframe communication:  Yes
  73.        Transaction logging:  No
  74.        Session logging:  No
  75.        Debug logging:  Yes
  76.        Raw transmit:  No
  77.        Login scripts: No
  78.        Act as server:  Yes
  79.        Talk to server: No
  80.        Advanced commands for servers:  No
  81.        Local file management:  Yes
  82.        Command/init files:  Yes
  83.        Handle file attributes:  No
  84.  
  85. I am sending a tape to Frank da Cruz at Columbia so that NIH TSO Kermit can
  86. be included on the regular Columbia distribution tapes.  When the files are
  87. available on KERMSRV, ask for TSNKER.TXT to see the installation
  88. instructions.  There are 8 required files, plus 13 more if you want the
  89. source.
  90.  
  91. NIH TSO Kermit may also be obtained directly from NIH by sending a letter of
  92. request and a tape to the following address:
  93.  
  94.    Joseph D. Naughton
  95.    Chief, Computer Center
  96.    National Institutes of Health
  97.    Building 12, Room 2244
  98.    Bethesda, MD 20892
  99.  
  100. There is no charge.
  101.  
  102. The NIH version of TSO Kermit is an extensive modification and rewrite of
  103. the University of Chicago TSO Kermit, which in turn was based on an early
  104. CMS Kermit developed at Columbia University.  The external design was done
  105. by Roger Fajman and Dale Wright.  The internal design and programming was
  106. done by Dale Wright.
  107.  
  108. ------------------------------
  109.