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 (July 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 25 Jul 1996 14:21:00 -0500
Reply-To:   Robert Schechter <robert_schechter@MERCK.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Robert Schechter <robert_schechter@MERCK.COM>
Subject:   Splitting a quoted string in a macro

Hi Fellow SAS-Lers,

I am maintaining a program that has, WITHIN A MACRO, a quoted string literal that starts with a quote in column 1 goes to the end of the line and then continues again in column 1 of the next line. Our style standard calls for indentation and not continuing past column 72 (the last column visible in the editor). If I attempt to do this in standard base SAS format such as:

%DO; FOOT = ' long text ,,, ' 'continued text'; %END;

I get an error message. Any suggestions on how to do this in a macro?

Thanks, Robert_Schechter@MERCK.COM Maxim Group SAS Consultant **************************************************************************** ********************************* Disclaimer: The contents of this message express only the sender's opinion. This message does not necessarily reflect the policy of Merck & Co., Inc. All responsibility for the statements made in this posting reside solely and completely with me. **************************************************************************** *********************************


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