| Date | Title | Type | ||
|---|---|---|---|---|
| 11/11/09 |
35027 - The SAS Stored Process Web Application Welcome page is displayed instead of the Property Page if the browser is left open after creating PDF output The Welcome page for the SAS Stored Process Web Application might display instead of expected SAS® Stored Process results if the following scenario is met: A SAS Stored Process producing PDF output is executed, ... http://support.sas.com/kb/35/027.html, 21KB |
Problem Note | ||
| 10/29/09 |
37439 - Check Box in SAS/AF® is selectable but unresponsive while remote processing is executing via a SUBMIT block When running a SAS/AF application, the user should not be able to enter text, make selections, or otherwise interact with the user interface when the SCL program is executing its code. After the SCL program has finished ... http://support.sas.com/kb/37/439.html, 21KB |
Problem Note | ||
| 10/20/09 |
37309 - ANYDTDTM and MDYAMPM informats work together when the datetime value has AM|PM specified or day, month, and year components are not ambiguous When a value is read with ANYDTDTMw. informat and the style of the value is dd/dd/dd(dd) tt:tt:tt AM|PM, the MDYAMPMw.d informat is called to read the value. If the AM|PM component is not present, the MDYAMPMw.d ... http://support.sas.com/kb/37/309.html, 20KB |
Usage Note | ||
| 10/13/09 |
37283 - Use a Microsoft Excel file to create a user-defined format If you have an existing Excel spreadsheet containing variables and descriptions, you can easily transform it into a custom format. http://support.sas.com/kb/37/283.html, 20KB |
Sample | ||
| 10/13/09 |
24453 - Why do I sometimes get different results when I do a many-to-one merge in one datastep followed by a second datastep with subsetting conditions versus doing the merge and subset in one datastep? When you do a many-to-one merge, the variable values in the non-duplicate dataset will be retained and carry down the BY-Group. The values are not reinitialized to missing until the BY-Group changes. If you are doing a ... http://support.sas.com/kb/24/453.html, 31KB |
Usage Note | ||
| 10/13/09 |
24626 - Identify duplicate and nonduplicate observations in a data set and write each to separate data sets Use FIRST.variable and LAST.variable made available with BY-Group processing. http://support.sas.com/kb/24/626.html, 18KB |
Sample | ||
| 10/6/09 |
34301 - Parse SAS Logs to Extract Performance and Timing Information Here is a method to extract performance data from SAS logs. The SAS logs read must run without errors and have the FULLSTIMER option turned on. You can read logs from any release from SAS 6 and later and from any ... http://support.sas.com/kb/34/301.html, 20KB |
Sample | ||
| 10/5/09 |
37319 - ANYDTDTE informat reads the output from WORDDATE format SAS has a WORDDATE format but doesn't have a WORDDATE informat. The ANYDTDTE informat can read the output and produce a SAS date. http://support.sas.com/kb/37/319.html, 19KB |
Usage Note | ||
| 10/5/09 |
37328 - SAS evaluates ALL the expressions in an IF statement All expressions in a IF statement are evaluated, even when the first one is false. http://support.sas.com/kb/37/328.html, 20KB |
Usage Note | ||
| 10/2/09 |
37289 - Cannot resize columns in OLAP-based reports if the column name includes parentheses SAS® Web Report Studio does not support the use of parentheses in data item names. For example, in the Rename Data Item dialog box, you are not permitted to type ( or ) in the New Name box. You also cannot use the ... http://support.sas.com/kb/37/289.html, 19KB |
Problem Note | ||