| Date | Title | Type | ||
|---|---|---|---|---|
| 7/15/09 |
23325 - How can I change the style information for the byline in ODS HTML output? To change the style information for the bylines, modify the style element Byline. To change the width, the spacing, or the line around the borders of the byline, modify the style element BylineContainer. proc ... http://support.sas.com/kb/23/325.html, 17KB |
Usage Note | ||
| 7/8/09 |
23345 - In ODS HTML output, how can I remove everything from the table of contents except the links? To remove everything in the table of contents other than the links, use the nonbreaking space character to mask the procedure name in the ContentProcname style element, and use the method in FAQ 3247 to omit the title. ... http://support.sas.com/kb/23/345.html, 17KB |
Usage Note | ||
| 4/13/09 |
23350 - How can I replace the variable's name with the variable's label in PROC FREQ output? In the output for a one-way frequency table, the variable's label, if one is specified, is centered at the top of the table. If you want to use the variable's label instead of the name, then use PROC TEMPLATE to ... http://support.sas.com/kb/23/350.html, 19KB |
Usage Note | ||
| 2/16/09 |
31956 - Using the MSOffice2k ODS destination with Microsoft Excel 2007 generates a dialog box When you use the ExcelXP and MSOffice2K ODS destinations to generate output that will be opened in Microsoft Excel 2007, a new dialog box is generated if you use the .xls extension. The dialog box is generated ... http://support.sas.com/kb/31/956.html, 20KB |
Usage Note | ||
| 2/16/09 |
25402 - Demonstrates Custom ODS Styles with a Hyperlink Numerous style changes and the use of flyover, preimage, and url=. http://support.sas.com/kb/25/402.html, 22KB |
Sample | ||
| 10/17/08 |
33590 - Determining the open ODS destinations programmatically Beginning with SAS 9.2, you can programmatically determine which ODS destinations are open. You can perform this task by quering the DICTIONARY.VDEST dictionary table. Querying the DICTIONARY.VDEST table will display ... http://support.sas.com/kb/33/590.html, 19KB |
Usage Note | ||
| 10/17/08 |
23641 - In ODS, how can I name the GIF files that get created? The GPLOT and GCHART procedures have the NAME= option, which goes on the PLOT, VBAR, and HBAR statements. Note that prior to SAS 9.2, the NAME= option limits the name of the GIF file to 8 characters. You can also ... http://support.sas.com/kb/23/641.html, 18KB |
Usage Note | ||
| 10/3/08 |
25966 - Embedded links with GRAPH and REPORT This example demonstrates embedded links with GRAPH and REPORT. http://support.sas.com/kb/25/966.html, 20KB |
Sample | ||
| 7/2/08 |
25393 - Embedded Graphs with PROC REPORT This example demonstrates embedded graphs with PROC REPORT. http://support.sas.com/kb/25/393.html, 23KB |
Sample | ||
| 5/28/08 |
25401 - Demonstrate the use of banding in PROC TABULATE Color code rows of output in the HTML destination. http://support.sas.com/kb/25/401.html, 34KB |
Sample | ||
| 2/1/08 |
24065 - How do I see the current style settings for my ODS HTML output? To see the style definitions for your ODS HTML output, use the ODS MARKUP statement together with one of the utility tagsets listed below. These are default tagsets for SAS ® 9, but you can download them ... http://support.sas.com/kb/24/065.html, 18KB |
Usage Note | ||
| 1/16/08 |
30935 - How can I center all of the output created by PROC PRINT in ODS? PROC PRINT output routed to the non-LISTING destinations (HTML, PDF & RTF) can be controlled by PROC TEMPLATE or by the STYLE(<location>) option on the PROC PRINT statement. This ODS RTF sample code shows how to ... http://support.sas.com/kb/30/935.html, 20KB |
Sample | ||
| 1/11/08 |
504 - Cannot view HTML files created by ODS with a Netscape browser on Windows Attempting to view HTML files created with the ODS FRAME= option generates a Netscape warning. The reason is that Netscape is not able to locate the HTML files that are created from the ODS BODY=, CONTENTS= and PAGE= ... http://support.sas.com/kb/00/504.html, 17KB |
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 | ||
| 11/8/07 |
25386 - Demonstrates Basic File Generated from ODS MARKUP using IMODE tagset Demonstrates Basic File Generated from ODS MARKUP using IMODE tagset http://support.sas.com/kb/25/386.html, 19KB |
Sample | ||
| 10/17/07 |
23471 - How can I reduce the tags and the size of the ODS HTML output file? You can reduce the size of the HTML file by using cascading style sheets. See the CSS and ODS topic for more information. Also, beginning in Release 8.2, ODS tagsets can generate smaller HTML files. See our ODS ... http://support.sas.com/kb/23/471.html, 17KB |
Usage Note | ||
| 10/17/07 |
23667 - How can I replace the tag with tags for column headers in ODS? You can use ODS MARKUP to replace the <THEAD> tag with <TH> tags for the column headers. All of the updated HTML tagsets use the <TH> tags for the column headers by default. You can ... http://support.sas.com/kb/23/667.html, 17KB |
Usage Note | ||
| 10/16/07 |
24063 - In ODS HTML, how can I make sure that all tables are uniform? To make sure that all tables are uniform, specify the OUTPUTWIDTH= attribute for the Table style element. This will add the value of the OUTTPUTWIDTH= attribute to the WIDTH= attribute within the HTML table tag. ... http://support.sas.com/kb/24/063.html, 17KB |
Usage Note | ||
| 10/16/07 |
23372 - In ODS HTML output, how can I prevent multiple blanks from being compressed from my data values? Specify the ASIS= style attribute within the style element Data to prevent compressing of leading and embedded blanks in table cells. proc template; define style styles.test; parent=styles.default; style ... http://support.sas.com/kb/23/372.html, 16KB |
Usage Note | ||
| 10/16/07 |
23365 - How can I enable my ID variables in UNIVARIATE to be longer than 8 characters? To extend the length of the ID variables in UNIVARIATE, modify the Base.Univariate.Extobs table. Below is an example that increases the length to 15. proc template; edit base.univariate.extobs; edit LOWIDCHAR; ... http://support.sas.com/kb/23/365.html, 16KB |
Usage Note | ||
| 10/4/07 |
23349 - Modify the default format displayed with PROC FREQ This sample uses PROC TEMPLATE to change the format of the PERCENT column to 8.4. http://support.sas.com/kb/23/349.html, 17KB |
Sample | ||
| 10/4/07 |
23490 - In ODS output, how do I remove the window title "SAS OUTPUT" from the browser when no window title is supplied? This example shows how to use ODS MARKUP to remove the browser title from the browser window if a value is not passed from the TITLE= HTML sub-option. The !EXIST condition determines whether the event variable VALUE ... http://support.sas.com/kb/23/490.html, 17KB |
Usage Note | ||
| 10/4/07 |
23457 - How can I change the default location where ODS stores unqualified files? If you specify only a filename and not a pathname, then the filename is unqualified. When you specify unqualified files, SAS 8.2 ODS output is stored by default in c:\winnt\profiles\user-ID\Personal\My SAS Files\V8 ... http://support.sas.com/kb/23/457.html, 17KB |
Usage Note | ||
| 10/4/07 |
23455 - How can I modify the default ODS pathname without redefining the entire list? Beginning with Release 8.2, several options on the ODS PATH statement enable you to modify the path without redefining the entire list. The options are as follows: APPEND adds the template store to the end of ... http://support.sas.com/kb/23/455.html, 17KB |
Usage Note | ||
| 10/4/07 |
23450 - I would like to modify the ODS style by only specifying the value that I want to modify. I want the resulting template to be the default. There are two ways to do this. One way is to use PROC TEMPLATE with the SOURCE statement and the FILE= option to save the template source code to a file. This file can then be included and the changes to the ... http://support.sas.com/kb/23/450.html, 17KB |
Usage Note | ||
| 10/4/07 |
23374 - In ODS HTML output, how can I specify a place to break my labels? Use the HTML tag <BR> to specify where you want a break to occur in a label. (When you specify LABEL, variable names are used as column headers.) ods html body='temp.html'; proc print data=sasuser.class ... http://support.sas.com/kb/23/374.html, 16KB |
Usage Note | ||
| 10/4/07 |
23351 - How can I format frequency counts with a crosstabulation in PROC FREQ? There is no table template for the crosstabulation tables in PROC FREQ, so you cannot modify the formats with PROC TEMPLATE as in the one-way tables. Instead, use the FORMAT= option on a TABLE statement. Here is an ... http://support.sas.com/kb/23/351.html, 17KB |
Usage Note | ||
| 10/3/07 |
23650 - How can I generate RTF, XML, PDF, and Excel files with ODS and SAS/IntrNet? You can use the APPSRV_HEADER function to override the default mime header that ODS generates. The below examples use the function to change the content-type in order to render the desired kind of output. The ... http://support.sas.com/kb/23/650.html, 18KB |
Usage Note | ||
| 10/3/07 |
23337 - In ODS HTML output, how can I label the default string below the procedure name for reporting procedures such as PROC TABULATE, PROC PRINT and PROC REPORT? SAS 8 introduced the CONTENTS= option for PROC PRINT, PROC TABULATE, and PROC REPORT to specify a file for the table of contents. Release 8.1 adds the CONTENTS= option to PROC FREQ. The CONTENTS= option can ... http://support.sas.com/kb/23/337.html, 17KB |
Usage Note | ||
| 10/3/07 |
23653 - Do you have FAQs for using ODS in the z/OS environment? See Tips for Using ODS in the OS/390 Environment for Release 8.2. http://support.sas.com/kb/23/653.html, 16KB |
Usage Note | ||
| 10/3/07 |
24305 - What image formats can I use in ODS? In SAS 9: The JPEG format works across all ODS desinations (under z/OS, you must enable the UNIX file system HFS). ODS HTML supports GIF, JPEG, PNG, ACTXIMG, JAVAIMG, ACTIVEX, JAVA, and more. ODS RTF supports JPEG, ... http://support.sas.com/kb/24/305.html, 17KB |
Usage Note | ||
| 10/3/07 |
24309 - Why isn't there any ODS output for the last procedure in my job? Ensure that you submit run; quit; before your ods destination close; Be aware that in SAS jobs, "step boundaries" separate each PROC or DATA step. The output from a SAS procedure is not complete until the ... http://support.sas.com/kb/24/309.html, 17KB |
Usage Note | ||
| 10/3/07 |
23675 - How can I generate multiple copies of output from the same ODS destination? In Release 8.2, you can generate an extra copy of the output from the same destination by using a destination alias. The below example generates HTML and sends it to the server with SAS/IntrNet, and also ... http://support.sas.com/kb/23/675.html, 17KB |
Usage Note | ||
| 10/3/07 |
23669 - How can I selectively exclude output from my ODS file? You can select or exclude output objects by issuing the ODS SELECT or ODS EXCLUDE statement. By default, this method excludes or selects output objects for all destinations. To select or exclude output for a ... http://support.sas.com/kb/23/669.html, 18KB |
Usage Note | ||
| 10/3/07 |
23436 - In ODS HTML output, can I move the table of contents to a different part of the frame? To reposition the table of contents in the frame, specify the CONTENTPOSITION= attribute within the style element Frame. The values are T, B, L, R (top, bottom, left, or right). View output. proc template; define ... http://support.sas.com/kb/23/436.html, 17KB |
Usage Note | ||
| 10/3/07 |
23420 - In ODS HTML output, how can I modify the background color of the table of contents? Specify a new argument to the BACKGROUND= attribute within the style element Contents. Below is an example. proc template; define style styles.test; parent=styles.default; style contents from contents ... http://support.sas.com/kb/23/420.html, 16KB |
Usage Note | ||
| 10/3/07 |
23339 - Can I uppercase the procedure title in ODS output? The procedure title can be uppercased or lowercased by using the Text-transform style property within the style element Proctitle. proc template; define style styles.test; parent=styles.default; style ... http://support.sas.com/kb/23/339.html, 17KB |
Usage Note | ||
| 10/3/07 |
23338 - How can I remove the procedure title from my ODS output? The procedure title ("The Means Procedure") can be removed beginning in Release 8.1 by using the ODS NOPROCTITLE statement. This is supported in all destinations including the listing. Prior to Release 8.1, ... http://support.sas.com/kb/23/338.html, 17KB |
Usage Note | ||
| 10/1/07 |
23330 - What options are available for the TITLE and FOOTNOTE statements in ODS? Below are the available options beginning with Release 8.1 for the HTML, PDF, and RTF destinations. These are similar to the SAS/GRAPH options for titles and footnotes. BOLD specifies bold. COLOR= specifies the ... http://support.sas.com/kb/23/330.html, 18KB |
Usage Note | ||
| 10/1/07 |
24307 - Which title and footnote attributes take precedence in ODS? SAS 8.2 and later releases support several ways to change the appearance of titles and footnotes. The following rules determine which attribute takes precedence. In general, the most specific or closest setting wins. ... http://support.sas.com/kb/24/307.html, 17KB |
Usage Note | ||
| 10/1/07 |
23637 - How can I dynamically FTP output from ODS from a SAS job? To dynamically transfer output by FTP from a SAS job, specify the FILENAME statement with the FTP access method. This creates the output file on the target host. In the HOST= argument, specify the IP ... http://support.sas.com/kb/23/637.html, 19KB |
Usage Note | ||
| 9/27/07 |
24312 - How can I use the Output Delivery System (ODS) to produce HTML pages that support 508 accessibility requirements? In SAS 9.1 and later releases, all of the accessibility enhancements have been merged into the ODS HTML tagsets. No additional steps are required. In releases prior to SAS 9, you can use a customized accessibility ... http://support.sas.com/kb/24/312.html, 29KB |
Usage Note | ||
| 8/28/07 |
24054 - In ODS, how can I add special characters such as GE or LE to my output? You can add special symbols such as ≥ (greater than or equal to) or ≤ (less than or equal to) by using the appropriate fonts that have these symbols. For instance, the GE and LE characters are available in ... http://support.sas.com/kb/24/054.html, 18KB |
Usage Note | ||
| 8/28/07 |
23369 - In ODS HTML output, how can I change the fonts for the titles and footnotes? To change the fonts for all of the titles and footnotes together, modify the font associated with the string 'titleFont' in the FONTS style element. To change the titles and footnotes individually, modify the ... http://support.sas.com/kb/23/369.html, 17KB |
Usage Note | ||
| 8/28/07 |
23370 - In ODS HTML output, how can I supply a different font for each title and for each footnote? This has to be done on the TITLE or FOOTNOTE statement. The HTML can be added to the title and footnote directly if using the HTML device, or universally if using the COLOR= and the HEIGHT= attributes. The following ... http://support.sas.com/kb/23/370.html, 17KB |
Usage Note | ||
| 8/28/07 |
23368 - In ODS HTML output, how can I modify the font size for all output with a single change? You can specify the FONT_SIZE attribute within the style element Container, which is the parent of all containers. See example 1 below. Another method is use an embedded cascading style sheet. See example 2 below, ... http://support.sas.com/kb/23/368.html, 17KB |
Usage Note | ||
| 8/28/07 |
24167 - In ODS HTML, can I modify the colors of the scroll bar and the down arrow on the browser? The colors of the scroll bar and the up and down arrows can be modified by using cascading style sheet properties. Below is a list of style sheet properties and what they modify. scrollbar-3d-light-coloroutside color ... http://support.sas.com/kb/24/167.html, 18KB |
Usage Note | ||
| 8/28/07 |
23659 - How can I change or add default styles to be used when generating ODS HTML output? When generating HTML output, the default style used is "styles.default". To make a different style the default programmatically, follow the steps below. From SAS 9.1 and higher: data _null_; file "html.sasxreg ... http://support.sas.com/kb/23/659.html, 18KB |
Usage Note | ||
| 8/28/07 |
23373 - In ODS HTML output, how can I prevent my data values from wrapping in the cell? To prevent the data values from wrapping to the next line, use the PRETEXT= and POSTTEXT= attributes together with the <NOBR> and the </NOBR> HTML tags, respectively. These tags prevent the value from ... http://support.sas.com/kb/23/373.html, 17KB |
Usage Note | ||
| 7/31/07 |
23467 - How can I prevent underlines from appearing on hyperlinks when ODS HTML output is printed? To prevent the underlines from appearing in the hyperlink when printed only, use the @media rule with PRINT as the destination. In the anchor tag, specify the TEXT-DECORATION:NONE property. By default, this ... http://support.sas.com/kb/23/467.html, 17KB |
Usage Note | ||
| 7/30/07 |
23636 - How can I dynamically e-mail output from ODS? To dynamically e-mail output from ODS in a SAS program, specify the EMAIL device on the FILENAME statement along with the e-mail address and any other of the e-mail options that you would like. In addition, specify the ... http://support.sas.com/kb/23/636.html, 19KB |
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 | ||
| 8/30/06 |
24493 - Is there a style that mimics the LISTING destination that I can use in HTML, PDF, or RTF destinations? By design each of the destinations has a different look because each one has a different audience. HTML is meant to be viewed on the Web, and PDF is meant to be printed or viewed from Adobe Acrobat Reader. Therefore, ... http://support.sas.com/kb/24/493.html, 19KB |
Usage Note | ||
| 8/30/06 |
23348 - How can I make cell values right-justified in ODS HTML output? To change the justifications of table cells, use the JUST= attribute. The values for JUST= are L, C, and R. You can specify JUST= in one of two ways: Modifying the table template is supported for procedures that ... http://support.sas.com/kb/23/348.html, 17KB |
Usage Note | ||
| 1/10/06 |
24046 - In ODS, how can I add a superscript or subscript value to my title or footnote? Superscript and subscript characters can be added by using the experimental ODS ESCAPECHAR= statement in Release 8.2 and later. This method can be used for HTML, MARKUP, PCL, PDF, PS (PostScript) and RTF destinations. ... http://support.sas.com/kb/24/046.html, 17KB |
Usage Note | ||
| 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 | ||
| 11/1/05 |
23638 - How can I create my ODS HTML and graphics files so that if they are moved or e-mailed, the links won't break? To make sure that the HTML and graphics files' links are maintained when moved or e-mailed, create the files with a relative URL. If the created files are moved to a Web server with a different directory structure, it ... http://support.sas.com/kb/23/638.html, 18KB |
Usage Note | ||
| 10/27/05 |
23395 - In ODS HTML output, how can I left-justify everything in the table of contents? To left justify the entire output in the table of contents in SAS 9.1, you must modify the HTML4 tagset. The HTML4 tagset is modified to add the CLASS= HTML attribute to the ordered list (<OL>) tag. This enables ... http://support.sas.com/kb/23/395.html, 19KB |
Usage Note | ||
| 10/26/05 |
25410 - Demonstrates Highlighting Cells with PROC TABULATE Using PROC FORMAT to get traffic lighting in a TABULATE table. http://support.sas.com/kb/25/410.html, 25KB |
Sample | ||
| 10/26/05 |
25411 - Demonstrates Customized Templates (I) Create a customized table template for PROC STANDARD. http://support.sas.com/kb/25/411.html, 20KB |
Sample | ||
| 10/26/05 |
25409 - Demonstrates POSTHTML STYLE with PROC TABULATE Another way to show images and flyovers in your TABULATE table. http://support.sas.com/kb/25/409.html, 22KB |
Sample | ||
| 10/26/05 |
25408 - Demonstrates POSTIMAGE Style with PROC TABULATE Use flyovers, images, and colors to dress up your TABULATE table. http://support.sas.com/kb/25/408.html, 22KB |
Sample | ||
| 10/26/05 |
25398 - Demonstrates Use of TopN Modifier with PROC SUMMARY This example demonstrates use of TopN modifier with PROC SUMMARY. http://support.sas.com/kb/25/398.html, 26KB |
Sample | ||
| 10/26/05 |
25395 - Demonstrates Embedded Links with GRAPH and REPORT This example demonstrate embedded links with GRAPH and REPORT. http://support.sas.com/kb/25/395.html, 31KB |
Sample | ||
| 9/30/05 |
25392 - Demonstrates Style Identifiers with PROC REPORT This example demonstrates style identifiers with PROC REPORT. http://support.sas.com/kb/25/392.html, 23KB |
Sample | ||
| 9/30/05 |
25391 - Demonstrates ODS Styles with PROC REPORT This example demonstrates ODS styles with PROC REPORT. http://support.sas.com/kb/25/391.html, 20KB |
Sample | ||
| 9/17/05 |
25390 - Generates ODS Output Data Sets This example demonstrates how to generate ODS output data sets. http://support.sas.com/kb/25/390.html, 19KB |
Sample | ||
| 8/31/05 |
25387 - Demonstrates Basic Files Generated from ODS MARKUP using PHTML tagset Demonstrates Basic Files Generated from ODS MARKUP using PHTML tagset http://support.sas.com/kb/25/387.html, 21KB |
Sample | ||
| 8/19/05 |
25385 - Demonstrates Basic Files Generated from ODS MARKUP using HTMLCSS tagset Demonstrates Basic Files Generated from ODS MARKUP using HTMLCSS tagset http://support.sas.com/kb/25/385.html, 21KB |
Sample | ||
| 8/12/05 |
25394 - Demonstrates Embedded Links with PROC REPORT Using CALL DEFINE to create a drill down report http://support.sas.com/kb/25/394.html, 24KB |
Sample | ||
| 8/12/05 |
25416 - Demonstrates Customized Table, Header, and Column Using PROC TEMPLATE to change a TABLE and STYLE template http://support.sas.com/kb/25/416.html, 29KB |
Sample | ||
| 8/12/05 |
25406 - Demonstrates ODS Styles with PROC TABULATE Make style changes with TABULATE instead of PROC TEMPLATE. http://support.sas.com/kb/25/406.html, 22KB |
Sample | ||
| 8/10/05 |
25382 - Demonstrates Basic Files Generated from ODS MARKUP using CHTML tagset Sample 25382: Demonstrates Basic Files Generated from ODS MARKUP using CHTML tagset This sample is from the SAS Sample Library. For additional information refer to "SAS Output Delivery System: User's Guide". S A S S ... http://support.sas.com/kb/25/382.html, 21KB |
Sample | ||
| 8/10/05 |
25378 - Demonstrates ODS Generating Output Data Sets Sample 25378: Demonstrates ODS Generating Output Data Sets This sample is from the SAS Sample Library. For additional information refer to "SAS Output Delivery System: User's Guide". S A S S A M P L E L I B R A R ... http://support.sas.com/kb/25/378.html, 22KB |
Sample | ||
| 8/10/05 |
25379 - Demonstrates ODS Selective Output Demonstrates using ODS to select specific pieces of the output http://support.sas.com/kb/25/379.html, 20KB |
Sample | ||
| 8/10/05 |
25375 - Demonstrates ANOVA Embedded Graphs This example uses ODS to generate Anova embedded graphs with drill-downs http://support.sas.com/kb/25/375.html, 22KB |
Sample | ||
| 7/21/05 |
23660 - How can I append to an ODS HTML output file? You can append information to the beginning and end of an HTML file by using the options NO_TOP_MATTER (alias NOTOP) and NO_BOTTOM_MATTER (alias NOBOT). These two options prevent ODS from writing the opening or closing ... http://support.sas.com/kb/23/660.html, 22KB |
Usage Note | ||
| 7/20/05 |
23335 - In ODS HTML output, how can I specify my own label for the procedure name in the table of contents? In Version 8, use the ODS PROCLABEL statement to label the procedure in the table of contents. See example 1. View output. In Version 7, use the TEMPLATE code in example 2 below as a workaround. * example 1 * ods ... http://support.sas.com/kb/23/335.html, 17KB |
Usage Note | ||
| 7/11/05 |
23664 - How can I send ODS output to Excel, Word, PowerPoint, and Oracle? There are many ways to read ODS output with Excel, Word, PowerPoint, SPSS, Oracle, and Access. Excel Excel from HTML and CSV The bullets below contain syntax to get you started. For more in-depth information, see ... http://support.sas.com/kb/23/664.html, 21KB |
Usage Note | ||
| 7/11/05 |
24068 - In ODS HTML, can I sort on columns by clicking on the columns headers like in Excel? This can be done by applying a behavior which is an HTC file (HTML component file). This HTC file includes JavaScript and XML tags. There are default behaviors built into the browser which do not require a separate HTC ... http://support.sas.com/kb/24/068.html, 20KB |
Usage Note | ||
| 7/11/05 |
23441 - Can I add a banner page to the frame file in ODS HTML output? A banner page can be added to the frame by creating an output object from the banner page and using the NEWFILE=PROC option. This option adds the banner page and each subsequent object to the table of contents. Below is ... http://support.sas.com/kb/23/441.html, 17KB |
Usage Note | ||
| 7/11/05 |
23438 - How can I add extra links to the frame in ODS HTML? The ability to add extra links to the frame is something that is planned for future versions of SAS. However, since the frame file is very small, it can be modified quite easily with the DATA step. Whereas the default ... http://support.sas.com/kb/23/438.html, 17KB |
Usage Note | ||
| 7/11/05 |
23425 - In ODS HTML output, how can I label the items in the table of contents that were generated from the DATA step? In the DATA step, if you include the ODS option on the FILE PRINT statement, then use the OBJECTLABEL option to specify the label for the table of contents. To get rid of the "DATA Step Procedure" label, issue ... http://support.sas.com/kb/23/425.html, 17KB |
Usage Note | ||
| 7/11/05 |
23353 - In ODS HTML, can I specify the color and the font of a cell based on the cell's value? Selectively coloring cells in a table, based on the cells' values, is called traffic lighting. For example, if AGE<13, you want the cell to be colored red. Here are some examples that work with SAS Version 8 ... http://support.sas.com/kb/23/353.html, 25KB |
Usage Note | ||
| 7/1/05 |
24302 - Can I remove the equal sign from the BY value in the table of contents for ODS output? The equal sign can be removed from the BY value in the table of contents by using the ODS MARKUP destination. The MARKUP destination gives you access to each piece of output. Therefore you can substring this value from ... http://support.sas.com/kb/24/302.html, 19KB |
Usage Note | ||
| 6/13/05 |
23398 - In ODS HTML output, can I get only the BY value in the table of contents when generating BY-group information? The BY-group information is displayed with the label and the variable. To get rid of this information in SAS 9.1, you can modify the HTML4 tagset and use the DATA step functions to strip the equal sign from the label. ... http://support.sas.com/kb/23/398.html, 20KB |
Usage Note | ||
| 5/6/05 |
23461 - Why aren't my background colors and images displayed when printing ODS HTML output? By default in most HTML browsers, the background image, colors and table rules are not printed unless you select the option. To turn this option on in IE, select Tools > Internet Options > Advanced > Printing: ... http://support.sas.com/kb/23/461.html, 17KB |
Usage Note | ||
| 5/6/05 |
23364 - How can I control the pagination of table output in ODS HTML? If you want every table to start on a new page, use the NEWFILE=PAGE attribute. See also the full PROC TEMPLATE FAQ and Concepts. http://support.sas.com/kb/23/364.html, 16KB |
Usage Note | ||
| 4/29/05 |
24275 - How can I add style information or make the argument to the FLYOVER= more dynamic in ODS HTML? The FLYOVER= attribute adds the HTML attribute TITLE= to the HTML source to display the specified text when the user's mouse hovers over the tagged text. The TITLE= attribute does not allow any style information, so ... http://support.sas.com/kb/24/275.html, 18KB |
Usage Note | ||
| 12/8/04 |
23328 - How can I add a hyperlink to the title of ODS HTML output? Adding a hyperlink in the title can be done several ways. One way is to add the hyperlink in the TITLE statement. This is shown in example 1. The benefit of this method is that you can specify a different hyperlink for ... http://support.sas.com/kb/23/328.html, 17KB |
Usage Note | ||
| 9/21/04 |
24165 - What has changed in ODS from SAS 8.2 to 9.1? For changes to the SAS Output Delivery System (ODS), see A Soft Landing to ODS 9.1. http://support.sas.com/kb/24/165.html, 17KB |
Usage Note | ||
| 8/20/04 |
23397 - For ODS HTML output, how can I collapse my BY-groups until I click on the procedure name? To have the tree collapsed by default in the table of contents, you can modify a JavaScript variable display_mode = "none" to display_mode = "block". This works in Internet Explorer. Follow these steps: Specify the ... http://support.sas.com/kb/23/397.html, 18KB |
Usage Note | ||
| 7/20/04 |
24064 - In ODS HTML, how can I change the text specified at the top of the table of contents or table of pages? The title for the contents and page files can be modified in the style-element Text and in the argument associated with the string "content title"; see example 1 below. These titles can also be modified ... http://support.sas.com/kb/24/064.html, 18KB |
Usage Note | ||
| 7/20/04 |
23331 - How can I add a subscript or a superscript to my title in ODS HTML? Superscripting or subscripting can be added to the TITLE or FOOTNOTE statement by using in-line formatting in ODS beginning with Release 8.2. The below example shows in-line formatting. The new ESCAPECHAR= option ... http://support.sas.com/kb/23/331.html, 17KB |
Usage Note | ||
| 7/20/04 |
23326 - How can I include an HTML file within the current file that I am creating with ODS? Use a server-side include. The syntax may vary according to the server. The below example includes an HTML file at the beginning of the file that is generated. This works with JavaScript files as well. proc template; ... http://support.sas.com/kb/23/326.html, 17KB |
Usage Note | ||
| 7/19/04 |
23671 - How can I simulate table options from PROC REPORT that are not honored in the ODS HTML destination? See the replacement code to simulate options that only work in the LISTING destination. See also the full PROC TEMPLATE FAQ and Concepts. http://support.sas.com/kb/23/671.html, 17KB |
Usage Note | ||
| 7/15/04 |
23485 - In ODS HTML, how can I add an image to my title or footnote? Use the HTML tags to do this. The below example adds an image to the title1. ods html file="temp.html"; proc print data=sashelp.class; title "<img src=""C:\temp.gif""></img>"; run; ods html ... http://support.sas.com/kb/23/485.html, 17KB |
Usage Note | ||
| 7/15/04 |
23390 - How can I specify text to display in a table cell as a flyover tool tip in ODS HTML? To display a tool tip, use the FLYOVER= attribute inside the appropriate style element. To selectively add a flyover to a cell, use the CELLSTYLE statement with the FLYOVER= attribute for procedures that have table ... http://support.sas.com/kb/23/390.html, 17KB |
Usage Note | ||
| 7/14/04 |
23563 - In ODS HTML output, how can I get rid of the space between the titles and the table? A hardcoded <p> tag above the table causes a space to appear between the title and the table. This is there in case you want to add some text before the table. To get rid of this space, use the HEADTEXT= option to ... http://support.sas.com/kb/23/563.html, 17KB |
Usage Note | ||
| 7/9/04 |
23674 - How can I use the HTML <meta> tag in ODS? You can use the METATEXT= option on the ODS HTML statement to supply text to the <meta> tag. Here are some of the most common uses of the <meta> tag: Search engines can index your Web page by using ... http://support.sas.com/kb/23/674.html, 20KB |
Usage Note | ||