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.
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