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 (October 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 11 Oct 2006 06:39:18 -0400
Reply-To:     Andy Arnold <awasas@COX.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andy Arnold <awasas@COX.NET>
Subject:      Proc FORMAT Question
Content-Type: text/plain; charset="us-ascii"; format=flowed

How do I get Proc FORMAT to output a null or empty string?

Proc Format Value 1 = 'Some String' 2 = '' 3 = 'Other String' ; run ;

This code prints one single or double quote, depending on my choice of delimiters. I can't use a 1-position blank string, because the output doesn't align properly. Alignment of 1X 2X 3X should be like this... Some StringX X Other StringX

Not like this Some StringX X Other StringX

Thanks for your help

--Andy

This address goes to both my home and my work. When appropriate, please include NSFW (Not Safe For Work) in the subject.

Check out http://www.lastnamesoftware.net


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