i want to make a table with 12 var but do not know how to begin. Can you help me how my body needs
i want the output to look like this
1 2 3 4 5 6 7 8 etc
1 2 3 etc
2 3 4
3 etc
4
5
6
7
etc
then i want to find the values with combined are over 75 something like this
if var1+var2+var3>=75 then
en want the output of that procedure to look like this;
output;
var1+var6+var8>=75
var1+var5+var6>=75
var1+var4+var7>=75
var1+var8+var2>=75
var1+var7+var9>=75
i want the output to look like this
1 2 3 4 5 6 7 8 etc
1 2 3 etc
2 3 4
3 etc
4
5
6
7
etc
then i want to find the values with combined are over 75 something like this
if var1+var2+var3>=75 then
en want the output of that procedure to look like this;
output;
var1+var6+var8>=75
var1+var5+var6>=75
var1+var4+var7>=75
var1+var8+var2>=75
var1+var7+var9>=75