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 (October 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Oct 2007 17:16:54 -0000
Reply-To:     Nat <venkateshnt@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nat <venkateshnt@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Create formats from SAS dataset, which has overlapping values
Comments: To: sas-l@uga.edu
In-Reply-To:  <1191856039.951186.42010@22g2000hsm.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"

Thanks Joep and Mark for your suggestions. Thanks to Randy, sent me a simple solution, might help others too.

Data Race1; set race; HLO='M'; /* To tell SAS that it's a multilabel format */ Run;

Proc format cntlin=Race1; Run;

Regards, Nat


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