Is there a style in PROC TEMPLATE that controls this?
Here's without a header and is OK:
options TOPMARGIN=1.35IN BOTTOMMARGIN=1.00IN LEFTMARGIN=0.25IN;
Here is the log after adding a HEADER guess, which is obviously wrong:
options TOPMARGIN=1.25IN BOTTOMMARGIN=0.80IN LEFTMARGIN=0.25IN
655 HEADER=0.10 ;
______
______
______
13
13
13
ERROR 13-12: Unrecognized SAS option name, HEADER.
ERROR 13-12: Unrecognized SAS option name, HEADER.
ERROR 13-12: Unrecognized SAS option name, HEADER.
... View more