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 (June 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 26 Jun 2003 14:21:31 -0400
Reply-To:     Patrice.Bourdages@IAAH.CA
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Patrice.Bourdages@IAAH.CA
Subject:      Re: Date MMDDYYYY8.
Comments: To: jishguha@YAHOO.COM
Content-Type: text/plain; charset="iso-8859-1"

Try mmddyy8. instead... It should work :-)

Patrice Bourdages Information System Analyst patrice.bourdages@iaah.ca

-----Message d'origine----- De : Jishnu [mailto:jishguha@YAHOO.COM] Envoyé : 26 juin, 2003 14:02 À : SAS-L@LISTSERV.UGA.EDU Objet : Date MMDDYYYY8.

Hi I facing problem with this code:

data _null_; call symput('ASOF',put(date(),mmddyyyy8.)); run;

data _null_; NOTE: SCL source line. 2009 call symput('ASOF',put(date(),MMDDYYYY8.)); ---------- 48 ERROR 48-59: The format MMDDYYYY was not found or could not be loaded.

2010 run;

I want the date in MMDDYYYY format how can I change that

Thanks


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