Title Statement

Contents Index


Up to 10 title lines can be placed on printouts generated by SAS by using title statements. Each title line will be used until it is replaced or erased. Examples:

title 'My printout'; /* same as: title1 'My printout'; */
title2 'second line of title';
title1 'a new first line';
title3 ;  /* erases title lines 3-10 */

Title statements take effect at the first following run statement.

A title line containing a quote can be produced by using two consecutive single quotes. Example: title 'Mary''s Printout';.


Contents Index

Copyright © 1997 by Jerry Alan Veeh. All rights reserved.