*hand13.txt; DATA _NULL_; *create headers; SET TRANSACT; FILE PRINT NOTITLES header=pagetop; PUT @7 NAME $10. @22 DATE DATE7. @34 COMP $11. @52 ITEM_ID @61 UNITS 2.; return; pagetop: *notice this is a colon; put @23 'Lake Systems. Incorporated' / @18 'Detailed Listing of Sales Tranactions' / @6 59*'_'; put @6 'Name of Sales' @23 'Sale' @35 'Company' @51 'Item' @60 'Units' / @6 'Representative' @23 'Date' @36 'Name' @51 'Sold' @60 'Sold' //; return; RUN;