Date: Thu, 17 Mar 2005 04:27:47 -0800
Reply-To: KennyG <kgkirton@FILCS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: KennyG <kgkirton@FILCS.COM>
Organization: http://groups.google.com
Subject: Loop Counter type thing...
Content-Type: text/plain; charset="iso-8859-1"
Hi folks, not posted for a while. Need some help.
Need a counter to fill down and fill up from co-ordinate 0,0.
I.e create new variable based on counter.
my counter is;
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
my REAL data, x ranges from -63>62 and y from -63>62 for wafer6 and x
ranges
from -64>62 and y from -62>62 for wafer8.
DataSet to look something like (just need to add counter variable);
counter,waferno,x,y
<snip>
14,6,-4,0
15,6,-3,0
16,6,-2,0
17,6,-1,0
1,6,0,0
2,6,1,0
3,6,2,0
4,6,3,0
5,6,4,0
<snip>
14,8,-4,0
15,8,-3,0
16,8,-2,0
17,8,-1,0
1,8,0,0
2,8,1,0
3,8,2,0
4,8,3,0
5,8,4,0
Many Thanks to ALL
|