LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 11 Jul 2002 07:35:34 -0400
Reply-To:     Giz <tariku_g@BLS.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Giz <tariku_g@BLS.GOV>
Subject:      two dimensional array reference

Hello Every one!

I want help on two dimensional array. Here is my data

Replicate Stratum PSU 1 1 -1 1 2 1 1 3 1 2 1 1 2 2 -1 2 3 -1 3 1 -1 3 2 1 3 3 1

I want to address the psu value in each of the replicate by stratum like:

(-1 1 1 1 -1 -1 -1 1 1)

using array referencing. when I say (i=1, j=2), I am referring to first replicate and second stratum whose PSU value is 1.

I appreciate your help.

Thanks, Giz


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