You cannot influence the exact location of a PROC PRINT column header label value, relative to the column-position of your detail report "body" contents.
However, if you use a DATA step approach to generate your report/output, then, yes, you have full-control of the position of your column header label as it related to the report content, however you then must contend with variances in maximum data-width each execution, as compared to SAS PROC PRINT, when your SAS data variable values change in maximum length, from run to run.
Also, you may have some additional flexibility with PROC REPORT.
It would be most helpful to share your SAS code, fully expanded, in an embedded post-reply (COPY/PASTE from your SAS session log).
Scott Barry
SBBWorks, Inc.
... View more