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
|