home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4940 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.9 KB

  1. Path: sparky!uunet!stanford.edu!bu.edu!olivea!sgigate!sgiblab!swrinde!sdd.hp.com!nigel.msen.com!emory!europa.asd.contel.com!paladin.american.edu!auvm!UMSLVMA.BITNET!NASSER
  2. From: NASSER@UMSLVMA.BITNET (David Nasser)
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: MVS Transport Lib running 6.07???
  5. Message-ID: <SAS-L%92110520311857@UGA.CC.UGA.EDU>
  6. Date: 6 Nov 92 01:29:50 GMT
  7. Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. Reply-To: David Nasser <NASSER@UMSLVMA.BITNET>
  9. Lines: 51
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11.  
  12. Content   : Question
  13. Summary   : MVS Transport Lib running 6.07??
  14. System(s) : MVS/ESA/SAS6.07
  15. Name      : David Nasser
  16.  
  17. Am I supposed to be able to write an MVS SAS transport *library* to
  18. disk running SAS6.07?
  19.  
  20. I thought it was as simple as allocating the transport library
  21. and writing numerous members (type "data") to it.
  22.  
  23. But after I run something like:
  24.  
  25.  //YR1 DD DSN=YEAR1,UNIT=CART,DISP=OLD
  26.  //YR2 DD DSN=YEAR2,UNIT=CART,DISP=OLD
  27.  .
  28.  .
  29.  //YR8 DD DSN=YEAR8,UNIT=CART,DISP=OLD
  30.  //TRANS DD DSN=TRANS,DISP=OLD,DCB=(RECFM=FB,LRECL=80,BLOCKSIZE=8000)
  31.  
  32. LIBNAME TRANS XPORT 'TRANS';
  33. DATA TRANS.YR1;
  34.  SET YR1.YEAR1;
  35.   KEEP thisun thatun;
  36. .
  37. .
  38. DATA TRANS.YR8;
  39.  SET YR8.YEAR8;
  40.   KEEP thisun thatun;
  41.  
  42. CONTENTS tells me that the only member in the lib is TRANS.YR8. Per
  43. the LOG, all 8 were written, hence they were writing over one-another?
  44.  
  45. I know that this sort of thing was practical to do running _some_
  46. version of SAS on *some* platform, tho I recognize that many of my
  47. brain cells may have self-destructed in the interim. Seems I assumed
  48. that it is practical running MVS/SAS6.07.
  49.  
  50. But how do you spell a-s-s-u-m-e???
  51.  
  52.   Prosit,
  53.  
  54. David Nasser                              NASSER@UMSLVMA
  55. St. Louis, Mo                             NASSER@UMSLVMA.UMSL.EDU
  56.  
  57. "One dyin' and a-buryin',
  58.  one dyin' and a-buryin',
  59.  some cryin', six carryin'
  60.  me.
  61.  I want to be free."
  62.    -Roger Miller, who passed away last week
  63.