BookmarkSubscribeRSS Feed
carterson2
Calcite | Level 5

how do I make Enterprise- Guide print in Landscape mode.

thanks

2 REPLIES 2
SASKiwi
PROC Star

Assuming you want to print a report which will appear in the Results tab of your project or program - go to the File menu and select Page Setup for SAS Report ......

Doc_Duke
Rhodochrosite | Level 12

SAS Report and HTML work like SAS Kiwi said.

RTF and PDF require a pre-setup of

OPTIONS ORIENTATION=LANDSCAPE;

Depending on how far you want it's scope to be, you can

  • insert it into one task and set back at end. (just one task)
  • include it in the autoexec process flow (just this project).
  • include it in the Tools --> Options --> tasks --> custom code (applies to all projects).

Sometimes you have to fiddle with it or even run the report a second time to get it to take.

Search the SAS Communities for "landscape" to get lots more on this.

Doc Muhlbaier

Duke

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1302 views
  • 0 likes
  • 3 in conversation