home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ibm370 / ik0ker.bwr < prev    next >
Text File  |  2020-01-01  |  6KB  |  111 lines

  1. Kermit-370 4.3.x "Beware File" - Known Bugs, Problems, Limitations.
  2.  
  3. As of: 20:15pm  Wednesday, 1995 May 31
  4.  
  5. The following is the generic BWR file -- most BWR entries, however, are
  6. system-specific.  See the system-specific BWR for more information.
  7.  
  8. Note that Kermit-370 release numbers are three-part (e.g., 4.3.0) and
  9. should be reported in full in any bug reports.
  10.  
  11. ---------------- 90/5/8 ------------------------------------------------
  12. A commonly reported "problem" is that Kermit-370 objects to a send
  13. packet size greater than 94, and users wonder how to turn on long-packet
  14. protocol for downloads.  The answer is that the the maximum packet size
  15. in Kermit protocol is always dictated by the receiving Kermit -- ALWAYS.
  16. NOTHING YOU CAN SAY TO A SENDING KERMIT WILL EVER MAKE IT SEND PACKETS
  17. LONGER THAN THE RECEIVING KERMIT ASKS FOR.  Conversely, Kermit-370 will
  18. always use packets as long as possible unless frequent transmission
  19. errors indicate a noisy communication line.  The only purpose for the
  20. send packet-size parameter in Kermit-370 is to set the default, in case
  21. the receiving Kermit is badly crippled (in which case, long packets are
  22. entirely out of the question anyway).
  23.  
  24. ---------------- 90/5/8 ------------------------------------------------
  25. With a few exceptions, CONTROLLER will be set automatically when Kermit
  26. is invoked.  Kermit-370 has been reported or rumored to work with many
  27. different types of front end.  See IK0AAA.HLP for a current list.
  28.  
  29. ---------------- 90/5/8 ------------------------------------------------
  30. A new restriction has come to light concerning Kermit through Renex
  31. protocol converters, such as the TMS-1.  It is necessary to make sure
  32. that typeahead is turned off in order to let graphics passthrough work.
  33. It may also be necessary to set the parity to MARK on both Kermits in
  34. both directions, thereby limiting the data channel effectively to a
  35. 7-bit width.
  36.  
  37. ---------------- 91/10/10 ----------------------------------------------
  38. Kermit-370 now supports the "end-of-attributes" attributes.  If that
  39. causes the other Kermit to refuse files (or worse, as has been found in
  40. the case of Kermit-11), the new attribute can be suppressed by issuing
  41.  
  42.        SET ATTRIB END OFF
  43.  
  44. to Kermit-370.
  45.  
  46. N.B.  The End attribute must be turned on in order to use level-1
  47. recovery of a partly-transmitted file.
  48.  
  49. ---------------- 92/4/28 -----------------------------------------------
  50. When a file transfer or server mode ended, and the user reconnected back
  51. from MS-Kermit to the mainframe, the screen was (in the past) left with
  52. the "greetings", and it was necessary to refresh or clear the screen.
  53. That is no longer needed for versions of MS-Kermit 3.12 and higher.
  54.  
  55. ---------------- 92/9/9 ------------------------------------------------
  56. When the file character set is changed to one of the Kanji sets, and the
  57. previous setting was not one of those allowed with Kanji (CP290, CP500,
  58. CP281, and H-EBCDIK-DASH), the Kanji set is normally paired with the
  59. first of those (CP290), but the choice may be altered by changing the
  60. order of character sets listed at label TBVJP -- the first set is the
  61. default.  For example, to change the default to CP281, use the following
  62. update:
  63.  
  64.  ./ * SC92252 - Make CP281 the default SBCS with KANJI
  65.  ./ R 04118000          $ 4118000 100                  10/18/91 ->4.3<-
  66.  TBVJP    DC    CL(LALF)'CP281',CL(LALF)'CP500',CL(LALF)'CP290' @SC92252
  67.  
  68. ---------------- 94/11/15-----------------------------------------------
  69. Kermit-370 version 4.3 contains SETA instructions in open code that use
  70. count attributes.  These are not permitted in open code by certain old
  71. assemblers.  If your installation uses such an assembler, the following
  72. update provides compatibility.
  73.  
  74.  ./ * SC94307 - Move count attributes into a macro for old assemblers
  75.  ./ I 00756000          $ 756050 50                    11/03/94 17:29:08
  76.  *COPY                                                 GBLDEFS  @SC94307
  77.           MACRO                                                 @SC94307
  78.           GBLDEFS &FSPCPRM,&OPRMUB,&OPRMUL                      @SC94307
  79.  .* Generate language-dependent constants                       @SC94307
  80.           GBLA  &FMTOPT,&LOPRNUM,&LOPRMUS,&MSGFILL              @SC94307
  81.  &FMTOPT  SETA  K'&FSPCPRM    Length of "[first-last...]"       @SC94307
  82.  &LOPRNUM SETA  K'&OPRMUB           Length through "be "        @SC94307
  83.  &LOPRMUS SETA  K'&OPRMUL+&LOPRNUM  Total length                @SC94307
  84.           MEND                                                  @SC94307
  85.  ./ D 01431000                                         11/03/94 17:24:27
  86.  ./ D 01431600 01431800                                11/03/94 17:24:27
  87.  ./ I 01432400          $ 1432500 100                  11/03/94 17:24:27
  88.           GBLDEFS ,                                             @SC94307
  89.  
  90. ---------------- 95/2/2 ------------------------------------------------
  91. Kermit-370 has a feature that allows it to respond immediately with an
  92. error message if the file name given on a RECEIVE subcommand is invalid
  93. or conflicts hopelessly with existing file(s).  This immediate handling
  94. of possible errors prevents Kermit-370 from handling level-1 recovery
  95. for a partly-received file.  Such recovery works only if the name is
  96. supplied by the other Kermit.
  97.  
  98. ---------------- 95/5/30 -----------------------------------------------
  99. Kermit-370 deals with full-duplex SNA lines by issuing a SNA Inhibit
  100. Presentation control character when entering protocol mode.  This is
  101. intended to inhibit the echoing of all the inbound packets during file
  102. transfers.  However, it may have the additional effect on some systems
  103. of inhibiting outbound packets, effectively stopping any transfer.  To
  104. avoid this problem, the following update can be applied.
  105.  
  106.  ./ * SC95150 - Avoid SNA presentation commands
  107.  ./ D 08771500                                         05/30/95 18:55:38
  108.  ./ D 08784500 08786500                                05/30/95 18:55:38
  109.  
  110. ------------------------------------------------------------------------
  111.