24735 - Compute daylight saving time- Sample
Determine the start and end dates for daylight saving time for given years.
41942 - Conditional highlighting using a custom add-in task in SAS® Enterprise Guide® 4.2- Sample
This sample includes a downloadable custom add-in task that can be used in SAS Enterprise Guide 4.2 only. You can use the task to create reports with conditional highlighting, also known as trafficlighting.
40758 - Using one set of prompt values to subset all sections in a SAS® Web Report Studio report- Sample
This sample presents two small stored processes that you can use to seamlessly pass prompt values to all sections of a SAS Web Report Studio report. In this way, all sections are automatically subset by the same ...
38066 - Use the HTMLPANEL ODS tagset to put multiple graphs and tables on the same web page- Sample
This sample illustrates how to use the HTMLPANEL ODS tagset to put multiple graphs and tables on the same web page.
36930 - Bootstrap Computations in SAS/IML Studio- Sample
Shows how to use bootstrap methods in SAS/IML Studio to compute both a bootstrap estimate for a statistic and also an estimate for the standard error of the statistic.
36180 - Creating KPI dashboards using custom add-in tasks in SAS® Enterprise Guide® 4.2 or 4.3- Sample
This sample includes two downloadable custom add-in tasks: one for SAS Enterprise Guide 4.2 and one for SAS Enterprise Guide 4.3. You can use the tasks to create KPI charts, which can then be used to build professional- ...
35156 - Heat maps- Sample
This samples uses the Graph Template Language (GTL) to produce heat maps using a two-column lattice layout and scatter plots. The graph on the left shows emerging issues by date and period in service. The graph on the ...
This sample demonstrates how to create an information map that selects which table to use based on a parameter selected from a prompt.
31471 - Display the SAS/GRAPH named colors- Sample
The output produced by this program displays a color swatch containing the 292 named SAS/GRAPH colors. When you hover your mouse over a color, the following information is displayed: SAS color name, full color name, ...
31109 - Unusual Uses of the Round Function- Sample
The round function is usually used to round to the nearest decimal, but this tip show other useful ways to use the round function.
26178 - Efficient Data Access using SAS Enterprise Guide- Sample
When your data flows freely into your SAS Enterprise Guide session, you can view it in the data grid, create queries, and run tasks. However, when data access points are not defined efficiently, everything seems to take ...
48706 - Debugging possible causes when MERGE returns more observations than expected- Sample
If your MERGE returns more observations than you expect, here are issues to check. Character by-variables have leading blanks. The value
To get one set of titles and footnotes for the entire document in the body of an RTF file when BODYTITLE is in effect, use the ODS TEXT= statement. This sample uses ODS TEXT= with TAGSETS.RTF and PROC TEMPLATE to ...
SAS® Drug Development Remote API 3.5 - Change versioning in a SAS® Drug Development 3.5 folder
49763 - How to write LOG and Listing output to the same file- Sample
This sample shows how to use PROC PRINTTO to direct the LOG and LISTING output (Output window) to the same file.
49590 - Insert special symbols as a table value in ODS MARKUP destinations- Sample
There are often symbols such as Greek letters or mathematical symbols needed outside of typical text to enhance the meaning of SAS® output. The UNICODE inline style function available beginning in SAS® 9.2 provides a ...
49694 - Display Unicode values in tick values with the Graph Template Language (GTL)- Sample
Display Unicode values in tick values with the Graph Template Language (GTL).
49695 - Bar chart with error bars displayed in the same cell- Sample
This sample illustrates how to generate a bar chart with error bars displayed in the same cell. Sample 49695: Bar chart with error bars displayed in the same cell In order to add error bars on a bar chart, you need ...
49696 - Generate side-by-side graphs with Y and Y2 axes with the Graph Template Language (GTL)- Sample
This sample illustrates how to generate side-by-side graphs with Y and Y2 axes with the Graph Template Language (GTL).
49697 - Add a table beneath a graph with the Graph Template Language (GTL)- Sample
This sample illustrates how to add a table beneath a graph using the Graph Template Language (GTL).
49698 - Define a discrete attribute map with the Graph Template Language (GTL)- Sample
This sample illustrates how to define discrete attribute map with the Graph Template Language (GTL).
49569 - Define custom tooltips for your Graph Template Language (GTL) output- Sample
This sample illustrates how to define custom tooltips for graphs generated with the Graph Template Language (GTL).
49700 - Define a dynamic template definition with the Graph Template Language (GTL)- Sample
This sample illustrates how to define a dynamic template definition with the Graph Template Language (GTL).
49224 - How to check whether a view or table exists using DS2- Sample
Overview This example demonstrates how to check whether a view or table exists using DS2 code.
33092 - Wald-Wolfowitz (or Runs) test for randomness- Sample
The Wald-Wolfowitz test, also known as the Runs test for randomness, is used to test the hypothesis that a series of numbers is random. A run is a set of sequential values that are either all above or below the mean. To ...