| Date: | Thu, 15 Jun 2006 09:48:26 +0200 |
| Reply-To: | Andre Wielki <wielki@INED.FR> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Andre Wielki <wielki@INED.FR> |
| Subject: | Re: Urget: Question about Options statement. |
|
| In-Reply-To: | <200606141935.k5EFe2SB018406@mailgw.cc.uga.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1; format=flowed |
Yu
in sas 8.2
-the options must be defined before the ods pdf statement
-no possibility to change the orientation in the ods pdf direction
and it seems that in 9.1.3 this remain unchanged
see toby dunn tested :-) code
HTH
Andre
Yu Zhang a écrit :
> Dear All,
>
> I am creating a output using two print procedures. it seems that i can not
> set Orientation option twice. what I want is first output is specified as
> landscape,second one is portrait. The outputs I had are all portrait. the
> reason I need different orientations is one of output has too many columns.
>
> Does anyone know how to get my desired output? Thank you!
>
> ods pdf file='c:\test.pdf';
> options orientation=landscape;
> proc print data=sashelp.class;
> run;
>
> options orientation=portrait;
> proc print data=sashelp.class;
> run;
> ods pdf close;
>
>
--
Andre Wielki
INED (Institut National d'Etudes Démographiques)
133 Boulevard Davout 75980 Paris Cedex 20
33 (0) 1 56 06 21 54 FRANCE
|