Date: Mon, 13 Jul 1998 19:52:42 -0500
Reply-To: Shiling Zhang <shiling@MATH.WAYNE.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Shiling Zhang <shiling@MATH.WAYNE.EDU>
Subject: Re: where date >= 9609; ?
Content-Type: text/plain; charset="us-ascii"
Xia,
Try this,
where datevar >input('sep96', monyy5.);
Datetime constant syntax look like,
'dataxxx'd for date
'datexxx'dt for datetime
Hope this helps
At 12:44 PM 7/13/98 -0700, you wrote:
>How to compare date values?
>where date >= 9609 and where date >= Sep96 don't work.
>
>Thanks for help.
>
|