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 (January 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 15 Jan 2007 14:33:25 -0800
Reply-To:   "Nordlund, Dan (DSHS/RDA)" <NordlDJ@DSHS.WA.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Nordlund, Dan (DSHS/RDA)" <NordlDJ@DSHS.WA.GOV>
Subject:   Re: convert numeric date to charater date in an array
Comments:   To: "Schwarz, Barry A" <barry.a.schwarz@BOEING.COM>
In-Reply-To:   A<455E5B258922154FBE497F58237915C604A9E534@XCH-NW-8V2.nw.nos.boeing.com>
Content-Type:   text/plain; charset="UTF-8"

> -----Original Message----- > From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of > Schwarz, Barry A > Sent: Monday, January 15, 2007 1:47 PM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Re: convert numeric date to charater date in an array > > I give up. I have searched both the Language Dictionary and Language > Concepts (9.1.3 PDF versions) and cannot find any reference to DO OVER > or any reference to _i_ as a default index. > > Where should I be looking? > > -----Original Message----- > From: data _null_; [mailto:snip] > Sent: Monday, January 15, 2007 1:01 PM > To: Schwarz, Barry A > Cc: SAS-L@listserv.uga.edu > Subject: Re: convert numeric date to charater date in an array > > Barry, > > Implicitly sub-scripted ARRAYs do not need "coded" subscripts just set > the subscript variable (default _i_) and reference the array. Do OVER > in this case is very much like DO _I_ = 1 to dim(array name);

Barry,

I think you need to look in old documentation. I think implicit arrays and DO OVER are "deprecated" now, although like many old methods, SAS maintains backward compatibility to avoid breaking a lot of code (however it is no longer documented to discourage future use).

Hope this is helpful,

Dan

Daniel J. Nordlund Research and Data Analysis Washington State Department of Social and Health Services Olympia, WA 98504-5204


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