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 (November 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 17 Nov 1999 09:40:14 -0600
Reply-To:     Darin Erickson <erick232@TC.UMN.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Darin Erickson <erick232@TC.UMN.EDU>
Organization: University of Minnesota, Twin Cities Campus
Subject:      Re: recoding some dates

Yeah, I thought about that and assume that will be my fallback plan. There are about a hundred of them, so it wouldn't take forever to code them by hand. Darin

Tina Casteris wrote in message <1183D9FBD1F1D11185DE00A0C99806BE27317A@wcris001>... >If you don't have a lot of them, you could just define a format, like >this: > >proc format; > value weekend > '08OCT99'd, '09OCT99'd = 1 > '22OCT99'd, '23OCT99'd = 2 > '05NOV99'd, '06NOV99'd = 3;


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