home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / ibmmain / 2959 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.9 KB  |  45 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!paladin.american.edu!auvm!USCMVSA.BITNET!LDW
  3. Message-ID: <IBM-MAIN%93010703393123@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Thu, 7 Jan 1993 01:37:00 PST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         Leonard D Woren <LDW@USCMVSA.BITNET>
  8. Subject:      Re: IOCP and Channel 0
  9. Lines: 34
  10.  
  11. On Tue, 5 Jan 1993 12:34:47 MST,
  12.    Keith Risinger <SYSKMR@NMSUVM1.BITNET> said:
  13. >                                            (...)   in the IOCP users
  14. > guide it states 'MVS system generation requires TYPE=BY for channel
  15. > number 0'. Even before I read that statement, I remembered something
  16. > about channel 0 having to be defined as TYPE=BY, but I don't know
  17. > why.
  18.  
  19. A couple of people followed up with answers to other questions than
  20. what was asked.  The correct answer to the question is "historical",
  21. at least for most processors and for current MVS releases.  I suppose
  22. that some older and/or smaller processors might require CHPID 0 to be
  23. BYte.
  24.  
  25. A pre-XA MVS requires that channel 0 be a byte channel.  Since you're
  26. running MVS/ESA, remove the channel specification from the CHPID
  27. macros -- they're irrelevant.  I'm guessing this is the cause of your
  28. trouble.
  29.  
  30. > All this came about when we could not attach the new tape drives to
  31. > any VM id, so I thought maybe the TYPE operand may have something to
  32. > do with it.
  33.  
  34. I don't know enough about VM RIO, but it _may_ insist that channel 0
  35. be a byte channel.  Again, if you're running VM/XA or later, this is
  36. probably irrelevant.  Channel numbers don't actually exist in the XA
  37. (MVS,VM) I/O architecture.
  38.  
  39. > Our environment is VM/ESA with MVS/ESA running under it.
  40.  
  41. I'd fix that too... (Just last week we had that argument on this list,
  42. so let's not have it again now, even if I am throwing out flame bait.)
  43.  
  44. /Leonard
  45.