[Solved] How to select specific value in sas
[ad_1] This answers your first question, but I have a feeling its not what you’re actually after. I’ve also added in a second dataset have2, perhaps you can better explain what you’re after if the data is in that structure. data have; input value1 $ value2 $ value3 $; cards; X1 X2 X3 Y1 Y2 … Read more