Date: Sat, 5 Jul 2003 16:14:19 -0700
Reply-To: Sally <autumnbox@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Sally <autumnbox@HOTMAIL.COM>
Organization: http://groups.google.com/
Subject: Urgent- simple question.
Content-Type: text/plain; charset=ISO-8859-1
Hi, All:
I want to format a string of 120 length and '0' filled and I need all
'0' filled at the end. Something like :
'0000100002000030004400000000000000000....."
I checked the manual and I wrote:
Proc format;
picture wbstr (default=120 fill='0');
why it doesn't work? How to read the statement? Thanks a lot!
|