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

  1. Date: Mon, 1993 Oct 18 13:51 EDT
  2. From: "John F. Chandler"  <JCHBN@CUVMB.CC.COLUMBIA.EDU>
  3. Subject: Announcing IBM Mainframe Kermit-370 for CICS
  4. Keywords: IBM 370 Kermit, CICS Kermit
  5. Xref: IBM Mainframe, Also see IBM 370
  6. Xref: CICS Kermit, Also see CICS Kermit, IBM 370
  7.  
  8. This is to announce Release 4.3 of Kermit-370 for CICS.    The sources have
  9. not been completely rewritten, but numerous fixes, extensions, and
  10. improvements have been inserted.  The changes in 4.3 include all updates
  11. formerly available in IKXKER.UPD plus many new ones.  Parts of the
  12. source have been resequenced: IK0DEF.ASM, IK0CMD.ASM, IK0KAN.ASM, and
  13. IK0PRO.ASM, and any local mods affecting these parts will need to be
  14. changed accordingly.  As with previous releases, all CICS-specific files
  15. begin with IKX, and generic Kermit-370 files begin with IK0 (I K Zero).
  16. See the file IKXKER.INS for installation instructions.  Most of the
  17. distribution files have been replaced, including IKXKER.INS, plus the
  18. assembler sources and the "beware", help, and update files.  Release 4.3
  19. is also being issued in the companion CMS, MUSIC, and TSO variants (see
  20. the separate announcements for details).  Anyone interested in helping
  21. to port Kermit-370 to still other operating systems should contact John
  22. Chandler <JCHBN@CUVMB.BITNET> or <JCHBN@CUVMB.CC.COLUMBIA.EDU>.
  23.  
  24. For a list of generic additions, see the generic Kermit-370 announcement
  25. IK0KER.ANN.  The following is a list of CICS-specific updates added
  26. since the initial release, including many that were already available in
  27. intermediate releases.
  28.  
  29. 1) Expansion of the "userid" field in Kermit from four to eight bytes.
  30.    
  31. 2) No clashing simultaneous access to a TDQ by two Kermit sessions.
  32.    
  33. 3) Distinction between readable and writable data objects when
  34.    determining file name collision and searching for files to download.
  35.    
  36. 4) Compatibility with CICS 3.1.
  37.    
  38. 5) Correct code for CICS 1.6 access to extra-partition TDQs under MVS.
  39.    
  40. 6) Termid substitution in filenames.
  41.    
  42. 7) Interactive mode prompt padded with XON (or whatever is the current
  43.    HANDSHAKE character).
  44.    
  45. 8) Several bug fixes.
  46.  
  47. Work on Kermit-CICS is continuing.  Features that need to be improved
  48. or added include:
  49.  
  50.  - IKXDYNAL for both CICS/VSE and CICS/MVS.  The former would probably
  51.    support only spool files, but the latter should support both spool
  52.    files and MVS data sets.
  53.  
  54.  - Sample exit routines for supporting userid algorithms besides the
  55.    OPID and TERM options.
  56.  
  57.  - Sample package of security exit routines.
  58.  
  59.  - Support for data objects on a remote CICS.
  60.  
  61.  - Cleaner performance of server-mode BYE function, dependent on local
  62.    conventions.
  63.  
  64.  - Support for indirect TD queues.
  65.  
  66.  - Mechanism for flushing terminal output from Kermit (such as from the
  67.    TYPE subcommand).
  68.  
  69.  - Mechanism for collecting "terminal" output from invoked programs.
  70.  
  71.  - Testing under CICS/VM.
  72.  
  73. Anyone interested in working on these or other improvements should first
  74. get in touch with the Center for Computing Activities at Columbia
  75. University to find out if someone else has already begun a similar
  76. project (and, if so, who).
  77.