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 (September 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 19 Sep 2001 12:47:35 -0400
Reply-To:     Quentin McMullen <QuentinMcMullen@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Quentin McMullen <QuentinMcMullen@WESTAT.COM>
Subject:      Re: SAS Comments
Content-Type: text/plain; charset="iso-8859-1"

John Whittington wrote (in part):

> An unmatched quote within a *...; type of comment is no problem.

I agree that is true for open code. But more than once I have caused problems for myself by writing comments that inlcude unmatched quotes, then later deciding to use the code in a macro, e.g.:

56 %macro test; 57 data a; 58 x=1; *isn't this fun?; 59 run; 60 %mend test; WARNING: Missing %MEND statement.

Kind regards, --Quentin


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