home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / admin / 4871 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  3.2 KB

  1. Xref: sparky comp.unix.admin:4871 comp.unix.large:301 comp.sys.sun.admin:6137 comp.misc:3562
  2. Newsgroups: comp.unix.admin,comp.unix.large,comp.sys.sun.admin,comp.misc
  3. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uchinews!ellis!bkc2
  4. From: bkc2@ellis.uchicago.edu (Benjamin Clardy)
  5. Subject: Re: Any clues about IBM mainframe tape conversions?
  6. Message-ID: <1992Sep4.022633.6827@midway.uchicago.edu>
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Reply-To: bkc2@midway.uchicago.edu
  9. Organization: University of Chicago Computing Organizations
  10. References: <1992Sep2.125218.11643@galileo.cc.rochester.edu>
  11. Date: Fri, 4 Sep 1992 02:26:33 GMT
  12. Lines: 51
  13.  
  14. In article <1992Sep2.125218.11643@galileo.cc.rochester.edu> kann@troi.cc.rochester.edu (Kirk M. Anne) writes:
  15. >We have been asked to decommission our IBM VM/CMS mainframe.  The committee
  16. >that is working on this project has asked me to find out what other sites
  17. >do with IBM mainframe tapes for UNIX systems.  I know that 'dd' will read
  18. >the tapes, but many of our users have SAS tapes that were created on CMS.
  19. >I would like to find some clues to the following questions:
  20. >
  21. >    What do you do when you get tapes from IBM sites?
  22. Copy to Exabytes using dd. 
  23. >    What utilities do you use to convert tapes?
  24. dd.  We also use a commercial utility called tconvert which is somewhat like
  25. ditto in its ability to interactively look at a tape.
  26. cmstape, which is available on the net will read and write CMS tapes.  I have
  27. used this program a reasonable amount and it works fine.  The source must be
  28. modified slightly so that underscore characters are correctly converted from
  29. EBCDIC to ASCII.  
  30. >    How do you handle SAS tapes created on CMS?
  31. cmstape will not be of any help with SAS datasets.  Due to differences in
  32. architecture, the binary format for datasets is different.  This allows SAS
  33. to take advantage of hardware-based numeric representation.  Although, it
  34. is certainly possible, I know of no method of directly converting SAS 
  35. datasets from one architecture to another.  You must load it back up and 
  36. convert it to an export file, which is architecture independent.  The layout
  37. for SAS Version 5.xx is availble from SAS in case you want to write your
  38. own read program.  SAS has decided not to make available the layout for 
  39. SAS Version 6.xx, instead trying to sell its SAS Toolkit product which
  40. allows one to write procedures that directly interface with SAS.  Of
  41. course, Toolkit is only available for MVS, CMS, and ?, but it is not
  42. available yet for Unix.
  43. >    How do you handle multi-tape data sets?
  44. Multi-volume tapes seem to work ok but I recently ran into a problem
  45. with a set of multi-volume tapes where my machine was dropping a few
  46. blocks but not saying anything about it.  This problem may be 
  47. unrelated to multi-volume (although the blocks that it drops are
  48. suspiciously at the beginning or end of a tape), but if your 
  49. interested e-mail me back.  I should have the problem figured out 
  50. in a few days or so.
  51. >
  52. >I will post a summary of the clues that I receive.
  53. >
  54. >Thanks in advance,
  55. >
  56. >Kirk Anne                Internet: kann@troi.cc.rochester.edu
  57. >UNIX Consultant                Phone:    (716) 275-2811
  58. >Taylor Hall 24                Fax:      (716) 461-1328
  59. >University of Rochester
  60. >Rochester, NY 14627
  61.  
  62. Benjamin
  63. -- 
  64. Benjamin Clardy                    bkc2@midway.uchicago.edu
  65.