LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 3 Aug 2006 12:05:20 -0400
Reply-To:   Kevin Roland Viel <kviel@EMORY.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Kevin Roland Viel <kviel@EMORY.EDU>
Subject:   Solaris and INFILE
Content-Type:   TEXT/PLAIN; charset=US-ASCII

Greetings,

I have same puzzling failures. I have a file on my Solaris box with the following line:

H2r Std. Error:

I have tried several lines to recognize this point in the file:

if left( _infile_ ) =: "H2r" ; if scan( compress( _infile_ ) , 1 , "." ) = "H2rStd" ;

Does anyone have a clue? I am lost? I was wondering about changinge the ENCODING options, but that does not seem to be right.

TIA,

Kevin

Kevin Viel PhD Candidate Department of Epidemiology Rollins School of Public Health Emory University Atlanta, GA 30322


Back to: Top of message | Previous page | Main SAS-L page