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 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 9 Aug 2007 17:52:47 -0400
Reply-To:     Dave Scocca <dave@SCOCCA.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dave Scocca <dave@SCOCCA.ORG>
Subject:      Re: Conclusive Proof that SAS is Female (Just Kidding)
Comments: cc: Anthony Pitruzzello <tonypit45@YAHOO.CA>
In-Reply-To:  <8F27BAD50D7189A39D84545D@[10.8.0.159]>
Content-Type: text/plain; charset=us-ascii; format=flowed

Just to clarify--my email program is text-centric and ruthlessly converts curly quotes to single quotes when sending things out. In Anthony's original message, the quote marks in log line 46 were indeed curly quotes.

Yes, I'm sure it's not a heat-inspired hallucination.

Dave

--On 8/9/2007 5:48 PM -0400 Dave Scocca wrote:

> > --On 8/9/2007 5:43 PM -0400 Anthony Pitruzzello wrote: > >> Having used SAS in a mainframe environment for years, I'm spending my >> first day experimenting with PC SAS9. I was trying to read in a dataset, >> and I'm totally perplexed by this result. >> >> Attempt 1: Single Quotes Bombs >> 46 libname lib 'd:\wf_1\computerpgms_notes\sas9pgms\temp'; > [...] >> Attempt 3: Single Quotes Succeeds! >> 130 libname lib 'd:\wf_1\computerpgms_notes\sas9pgms\temp'; > [...] >> Can anyone explain why this occurs? > > Yep. Log line 46 has "curly quotes", which are not recognized by SAS. > > Log line 130 has normal straight single quotes, which are handled as > expected. > > > Was line 46 written in something like a word processor and then pasted > into SAS? > > Dave


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