Date: Thu, 13 Jul 2006 10:24:28 -0500
Reply-To: Jamil Ibrahim <jibrahim@ACADAFF.UMSMED.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jamil Ibrahim <jibrahim@ACADAFF.UMSMED.EDU>
Subject: Unnamed devic error
Content-Type: text/plain; charset=US-ASCII
HI sas users :
what does this Unnamed device mean in this code and how to fix it: sas
pc windows 8.1
filename doss pipe "copy ""C:\data\*.*"" ""a:\data\*.*"" ";
69 data test;
70 infile doss ;
71 input dir $char60 ;
72 run;
NOTE: The infile DOSS is:
Unnamed Pipe Access Device,
PROCESS=copy "C:\data\*.*" "a:\data\*.*",
RECFM=V,LRECL=256
NOTE: 2 records were read from the infile DOSS.
The minimum record length was 20.
The maximum record length was 24.
NOTE: SAS went to a new line when INPUT statement reached past the end
of a line.
NOTE: The data set WORK.TEST has 1 observations and 2 variables.
NOTE: DATA statement used:
real time 2.57 seconds
72 ! proc print;var dir; run;
NOTE: There were 1 observations read from the data set WORK.TEST.
NOTE: PROCEDURE PRINT used:
real time 0.00 seconds
Dr. Jamil Ibrahim, Ph.D.
Scientist IV
Assistant Professor , SHRP
Univ. Of Miss. Med. CTR.
2500 N state St
Jackson, MS 39216
Tel. 601-984-1197
Fax 601-984-1205
Nternet: jibrahim@acadaff.umsmed.edu
The information contained in the attachment(s) to this email is
confidential. If you were not expecting a confidential email from the
Department of Institutional Research at the University of Mississippi
Medical Center, please do not view, open, disclose, reproduce, distibute
or otherwise use this attachment. If you received this email in error,
please notify me immediately. Thank you.
|