| Date | Title | Type | ||
|---|---|---|---|---|
| 10/16/09 |
24256 - How do I get accurate pagebreaks in PDF when using FILE PRINT ODS and PUT _PAGE_? Forcing pagebreaks with _PAGE_ when using FILE PRINT ODS may not break as desired. Using the undocumented escape sequence '^4P' and an ODS ESCAPECHAR may allow pagebreaks in PDF when you want them. With this technique ... http://support.sas.com/kb/24/256.html, 19KB |
Usage Note | ||
| 11/16/07 |
24066 - In ODS HTML, how can I freeze my table headers while I scroll the page? This FAQ provides numerous examples, organized into three sections: DATA Step Examples ODS MARKUP Examples Cascading Style Sheet (CSS) Examples tableEditor tagset See also an ODS example with a JavaScript ... http://support.sas.com/kb/24/066.html, 34KB |
Usage Note | ||
| 10/2/07 |
23643 - How can I generate a GIF file from my procedure or DATA step output? Beginning with SAS 9.1, you can use the ODS PRINTER statement with the PRINTER= GIF option to create GIF files from a procedure or DATA step. This also enables you to maintain all of the styles such as the colors in the ... http://support.sas.com/kb/23/643.html, 17KB |
Usage Note | ||
| 9/28/06 |
24606 - Creating tabular output with DATA step and ODS using a custom template Specify the FILE PRINT ODS statement to create an output object with the DATA step. Use PROC TEMPLATE to define a custom table definition. Include footers that span specified columns. http://support.sas.com/kb/24/606.html, 20KB |
Sample | ||
| 12/16/05 |
23670 - How can I create HTML forms with ODS? You can add an HTML form to any part of the HTML file by using PROC TEMPLATE or the DATA step. Below is an example of creating a form in the DATA step by using ODS. First, PROC TEMPLATE adds JavaScript to ... http://support.sas.com/kb/23/670.html, 19KB |
Usage Note | ||
| 12/8/05 |
24766 - Using suboptions on the FILE PRINT ODS statement in a DATA step Create HTML output using the DATA step and default ODS template. Keep only variables named on the VARIABLES= suboption. Assign a label and format using the LABEL= and FORMAT= suboptions. http://support.sas.com/kb/24/766.html, 38KB |
Sample | ||
| 12/8/05 |
24767 - Using suboptions on the FILE PRINT ODS statement to override default name and label of an ODS output object Provide a meaningful name and label to the DATA step's output object. http://support.sas.com/kb/24/767.html, 18KB |
Sample | ||
| 12/8/05 |
24755 - Specifying the style template used to create tabular output with DATA step and ODS Use the FILE PRINT ODS statement to create an output object with the DATA step. Specify a SAS-supplied style definition on the ODS statement. http://support.sas.com/kb/24/755.html, 38KB |
Sample | ||
| 12/8/05 |
24750 - Using a simple user-defined TEMPLATE definition Create a phone list through the FILE PRINT ODS statement to an HTML file using a simple user-defined TEMPLATE definition called PHONELIST. http://support.sas.com/kb/24/750.html, 41KB |
Sample | ||
| 12/8/05 |
24602 - Creating a table of contents for PDF and RTF output with the DATA step Create a table of contents (TOC) for multiple output written to the same PDF or RTF destination. http://support.sas.com/kb/24/602.html, 19KB |
Sample | ||