| Date | Title | Type | ||
|---|---|---|---|---|
| 11/14/07 |
22176 - I created a report with PROC COMPUTAB, but the body of the report is all zeros. What am I doing wrong? You need to select the observations from the input data set that you want to report on. This is done by column selection or row selection. http://support.sas.com/kb/22/176.html, 16KB |
Usage Note | ||
| 11/2/07 |
22175 - Where is PROC COMPUTAB documented? In the SAS/ETS User's Guide, Version 6, Second Edition. http://support.sas.com/kb/22/175.html, 16KB |
Usage Note | ||
| 10/25/07 |
25001 - Compute approximate first and second derivatives for (x,y) data This sample program illustrates how to use PROC EXPAND to compute approximate first and second derivatives for paired (x,y) data. http://support.sas.com/kb/25/001.html, 21KB |
Sample | ||
| 5/15/07 |
24560 - How can I linearly interpolate between the values in my data? Linear interpolation implies fitting joined, straight line segments between adjacent points in your data and then, for any new X value, obtaining its Y value from the line segment above it. This can be done using PROC ... http://support.sas.com/kb/24/560.html, 35KB |
Usage Note | ||
| 1/30/07 |
19279 - Specification of weight values for MOVAVE transformation operator is incorrect in the SAS/ETSŪ User's Guide In SAS OnlineDoc® for SAS®9 and later, the SAS/ETS® User's Guide contains incorrect weight values for the MOVAVE transformation operator. In the "Table of Transformation Operators", the ... http://support.sas.com/kb/19/279.html, 20KB |
Problem Note | ||
| 3/19/05 |
24990 - Approximation of area under the curve using SAS/ETS PROC EXPAND Use SAS/ETS PROC EXPAND to calculate the approximate area under the curve for data consisting of a set of (x,y) pairs. http://support.sas.com/kb/24/990.html, 23KB |
Sample | ||
| 2/16/05 |
14548 - Read Access Violation or Segmentation Violation occurs with CUGMEAN transformation operator If the TRANSFORMOUT=(CUGMEAN) operation is specified on the CONVERT statement, then PROC EXPAND will terminate with either a Read Access Violation or a Segmentation Violation. To circumvent the problem, use the ... http://support.sas.com/kb/14/548.html, 18KB |
Problem Note | ||
| 6/23/04 |
12049 - Range of output observations may be contrary to the documentation when TO= option is specified without the FROM= option The first output value is incorrectly omitted from the OUT= data set whenever all of the following conditions hold: 1. The TO= option specifies either an interval longer than one day (if the ID variable is a SAS date ... http://support.sas.com/kb/12/049.html, 20KB |
Problem Note | ||
| 5/18/04 |
23982 - Where can I find documentation about TIMESERIES? You can find documentation about TIMESERIES in the SAS/ETS User's Guide (online or hard copy). http://support.sas.com/kb/23/982.html, 17KB |
Usage Note | ||
| 5/18/04 |
23981 - When was TIMESERIES first available? TIMESERIES was first available in SAS 9.1 TS0M0. http://support.sas.com/kb/23/981.html, 16KB |
Usage Note | ||