Date: Mon, 11 Mar 1996 09:04:39 -0600
Reply-To: /PN=ROBERT.DAVIS/OU=AEDC21/@SMTPGATE.ARNOLD.AF.MIL
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "Robert F. Davis"
</PN=ROBERT.DAVIS/OU=AEDC21/@SMTPGATE.ARNOLD.AF.MIL>
Subject: Re: landscape
GOPTIONS only works with graphics output. You will have to use a put
statements with printer ESCAPE sequences ahead of your data. The
proper ESCAPE sequences are in your printer manual.
Robert F. Davis
Sverdrup Technolgy, Inc.
Arnold Air Force Base, TN> 37398
email: davisrf@hap.arnold.af.mil
>Dear <no name signed>:
>
>Try:
>
>
>goptions rotate = landscape;
>
>
>You may have to fiddle with your pagesize and linesize settings a
>bit.
>
>
>Best regards,
>
>
>Date: Fri, 8 Mar 1996 11:46:22 -0800 >From: qinzhan
<qqin@CCLINK.FHCRC.ORG>
>Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
>To: Multiple recipients of list SAS-L <SAS-L@UGA.CC.UGA.EDU>
>Newsgroups: bit.listserv.sas-l
>Subject: Re: landscape
>
> Hi, folk,
>
> I have a simple question. I want to creat a report with a
landscape > format. I am using unix sas 6.08 and runing SAS at
batch mode. I use
> FILE statement and set the PAGESIZE=42 and LINESIZE=210. The
code is > shown below.
>
> options ps=42 ls=210;
> data _null_;
> set test;
> file print notitle header;
> put ........
>
>
> However, I always get a portrait report.
> Does everyone know how to get a landscpae format. >
> Thanks
Peace,
``````````````````````````````````````````````````````````````````````
`````````` ``
Roger D Metcalf DDS
metcalf@gnn.com or metcalfdds@aol.com sometimes a g.p., sometimes
a grad. student in quantitative biology at the
University of Texas @ Arlington
The University of Texas does not necessarily represent my views about
anything.
Visit the Baylor Dental site at: http://www.tambcd.edu
``````````````````````````````````````````````````````````````````````
`````````` ```