Date: Tue, 30 Jul 2002 11:34:01 +0200
Reply-To: alte@uni-greifswald.de
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Dietrich Alte <alte@UNI-GREIFSWALD.DE>
Organization: Ernst-Moritz-Arndt-Universität Greifswald
Subject: Title<N> definition only in order of N?
Content-Type: text/plain; charset=iso-8859-1
Dear SAS-lers,
I tried to define 3 title lines. Lines 1 and 3 are double lines and
are used for several procs.
Line 2 is supposed to include info about what i am doing in this proc.
BUT: If I define title 2 after title3, then title 3 is not shown, why?
Example:
options pageno = 1 pagesize = 78 linesize=111;
Title1
"===========================================================================================";
Title3
"===========================================================================================";
Footnote1 "--- &prog -- %sysfunc(today(),worddatx.) --
%sysfunc(time(),time.) -- by &author --";
/* Anteil Männer und
Frauen */
Title2 "The proc does this xxxx";
proc freq data=test;
tables var/missprint;
run;
--
-----------------------------------------------------------------
Dietrich Alte (Statistician, Dipl.-Stat.)
University of Greifswald - Medical Faculty
Institute of Epidemiology and Social Medicine
Walther-Rathenau-Str. 48, D-17487 Greifswald, Germany
Phone +49 (0) 3834 - 86 77 13, fax +49 (0) 3834 - 86 66 84
Email alte@uni-greifswald.de
Institute http://www.medizin.uni-greifswald.de/epidem/
Study http://www.medizin.uni-greifswald.de/epidem/ship.htm
-----------------------------------------------------------------
|