home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / sasl / 5429 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.4 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!uwm.edu!psuvax1!psuvm!auvm!MSHRI.UTORONTO.CA!MULTIPLE
  2. From: multiple@MSHRI.UTORONTO.CA
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: PROC CPORT and PROC CIMPORT
  5. Message-ID: <9212181525.AA16575@grind.utcs.utoronto.ca>
  6. Date: 18 Dec 92 15:25:57 GMT
  7. Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. Reply-To: multiple@MSHRI.UTORONTO.CA
  9. Lines: 61
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11. Comments: To: sas-l@vtvm2.cc.vt.edu@grind.utcs.utoronto.ca
  12.  
  13. Hi SAS-users:
  14.  
  15. I have a problem on transporting a SAS dataset from VMS to MS-DOS.
  16. I am running under 6.04 in VMS and 6.07 in MS-DOS.
  17.  
  18. The program code in VAX is like this:
  19.  
  20. LIBNAME vaxlib '[multiple.final3.saslib]';
  21. FILENAME trands 'ds.trn';
  22. PROC CPORT DATA=vaxlib.vmsdata FILE=trands MEMTYPE=DATA;
  23.  
  24. After I copied the tranport file, 'ds.trn', I run the CIMPORT program.
  25.  
  26. The program code in PC is:
  27. LIBNAME pclib 'e:\sas';
  28. FILENAME trands 'e:\sas\ds.trn';
  29. PROC CIMPORT LIB=pclib INFILE=trands;
  30.  
  31. Somehow, it doesn't work on the second program.
  32. Here is the LOG file:
  33.  
  34. NOTE: Proc CIMPORT begins to create/update catalog ELIB.L
  35. NOTE: Total number of entries processed: 0
  36.  
  37. NOTE: Proc CIMPORT begins to create/update catalog ELIB.B
  38. NOTE: Total number of entries processed: 0
  39.  
  40. NOTE: Proc CIMPORT begins to create/update catalog ELIB.
  41. NOTE: Total number of entries processed: 0
  42.  
  43. NOTE: Proc CIMPORT begins to create/update catalog ELIB.TROL
  44. NOTE: Total number of entries processed: 0
  45.  
  46. NOTE: Proc CIMPORT begins to create/update catalog ELIB.Y
  47. NOTE: Total number of entries processed: 0
  48.  
  49. NOTE: Proc CIMPORT begins to create/update catalog ELIB.
  50. NOTE: Total number of entries processed: 0
  51.  
  52. NOTE: Proc CIMPORT begins to create/update catalog ELIB.
  53. NOTE: Total number of entries processed: 0
  54.  
  55. NOTE: Proc CIMPORT begins to create/update catalog ELIB.
  56. NOTE: Total number of entries processed: 0
  57.  
  58. NOTE: Proc CIMPORT begins to create/update catalog ELIB.
  59. ERROR: Cannot rename output data set ELIB. .CATALOG.
  60.        File name: E:\SAS\ .SCT.
  61.        Temporary name: E:\SAS\#TF0000F.SCT.
  62. ERROR: Unable to open catalog ELIB.
  63. NOTE: The SAS System stopped processing this step because of errors.
  64. NOTE: The PROCEDURE CIMPORT used 7.00 seconds.
  65. NOTE: SAS Institute Inc., SAS Circle, PO Box 8000, Cary, NC 27512-8000
  66.  
  67.  
  68. If there is any suggestion please send forward to
  69. "multiple@mshri.utoronto.ca"
  70. Thank you in advance.
  71.  
  72. Kenneth Kwok
  73. Mount Sinai Hosp. Research Institute
  74.