Date: Thu, 21 Aug 2008 01:05:08 -0700
Reply-To: Gamotte <gamotte@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gamotte <gamotte@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: carriage return in a %put statement
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I would like to know how to introduce a carriage return in a text
displayed by %put. For instance,
%put hello \n world
will print the text "hello \n world", but the commands
%put hello
%put world
will result in something as
320 %put hello
hello
321 %put world
world
in the log, but i would like to get rid of in-between lines that echo
the commands.
Thanks in advance.
|