The LABEL statement associates a label with each variable for the duration of the PROC PRINT step. When you use SPLIT= in the PROC PRINT statement, the procedure uses labels for column headings.
   label jobcode='Job Code*========'
         gender='Gender*======'
         salary='Annual Salary*=============';