1 - 25 of top 500 results
Previous   |    1 , 2, 3 ... Last   |    Next >
Sort by:
Date | Relevance

2011-11-30

24735 - Compute daylight saving time- Sample

Determine the start and end dates for daylight saving time for given years.

http://support.sas.com/kb/24/735.html, 30KB

2011-01-05

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.

http://support.sas.com/kb/41/942.html, 32KB

2010-09-07

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 ...

http://support.sas.com/kb/40/758.html, 41KB

2010-02-03

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.

http://support.sas.com/kb/38/066.html, 31KB

2009-08-25

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.

http://support.sas.com/kb/36/930.html, 31KB

2009-06-26

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- ...

http://support.sas.com/kb/36/180.html, 36KB

2009-03-19

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 ...

http://support.sas.com/kb/35/156.html, 33KB

2008-09-11

33146 - Dynamically selecting a table for a SAS® Information Map using a SAS® Stored Process with prompts- Sample

This sample demonstrates how to create an information map that selects which table to use based on a parameter selected from a prompt.

http://support.sas.com/kb/33/146.html, 35KB

2008-03-20

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, ...

http://support.sas.com/kb/31/471.html, 48KB

2008-02-06

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.

http://support.sas.com/kb/31/109.html, 31KB

2007-07-14

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 ...

http://support.sas.com/kb/26/178.html, 32KB

2013-05-23

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

http://support.sas.com/kb/48/706.html, 32KB

2013-05-21

49731 - Display titles only on the first page, and footnotes only on the last page, in the body of the RTF document- Sample

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 ...

http://support.sas.com/kb/49/731.html, 32KB

2013-05-03

49768 - SAS® Drug Development Remote API 3.5 - Change versioning in a SAS® Drug Development 3.5 folder- Sample

SAS® Drug Development Remote API 3.5 - Change versioning in a SAS® Drug Development 3.5 folder

http://support.sas.com/kb/49/768.html, 28KB

2013-04-30

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.

http://support.sas.com/kb/49/763.html, 29KB

2013-04-30

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 ...

http://support.sas.com/kb/49/590.html, 30KB

2013-04-30

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).

http://support.sas.com/kb/49/694.html, 32KB

2013-04-30

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 ...

http://support.sas.com/kb/49/695.html, 31KB

2013-04-30

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).

http://support.sas.com/kb/49/696.html, 31KB

2013-04-30

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).

http://support.sas.com/kb/49/697.html, 31KB

2013-04-30

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).

http://support.sas.com/kb/49/698.html, 32KB

2013-04-30

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).

http://support.sas.com/kb/49/569.html, 30KB

2013-04-30

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).

http://support.sas.com/kb/49/700.html, 35KB

2013-04-26

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.

http://support.sas.com/kb/49/224.html, 32KB

2013-04-19

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 ...

http://support.sas.com/kb/33/092.html, 45KB

1 - 25 of top 500 results
Previous   |    1 , 2, 3 ... Last   |    Next >