Date: Mon, 15 Jan 2007 17:52:09 -0500
Reply-To: Venky Chakravarthy <swovcc@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Venky Chakravarthy <swovcc@HOTMAIL.COM>
Subject: Re: convert numeric date to charater date in an array
Here is the SAS Note that announces support being dropped from Version 7
and beyond.
http://support.sas.com/techsup/unotes/SN/001/001780.html
On Mon, 15 Jan 2007 13:46:40 -0800, Schwarz, Barry A
<barry.a.schwarz@BOEING.COM> wrote:
>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);
|