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 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 18 Aug 2011 07:31:10 -0500
Reply-To:   "Data _null_;" <iebupdte@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Data _null_;" <iebupdte@GMAIL.COM>
Subject:   Re: What is this NOTE indicating ??
Comments:   To: Arthur Tabachneck <art297@rogers.com>
In-Reply-To:   <201108180315.p7HGeYrG011522@willow.cc.uga.edu>
Content-Type:   text/plain; charset=ISO-8859-1

On Wed, Aug 17, 2011 at 10:15 PM, Arthur Tabachneck <art297@rogers.com> wrote: > It means starts with the prefix that is to the right of the colon.

Are you sure about that?

1680 data _null_; 1681 if 'Art' eq: 'Arthur' then put 'Hello'; 1682 run;

Hello


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