At 05:19 PM 5/22/2005, Bernie Lis wrote:
I'll be darned, page_width without the value works. So the help is
misleading. If you add in a value it does not work.
PAGE_WIDTH is the value for OPTION ZOOM_TYPE.
At the R> prompt, type:
HELP PRINT
You may also find more examples and templates in R:Docs:
Here's how:
01. Start R:Docs
02. Main Menu | Build Syntax for PRINT Command
Select SCREEN
Notice the following examples:
ZOOM_TYPE <value>
values:
PAGE_WIDTH
WHOLE_PAGE
100_PERCENT
Example 01:
PRINT reportname WHERE ... ORDER BY ... OPTION SCREEN|ZOOM_TYPE PAGE_WIDTH
Example 02:
PRINT reportname WHERE ... ORDER BY ... OPTION SCREEN|ZOOM_TYPE WHOLE_PAGE
Example 03:
PRINT reportname WHERE ... ORDER BY ... OPTION SCREEN|ZOOM_TYPE
100_PERCENT
Very Best R:egards,
Razzak.