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
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>
|