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 (September 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 10 Sep 1996 18:09:34 -0400
Reply-To:     SFBAY0001 <sfbay0001@aol.com>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         SFBAY0001 <sfbay0001@AOL.COM>
Organization: America Online, Inc. (1-800-827-6364)
Subject:      Re: Subsetting using date

It seems the poster of this note is not fully familar with how the SAS system works with date and time variables. Among other sources, I did give a beginning tutorial on this subject at SUGI 21, and a paper I wrote is included in that confernece's Proceedings.

The appropriate way to create the desired subsetting IF statement is:

IF DATE => '01SEP96'D; note the single quotes, please

**************************************** Andrew H. Karp Sierra Information Services: Solutions Using the SAS System A SAS Institute Quality Partner in the United States of America 1489 Webster Street #1308 San Francisco, CA 94115 415/441-0702 (voice) 415/441-9175 (fax) SFBAY0001 @ AOL.COM


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