![]() Chapter Contents |
![]() Previous |
![]() Next |
| The ODS Statements |
| ODS HTML action; |
| ODS HTML HTML-file-specification(s) <option(s)>; |
| Actions |
| Featured in: | Selecting Output for the HTML and Printer Destinations |
| Restriction: | The HTML destination must be open for this action to take effect. |
| See also: | ODS EXCLUDE Statement and How ODS Determines the Destinations for an Output Object |
| Restriction: | The HTML destination must be open for this action to take effect. |
| See also: | ODS SELECT Statement and How ODS Determines the Destinations for an Output Object |
| Restriction: | The HTML destination must be open for this action to take effect. |
| Required Arguments |
If you do not specify an action, you must use an HTML-file-specification.
| file-type=file-specification<(file-specification-suboption(s))> |
| Featured in: | Creating Output Data Sets and Using a Selection List with Multiple Procedure Steps |
| Restriction: | If you specify FRAME=, you must also specify CONTENTS= or PAGE= or both. |
| Featured in: | Creating Output Data Sets and Using a Selection List with Multiple Procedure Steps |
| Featured in: | Creating Output Data Sets and Using a Selection List with Multiple Procedure Steps |
| Featured in: | Creating Output Data Sets and Using a Selection List with Multiple Procedure Steps |
| Featured in: | Appending to HTML Files |
| Interaction: | If you specify an entry name, you must also specify a library and catalog. See the discussion of PATH=. |
| Interaction: | HTML-file-specification is required if the HTML destination is closed. |
| Options |
BASE='http://www.your-company.com/local-url/'In this case, ODS creates links that begin with the string
http://www.your-company.com/local-url/. The appropriate anchor-name
completes the link.
| See also: | How ODS Constructs Links and References |
| Featured in: | Creating a Separate Body File for Each Page of Output |
file-specification can be one of the following:
| Interaction: | If you use a fileref in the GPATH= option, ODS does not use information from GPATH= when it constructs links. (See How ODS Constructs Links and References.) |
| Default: | If you omit GPATH=, ODS stores graphics in the location that is specified by PATH=. (See the discussion of PATH=.) If you do not specify PATH=, ODS stores the graphics in the current directory. |
starting-point can be one of the following:
| Alias: | TABLE |
starts a new body file each time that you start a new procedure.
| Default: | NONE |
| Featured in: | Creating a Separate Body File for Each Page of Output |
file-specification can be one of the following:
| Interaction: | If you use a fileref in the PATH= option, ODS does not use information from PATH= when it constructs links. (See How ODS Constructs Links and References.) |
RECORD_SEPARATOR='0D0A'x
Operating Environment Information:
In a mainframe environment, by default, ODS produces a binary file that contains embedded record-separator characters. While this approach means that the file is not restricted by the line-length restrictions on ASCII files, it also means that if you view the file in an editor, the lines all run together.| Alias: |
|
| Default: | If you do not specify a style definition,
ODS uses the file that is specified in the SAS registry subkey
styles.default. |
|||||||
| Featured in: | Appending to HTML Files |
| See also: | For information on translation tables, see the documentation of the TRANTAB= system option in the section on system options in SAS Language Reference: Dictionary. |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.