|
Huang, Ya wrote:
>
> Hello all,
>
> Does anyone know if it is possible to get rid of the
> first two blank space in the proc report output, when
> I have already specified 'nocenter' option in proc report?
> I know I can specify 'spacing=0' to accomplish that, but
> then all the columns are squeezed together which is not what
> I want. I still want the space between each column, but not
> the first two.
>
> Any idea?
If "options nocenter" doesn't do the trick then specify a smaller
linesize as well so that it is forced to do it.
|