home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / bit / listserv / vmutil / 1507 < prev    next >
Encoding:
Text File  |  1992-09-12  |  2.0 KB  |  46 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!auvm!VM.MARIST.EDU!HARRY
  3. Organization: Marist College
  4. Message-ID: <VM-UTIL%92091120564372@VM.MARIST.EDU>
  5. Newsgroups: bit.listserv.vm-util
  6. Date:         Fri, 11 Sep 1992 20:49:45 EDT
  7. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  8. From:         "A. Harry Williams" <HARRY@VM.MARIST.EDU>
  9. Subject:      Re: ind$file running on cms reading os files
  10. In-Reply-To:  Message of Fri,
  11.               11 Sep 1992 16:42:49 EDT from <TKSSTEVE@UBVM.CC.BUFFALO.EDU>
  12. Lines: 32
  13.  
  14. On Fri, 11 Sep 1992 16:42:49 EDT Steven P. Roder said:
  15. >On Fri, 11 Sep 1992 15:36:00 EDT John F. Chandler said:
  16. >>> >We have a user that is link to an MVS disk from cms.
  17. >>...
  18. >>> If the MVS catalogs are ICF catalogs, then you cannot do it, since CMS does
  19. >>> not support reading ICF catalogs.  CMS does support VSAM catalogs.
  20. >>
  21. >>What do catalogs have to do with it?  CMS has a link to a virtual disk
  22. >>which happens to be in MVS format, so it presumably goes in and reads
  23. >>the VTOC.  My guess is that the best bet for reading a file from an OS
  24. >>disk is to establish a CMS fileid by issuing a FILEDEF of the form
  25. >>
  26. >>  FILEDEF ddname DISK name type mode DSN data.set.name
  27. >>
  28. >>and then referring to 'name type'.  Unfortunately, this might work only
  29. >>if the program uses OS-simulated I/O for reading the file.
  30. >>                                  John
  31. Melvin Klassen point out to me privately that IND$FILE does use OS-simulated
  32. I/O(as far as he could tell for an OCO module), and so this might not work
  33.  
  34. >
  35. >This is what I could not get to function when the MVS catalog on the linked
  36. >volume is an ICF catalog, rather than a VSAM catalog.
  37.  
  38. I went and tried this on our system.  We are running with ICF catalogs
  39. on MVS/ESA.  As long as I have access to the proper volume, I can use the
  40. MVS VTOC, and access the file.  I got it to work here.  I can't use
  41. the catalog, so I must use the proper volid.
  42. >
  43. >
  44. >Steve Roder
  45. /ahw
  46.