Valid in: | Anywhere |
Category: | ODS: Third-Party Formatted |
Restriction: | PS does not support double-byte Type1 fonts. |
Interaction: | By default, when you execute a procedure that
uses the FORMCHAR system option (for example, PROC PLOT or PROC CHART),
ODS formats the output in SAS Monospace font. If you are creating
output that will be viewed in an operating environment where SAS software
is not installed, this output will not display correctly. This is
because without SAS, the SAS Monospace font is not recognized. To
make your document display correctly, include the following statement
before your SAS program: OPTIONS FORMCHAR="|----|+|---+=|-/\<>*"; |
Note: | By default, the ODS PS statement creates PNG images. |
CAUTION: |
The following actions are available for the ODS PS statement:
tabulate
.
The second anchor is named tabulate1
;
the third is named tabulate2
, and so
on.
Specifying new anchor names at various points in your program is useful when you want to link to specific parts of your PRINTER output. Because you can control where the anchor name changes, you know in advance what the anchor name will be at those points.
The AUTHOR= option takes effect only if specified at the opening of a file.
NOBOOKMARKLIST is an alias for BOOKMARKLIST=NONE | NO | OFF.
BOOKMARKLIST is an alias for BOOKMARKLIST=SHOW | YES | ON.
This option has an effect only when creating PDF, PDFMARK, PS output.
You must specify media-type next to the file-specification specified by the CSSSTYLE= option.
SYSPRINT= | if you are using the Windows operating environment and do not specify any of the following options: PCL, PDF, PDFMARK, PS, or SAS. |
PRINTERPATH= | in all other cases. |
The KEYWORDS= option takes effect only if specified at the opening of a file.
REPORT.PS
.
Additional body files are named REPORT1.PS
, REPORT2.PS
,
and so on.
The NEWFILE= option cannot be used if you are sending output to a physical printer.
Example:
FILE= 'MAY5.PS'
For instructions on making your own user-defined style definitions, see TEMPLATE Procedure: Creating a Style Template.