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;
|