Date: Tue, 17 Sep 2002 17:03:14 -0600
Reply-To: Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jack Hamilton <JackHamilton@FIRSTHEALTH.COM>
Subject: Re: How to change the format of a pdf file
Content-Type: text/plain; charset=ISO-8859-1
You might be able to get what you want with
ods startpage=never;
which tells SAS not to create page breaks between graphics and
procedures. Turn page breaks back on again with
ods startpage=yes;
or force a page break with
ods startpage=now;
You might also be able to do what you want with ODS LAYOUT, but that
won't be completely available until SAS 9.1 or later. ODS DOCUMENT
might also be able to do what you want, but I don't think the necessary
level of control is there yet.
--
JackHamilton@FirstHealth.com
Manager, Technical Development
METRICS Department, First Health
West Sacramento, California USA
>>> "GOMEZ TEJERINA, PEDRO ALBERTO" <PEDRO.GOMEZ@GRUPOBBVA.COM>
09/17/2002 2:38 AM >>>
--- Recibido de BBVACENT.U094016 91-XXXXXXX 17-09-02
11.38
-> SAS-L@LISTSERV.UGA.EDU
Dear SAS users,
I am currently trying to create several pdf files through ods. My
problem
is that I would like to have several objects (like tables or graphs) in
the
same page, and not in different ones. Can this be done without defining
a
style?
Many thanks for your help.
Yours,
Pedro Gómez.
P.D. Please, reply to this address personally.
************************************ DISCLAIMER
*****************************************
This message is intended exclusively for the named person. It may
contain
confidential, propietary or legally privileged information. No
confidentiality or
privilege is waived or lost by any mistransmission. If you receive this
message in
error, please immediately delete it and all copies of it from your
system, destroy any
hard copies of it an notify the sender. Your must not, directly or
indirectly, use,
disclose, distribute, print, or copy any part of this message if you
are not the
intended recipient. Any views expressed in this message are those of
the individual
sender, except where the message states otherwise and the sender is
authorised
to state them to be the views of 'BBVA'. Please note that internet
e-mail neither
guarantees the confidentiality nor the proper receipt of the message
sent. If the
addressee of this message does not consent to the use of internet
e-mail, please
communicate it to us immediately.
****************************** AVISO LEGAL
***********************************************
Este mensaje es solamente para la persona a la que va dirigido. Puede
contener
información confidencial o legalmente protegida. No hay renuncia
a la
confidencialidad o privilegio por cualquier transmisión mala/errónea.
Si usted
ha recibido este mensaje por error, le rogamos que borre de su
sistema
inmediatamente el mensaje asi como todas sus copias, destruya todas las
copias
del mismo de su disco duro y notifique al remitente. No debe, directa
o
indirectamente, usar, revelar, distribuir, imprimir o copiar ninguna de
las partes de
este mensaje si no es usted el destinatario. Cualquier opinión
expresada en este
mensaje proviene del remitente, excepto cuando el mensaje establezca lo
contrario
y el remitente esté autorizado para establecer que dichas opiniones
provienen de
'BBVA'. Nótese que el correo electrónico via Internet no permite
asegurar ni la
confidencialidad de los mensajes que se transmiten ni la correcta
recepción de los
mismos. En el caso de que el destinatario de este mensaje no
consintiera la
utilización del correo electrónico via Internet, rogamos lo ponga en
nuestro
conocimiento de manera inmediata.
***********************************************************************************************
|