Hi, I currently have dataset with 388 observations(rows) and over 8,000 variables of interest(i.e. columns). The data is in a matrix form. The row contains study numbers and each column is a gene. Each cell contains a ratio from 0 to 1. I want to tell SAS for each column pull study numbers that greater than 0.8. I've been manually doing this and I am not sure if there is a more efficient way of doing this. I am not familiar with sas macros or arrays. Below is a table of the data structure. Study Number A B C D E F 1 1 0.98 0.99 0.98 .8 0.98 2 .6 1 1 .4 1 1 3 1 .3 1 1 1 1
... View more