| Date | Title | Type | ||
|---|---|---|---|---|
| 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 | ||
| 8/24/09 |
36916 - Take caution when assigning hexadecimal values to macro variables Not all hexadecimal values can be preserved when assigning a hexadecimal value or a value containing unprintable characters to a macro variable. http://support.sas.com/kb/36/916.html, 21KB |
Usage Note | ||
| 6/9/09 |
36119 - KINDEX function incorrectly returns a 1 when second argument is null The KINDEX function should return a 0 when the second argument is null, but is returning a 1. http://support.sas.com/kb/36/119.html, 19KB |
Problem Note | ||
| 4/15/09 |
34322 - Setting and reading system return codes using SASŪ jobs in the z/OS environment Users of SAS® software ask frequently how to pass return codes from their SAS programs to subsequent steps in a batch job, or how to read the return codes from previous steps in order to control SAS execution. The ... http://support.sas.com/kb/34/322.html, 20KB |
Usage Note | ||
| 4/3/09 |
35428 - Warning messages that incorrectly produce a RC=0 now correctly produce a RC=4 in SAS 9.2 Some warning messages incorrectly produced a RC=0 prior to SAS 9.2 http://support.sas.com/kb/35/428.html, 19KB |
Problem Note | ||
| 7/29/08 |
32142 - Processing multi-value input parameters in a stored process It is sometimes necessary to process multi–value input parameters within a stored process. This sample illustrates a very basic example. Consider the scenario that an input parameter named YEAR has been ... http://support.sas.com/kb/32/142.html, 21KB |
Usage Note | ||
| 3/26/08 |
7109 - WHERE expression processed first when used with OBS= or FIRSTOBS= OPTIONS Beginning in Release 8.1, applying OBS= and FIRSTOBS= processing to a subset of data is supported for the WHERE statement, WHERE= data set OPTION, and WHERE clause in the SQL procedure. When used with a WHERE ... http://support.sas.com/kb/7/109.html, 19KB |
Usage Note | ||