TITLE Statement: z/OS

Specifies title lines for SAS output.
Valid in: Anywhere
z/OS specifics: Maximum length of title
See: TITLE Statement in SAS Statements: Reference

Syntax

TITLE<n> <'text' " | text"> ;

Details

Under z/OS, the maximum title length is determined by the value of the LINESIZE= system option. The maximum value of LINESIZE= is 256. Titles longer than the value of LINESIZE= are truncated.
Note: No space is permitted between TITLE and the number n.