SAS OnlineTutorback||next

Try It! Assign a width to a column in a report of Clinic.Diabetes.

Creating HTML output? Read this first.

  1. Copy and paste the following program into the Program Editor window:
    proc report data=clinic.diabetes nowd;
       column id sex weight fastgluc 
    postgluc; where age>40; define weight / format=comma6.2; run;
  2. Submit the program and view the heading for the column Sex.

  3. Recall the program.

  4. For the column Sex, specify a width that is large enough so that the column heading appears on one line.

  5. Re-submit the program and view the report.

    Return here and select Next.

Solution
back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA.
All rights reserved.

Terms of Use & Legal Information | Privacy Statement