|
Hello everybody,
I have a very simple but detailed question.
As you know 'headline' can produce a line between variable name and
data as the following example:
proc report data=*** nowd headline;
.......
A B C
-----------------
1 a 1
2 b 5
3 c 6
Do you know the corresponding option in procedure PRINT, which can
also separate variable name and data like above?
Thank you in advance!
Yue
|