Hi there,
That is my first question to the community!!
So a variable called PARAMN is a numeric ordering variable for the PARAM variable in my dataset , only one PARAM corresponds to one PARAM .
My question is how can I create one/two proc reports which will generate an output including the following :
1) One output with three columns defined where PARAMN IN ( 1 2 5 ).
Second output with two columns for PARAMN IN ( 3 4 ).
These two outputs should be combined together.
2) Sort the above output as per PARAMN ( 1 2 3 4 5) , i.e I want to see PARAMN = 3 comes after 2 AND not after 5 .
Please any ideas will help .
Thanks !!