| Date | Title | Type | ||
|---|---|---|---|---|
| 1/16/09 |
6265 - Earlier versions of the REGQUANT.SAS sample program were not coded correctly The version of the REGQUANT.SAS sample program that appeared in the Version 8 (and prior) documentation and the SAS/IML Sample Library produces incorrect results. To get a corrected version of this sample program, go ... http://support.sas.com/kb/6/265.html, 19KB |
Problem Note | ||
| 12/9/08 |
15008 - Incorrect values in matrix may occur when using the READ statement with the ROWNAME= option in PROC IML When reading in a large matrix with the READ statement while using the ROWNAME= option, PROC IML may populate the matrix incorrectly if there is a workspace compression during the read. To circumvent the problem, set ... http://support.sas.com/kb/15/008.html, 21KB |
Problem Note | ||
| 12/9/08 |
13523 - IML MAD function may loop or hang When there are a number of ties with few values in the input data, the MAD function may hang or loop. A Technical Support hot fix for Release 8.2 (TS2M0) for this issue is available at: http://www.sas.com/techsup/ ... http://support.sas.com/kb/13/523.html, 20KB |
Problem Note | ||
| 12/9/08 |
13913 - IML MAD function can cause Privileged Instruction Violation When the MAD function is contained in a DO loop, SAS/IML may terminate with the following ERROR message: ERROR: Privileged Instruction Violation in Task [IML] There is no circumvention for this problem. A Technical ... http://support.sas.com/kb/13/913.html, 20KB |
Problem Note | ||
| 11/26/08 |
14535 - COVLAG function may omit the last autocovariance The specification: cov=covlag(x,k); computes the autocovariances of the vector x for lags 0 through (k-1), where k can be positive or negative, depending on whether or not a mean correction is to be performed in the ... http://support.sas.com/kb/14/535.html, 20KB |
Problem Note | ||
| 4/23/08 |
15016 - CALL LP example in documentation is incorrect The example in the "SAS/IML User's Guide" for CALL LP is incorrect. In the "SAS/IML User's Guide" for SAS Version 6 and SAS Version 8: The constraint x1 - x2 = 10 should be x1 + x2 = 10. In the "SAS/IML User's ... http://support.sas.com/kb/15/016.html, 19KB |
Problem Note | ||
| 1/28/08 |
7376 - How can I move a SAS/IML matrix or module to a different machine or use it with a different SAS release? The IML storage catalog is a specially structured SAS file that is located in a SAS data library and contains entries that are either matrices or SAS/IML modules. Once a matrix or module has been stored in a specific ... http://support.sas.com/kb/7/376.html, 21KB |
Usage Note | ||
| 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 | ||
| 8/14/07 |
25008 - Generate data from a multivariate normal distribution The %MVN macro generates multivariate normal data using the Cholesky root of the variance-covariance matrix. Bivariate normal data can be generated using the DATA step. http://support.sas.com/kb/25/008.html, 24KB |
Sample | ||