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 (April 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 26 Apr 2001 16:25:20 -0400
Reply-To:     Catherine Ward <CWard@ACCORDANT.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Catherine Ward <CWard@ACCORDANT.NET>
Subject:      Character Strings & PROC FORMAT
Content-Type: text/plain; charset="iso-8859-1"

All,

Below is a code excerpt. Is there a way to denote a difference between these two ranges in a character format?

value $Grp '000 '-'999 ' = 'Facility Charge' '00100'-'01999' = 'Anesthesia'

Because other data contain letters, I can not simply convert the field to numeric. The field is limited to a length of 5 characters.

Thanks in advance!

Cathy


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