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 (January 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 25 Jan 2002 15:18:12 -0500
Reply-To:     Rick_D_Bargar@CHCMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Rick Bargar <Rick_D_Bargar@CHCMAIL.COM>
Subject:      INTNX usage
Content-type: text/plain; charset=us-ascii

Thanks to all that replied and fixed my problem with converting the SAS date or explaining why it was giving me results I got. I checked the "fine" manual but it did not explain it half as well as all of you did! Thanks again Rick ------ D = '25JAN2002'D; N = 3;

BACK_3MO = INTNX('MONTH',D,-N); FORMAT BACK_3MO DATE9.;

PUT BACK_3MO=; /* OR PUT BACK_3MO= date9.; */

BACK_3MO=01OCT2001


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