LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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!


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