PROC PRINT

PROC PRINT options

1. Title and Footnote option

• It ranges from 1 to 10 size

• Title(n) or footnote(n) – option replaces the current nth title/ footnote

and disables all the title/footnotes where number is greater than current number (n)

2. Label

Label var1= “any label name”

var 2 = “any label name”

label can be given upto 256 characters

3. Split option

PROC PRINT data = t split = ‘ ’

For larger labels split option splits the label to the next line by specified

character. This is useful to accommodate more number of columns in one line on

the report output.

4. Other system options

• DATE/NODATE – To specify date on the page

• LINESIZE/LS = n;

• PAGESIZE/PS = n;

• PAGENO = n specifies a particular page no on first page of the output report.