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 (July 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, 29 Jul 2008 04:57:02 -0700
Reply-To:     Dirk Nachbar <dirknbr@GOOGLEMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dirk Nachbar <dirknbr@GOOGLEMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: addressing the data column as an "Array"
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

you have to use PROC IML for this.

On Jul 29, 12:15 pm, kunal <kunal.krish...@gmail.com> wrote: > Hi everyone!! > > I am trying to automate the multiplicative model(a double log model). > I have managed to do a bit of automation by using merge statements. > > The process can be significantly automated if we can use the column as > an array. > > For eg: > > Marks > 55 > 63 > 75 > 34 > 88 > 93 > > Marks is the column name and the values listed are the row values. Can > i know access column values as an array value such that a[0] = 55 , > a[1] = 63 and so on.?? > > can any1 gime me any pointers or code for doing this > ?? > > Thanks > Kunal


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