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 (June 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 15 Jun 1999 16:55:40 -0700
Reply-To:     "Berryhill, Timothy" <TWB2@PGE.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Berryhill, Timothy" <TWB2@PGE.COM>
Subject:      Re: Problem with Macro Quoting on UNIX
Comments: To: "murphym2@NATIONWIDE.COM" <murphym2@NATIONWIDE.COM>
Content-Type: text/plain

Try option NOCAPS

> ---------- > From: Mike Murphy[SMTP:murphym2@NATIONWIDE.COM] > Reply To: murphym2@NATIONWIDE.COM > Sent: Tuesday, June 15, 1999 4:46 PM > To: SAS-L@UGA.CC.UGA.EDU > Subject: Problem with Macro Quoting on UNIX <SNIP> > The macro statement converts the filename text string into capital > letters. > UNIX will not accept the file name since UNIX is case sensitive. > > instead of > '/rsm2000/1/arise/1997Q4/tp42_1.conv'; > > UNIX sees > '/RSM2000/1/ARISE/1997Q4/TP42_1.CONV'; > > Is there a way to keep the code in lower cases? <SNIP>


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