• 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)
Label var1= “any label name”
var 2 = “any label name”
label can be given upto 256 characters
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.
• 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.