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 (December 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 30 Dec 2008 17:41:15 -0500
Reply-To:     Pareen Patel <mditconsult@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Pareen Patel <mditconsult@GMAIL.COM>
Subject:      How to create quarter from a year period

I have created month and year report using the code below.

month=month(charge_dt); year=year(charge_dt);

How can i create only quarter from 01jan2006 to 30nov2008.

charge_dt format is date9. 01jan2006.

Thanks Pareen


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