home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3388 < prev    next >
Encoding:
Text File  |  1992-07-22  |  2.1 KB  |  61 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!YALEVM.BITNET!NEIMANF
  3. Message-ID: <SAS-L%92072208243921@UGA.CC.UGA.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Wed, 22 Jul 1992 08:17:13 EDT
  6. Reply-To:     Fraser Neiman <NEIMANF@YALEVM.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Fraser Neiman <NEIMANF@YALEVM.BITNET>
  9. Subject:      Transport dataset from VMS to CMS
  10. Lines: 49
  11.  
  12. Hi Folks,
  13.  
  14. I need some help getting SAS 5.18 under CMS 5 to read a transport dataset
  15. on a VAX.  I've tried the archives and the most useful thing there is a
  16. reference to a paper on this topic to Tamara Fischel, to which I do not have
  17. access. Hence this plea.
  18.  
  19. I'm told the transport file was created on the VAX (SAS 5.18) with the
  20. following:
  21.  
  22. libname transfer '[alsobrook.transfer]';
  23. libname elena    '[alsobrook.transfer.elena]';
  24. PROC COPY in=elena out=transfer export;
  25. endsas;
  26.  
  27. The transport format file was then sent to the CMS machine in a piece of
  28. mail. When I stripped out the mail header and tried to read the resulting file
  29. with PROC XCOPY, I got:
  30.  
  31. 11         SAS(R) LOG  CMS SAS 5.18
  32. 20:40 TUESDAY, JULY 21, 1992
  33. NOTE: COPYRIGHT (C) 1984,1988 SAS INSTITUTE INC., CARY, N.C.  27512, U.S.A.
  34.  NOTE: CMS SAS RELEASE 5.18 AT YALE UNIVERSITY (01153002).
  35. NOTE: CPUID   VERSION = FF  SERIAL = 122141  MODEL = 3090 .
  36. NOTE: SAS OPTIONS SPECIFIED ARE:
  37.        LEAVE=10K NOTEXT82
  38.  
  39.    1 cms filedef * clear;
  40.    2 cms filedef in1 disk bbb bbb a (recfm f lrecl 80 ;
  41.    3 cms filedef out1 disk bbb sasdata a;
  42.    4 PROC XCOPY IN=in1 OUT=out1 import;
  43.  ERROR: INPUT LIBRARY COULD NOT BE OPENED.
  44.  NOTE: SAS STOPPED PROCESSING THIS STEP BECAUSE OF ERRORS.
  45.  NOTE: THE PROCEDURE XCOPY USED 160K.
  46.  NOTE: SAS USED 160K MEMORY.
  47. ERROR: ERRORS ON PAGES 1.
  48. NOTE: SAS INSTITUTE INC.
  49.        SAS CIRCLE
  50.        PO BOX 8000
  51.        CARY, N.C. 27512-8000
  52.  
  53. As is manifestly plain from this query, my ignorance in
  54. this area is too vast to allow a reasonable guess about
  55. the cause(s) of the problem so any and all suggestions would be appreciated.
  56.  
  57. Many thanks, Fraser
  58.  
  59. BITNET:   neimanf@yalevm
  60. INTERNET: neimanf@yalevm.ycc..yale.edu
  61.