Date: Fri, 1 Oct 2010 09:18:03 -0400
Reply-To: Suzanne McCoy <Suzanne.McCoy@CATALINAMARKETING.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Suzanne McCoy <Suzanne.McCoy@CATALINAMARKETING.COM>
Subject: Re: title, quotation marks
In-Reply-To: <EDEBCD9DFF5249A590D673ADD71529A9@D1871RB1>
Content-Type: text/plain; charset="us-ascii"
works in unix 9.2 via base SAS and via EG
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Nat Wooding
Sent: Friday, October 01, 2010 9:13 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: title, quotation marks
Art
It just worked on my 9.1.3 copy.
Nat
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Arthur
Tabachneck
Sent: Friday, October 01, 2010 9:08 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: title, quotation marks
Nat,
That doesn't appear to resolve on my machine. Is it supposed to?
Art
--------
On Fri, 1 Oct 2010 08:40:36 -0400, Nat Wooding <nathani@VERIZON.NET> wrote:
>Suzanne
>
>If you really want to blow an instructor's mind, try running the following
>code:
>
>Macro able;
>proc print;
>run;
>%
>
>data a;
>x = 1;
>run;
>
>
>able
>
>
>
>
>This was the way macros first looked.
>
>Nat
>
>-----Original Message-----
>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Suzanne
>McCoy
>Sent: Friday, October 01, 2010 8:30 AM
>To: SAS-L@LISTSERV.UGA.EDU
>Subject: Re: title, quotation marks
>
>We did that recently during 9.2 training and it surprised the instructor
>too.
>
>-----Original Message-----
>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Nat
>Wooding
>Sent: Friday, October 01, 2010 8:22 AM
>To: SAS-L@LISTSERV.UGA.EDU
>Subject: Re: title, quotation marks
>
>Max
>
>As Null, just said, this is an old version of SAS code that still works
but
>you should receive a warning. My memory was that they added the quotations
>when they started considering going to operating systems other than MVS.
>
>Nat Wooding
>
>-----Original Message-----
>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
>bbser2009
>Sent: Friday, October 01, 2010 8:07 AM
>To: SAS-L@LISTSERV.UGA.EDU
>Subject: title, quotation marks
>
>I "accidently" typed a code like this without quotation marks around ABCD:
> title ABCD;
>It turned out everything seems fine and SAS did NOT give error or warning
>information.
>
>Is this a new feature in SAS9 or what? Thanks.
>
>Max
|