home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!uwm.edu!psuvax1!psuvm!auvm!MSHRI.UTORONTO.CA!MULTIPLE
- From: multiple@MSHRI.UTORONTO.CA
- Newsgroups: bit.listserv.sas-l
- Subject: PROC CPORT and PROC CIMPORT
- Message-ID: <9212181525.AA16575@grind.utcs.utoronto.ca>
- Date: 18 Dec 92 15:25:57 GMT
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- Reply-To: multiple@MSHRI.UTORONTO.CA
- Lines: 61
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Comments: To: sas-l@vtvm2.cc.vt.edu@grind.utcs.utoronto.ca
-
- Hi SAS-users:
-
- I have a problem on transporting a SAS dataset from VMS to MS-DOS.
- I am running under 6.04 in VMS and 6.07 in MS-DOS.
-
- The program code in VAX is like this:
-
- LIBNAME vaxlib '[multiple.final3.saslib]';
- FILENAME trands 'ds.trn';
- PROC CPORT DATA=vaxlib.vmsdata FILE=trands MEMTYPE=DATA;
-
- After I copied the tranport file, 'ds.trn', I run the CIMPORT program.
-
- The program code in PC is:
- LIBNAME pclib 'e:\sas';
- FILENAME trands 'e:\sas\ds.trn';
- PROC CIMPORT LIB=pclib INFILE=trands;
-
- Somehow, it doesn't work on the second program.
- Here is the LOG file:
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.L
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.B
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.TROL
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.Y
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.
- NOTE: Total number of entries processed: 0
-
- NOTE: Proc CIMPORT begins to create/update catalog ELIB.
- ERROR: Cannot rename output data set ELIB. .CATALOG.
- File name: E:\SAS\ .SCT.
- Temporary name: E:\SAS\#TF0000F.SCT.
- ERROR: Unable to open catalog ELIB.
- NOTE: The SAS System stopped processing this step because of errors.
- NOTE: The PROCEDURE CIMPORT used 7.00 seconds.
- NOTE: SAS Institute Inc., SAS Circle, PO Box 8000, Cary, NC 27512-8000
-
-
- If there is any suggestion please send forward to
- "multiple@mshri.utoronto.ca"
- Thank you in advance.
-
- Kenneth Kwok
- Mount Sinai Hosp. Research Institute
-