home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / ibmmain / 2039 < prev    next >
Encoding:
Text File  |  1992-08-25  |  5.1 KB  |  111 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Newsgroups: bit.listserv.ibm-main
  3. Path: sparky!uunet!gatech!paladin.american.edu!auvm!uvvm!klassen
  4. References:  <92234.151249MEB117@psuvm.psu.edu>
  5. Message-ID: <92238.102030KLASSEN@UVVM>
  6. Date:         Tue, 25 Aug 1992 10:20:30 PDT
  7. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Comments:     Warning -- original Sender: tag was NETNEWS@UVVM.UVIC.CA
  9. From:         Melvin Klassen <KLASSEN@UVVM.BITNET>
  10. Subject:      Re: Zmodem for VM/CMS
  11. Lines: 98
  12.  
  13. "Matthew E. Bernold" <MEB117@PSUVM.PSU.EDU> writes:
  14. >Sorry if this is the wrong place to post this, but I'm looking for a Zmodem
  15. >implication for the VM/CMS system running on an IBM mainframe.
  16.  
  17. You won't find one, if postings from other mailing-lists can be believed!
  18. ________________________________________________________________________
  19.  
  20. Date:         Mon, 19 Aug 1991 16:42:00 CDT
  21. X-Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA>
  22. From:         Neil Erdwien <NEIL@KSUVM>
  23. Subject:      Re: ZMODEM and KERMIT
  24.  
  25. >Is there any IBM VM/CMS program enabling ZModem file transfer
  26. >between the mainframe and a PC?
  27.  
  28. ZMODEM: I know of no CMS implementation.  ZMODEM gets some advantage by
  29. using the full duplex nature of most PC/Unix connections.  Because the typical
  30. IBM front-end hardware can't do this, ZMODEM would help you little.
  31.  
  32. I'm sure many people will respond to this -- KERMIT has some friends!
  33. I routinely get transfer rates over 90% of theoretical maximum, e.g.,
  34. 900 chars/sec on a 9600 BPS line.  If you want noticeably faster transfer,
  35. you are going to need a faster transmission channel.
  36.  
  37. Be sure you are using long packets -- I use 1900 bytes per packet.
  38. KERMIT also *DOES* do error correction.
  39.  
  40.  
  41. Date:         Wed, 21 Aug 1991 15:05:00 EDT
  42. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA>
  43. From:         "John F. Chandler" <PEPMNT@CFAAMP.HARVARD.EDU>
  44. Subject:      Re: ZModem for IBM VM/CMS system
  45.  
  46. > I want to ask you if there is a VM/CMS port for X,Y,Z-Modem.
  47. There will almost assuredly never be any such products for CMS.
  48. Those programs assume some things that don't hold in most IBM/370-type
  49. systems: full-duplex, two-way 8-bit data channel.  The foremost
  50. assumption is that of full-duplex transmission -- IBM mainframe
  51. architecture simply is incompatible with it, so that's just not going
  52. to happen (don't be confused by the possibility of type-ahead on
  53. protocol converters -- they aren't the mainframe).
  54.  
  55.  
  56. Date:         Tue, 3 Mar 1992 12:53:44 PST
  57. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA>
  58. From:         "Russell N. Hathhorn, VM Systems Support" <SYSMAINT@PCCVM>
  59. Subject:      where to find ZMODEM VM/CMS program ?
  60.  
  61. You can find a VM/CMS Zmodem protocol in the same location as a
  62. 'MUFFLER BEARING' factory.
  63.  
  64.  
  65. Date:         Tue, 3 Mar 1992 21:08:50 GMT
  66. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA>
  67. From:         "Korey J. Kruse" <kkruse@MATT.KSU.KSU.EDU>
  68. Subject:      Re: where to find ZMODEM VM/CMS program ?
  69.  
  70. This has come up before.  Kermit is the only protocol that VM/CMS supports.
  71. This is because VM/CMS runs 7-bit data, with parity even with
  72. half-duplex (not sure about this last setting).   Kermit is available
  73. free for both VM/CMS and for the dial-in computers, Apple, IBM PC, and
  74. a slew of others.   ZMODEM just won't work.
  75.  
  76.  
  77. Date:         Fri, 20 Mar 1992 22:49:22 CST
  78. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA>
  79. From:         Rich Chong <U41602@UICVM.UIC.EDU>
  80. Subject:      Re: where to find ZMODEM VM/CMS program ?
  81.  
  82. Sorry for a late reply on this... lets get things clear...
  83. Kermit is not the only [file transfer] protocol CMS supports.
  84. There are other vendor ones like Relay Gold's and IBM's IND$FILE.
  85. It's not because VM/CMS runs 7bit even-parity, as a matter of fact,
  86. that dependency is more the front-end processor (7171, 3705, Hydra, etc)
  87. definition. Right now I'm using a 9370 ascii subsystem FEP into a VM
  88. system at 8-bits no-parity no-problem ;-). Actually, ASCII is really
  89. only a 7-bit thing with parity, and people used that so much that
  90. another parity bit is sometimes used. IBM mainframe EBCDIC was always 8.
  91. The half-duplex nature of a real 3270 fullscreen (or IBM's old TTY)
  92. protocol is the main show-stopper. Now this isn't to be confused with
  93. the half/full duplex of your PC's comm. program or your modem. Those
  94. basically have to do with where the character may get echoed back
  95. (locally, remotely, not) rather than if the line really duplex capable.
  96. The problem is that the ASCII streaming protocols (X/Y/ZMODEM,etc)
  97. require a real full-duplex mode. Basically, this means that data can
  98. flow both ways at the same time. A streaming protocol basically shoots
  99. data down a line and won't stop until it's done or it hears that there
  100. is an error detected from the other end. In a real half-duplex line,
  101. this notification is not possible if one side is a jabbermouth.
  102.  
  103.  
  104. Date:         Mon, 23 Mar 1992 18:51:00 EST
  105. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA>
  106. From:         "John F. Chandler" <PEPMNT@CFAAMP>
  107. Subject:      Re: where to find ZMODEM VM/CMS program ?
  108.  
  109. > Kermit is not the only [file transfer] protocol CMS supports.
  110. True, but it's the only protocol supported by other types of computer as well.
  111.