s********r 发帖数: 729 | 1 I have a data set in data.png,
All I need is to output them in the form that the row is in same format (see
table.png) instead of the column.
yet I do not know how to do this and get stuck. Please help me out, thanks! | s********r 发帖数: 729 | 2 The data may not be consistent, yet this is not the key point. Please ignore
it.
Just pay attention to the format. Thanks! | q**j 发帖数: 10612 | 3 this is the general format, read "compute" block in proc report and you can
figure out the rest.
compute age;
if age.sum=15 then call define(_row_,/style/,/style=background=lime]/);
endcomp;
ignore
【在 s********r 的大作中提到】 : The data may not be consistent, yet this is not the key point. Please ignore : it. : Just pay attention to the format. Thanks!
| s********r 发帖数: 729 | 4 Thanks a lot!
can
【在 q**j 的大作中提到】 : this is the general format, read "compute" block in proc report and you can : figure out the rest. : compute age; : if age.sum=15 then call define(_row_,/style/,/style=background=lime]/); : endcomp; : : ignore
|
|