| Date | Title | Type | ||
|---|---|---|---|---|
| 10/20/09 |
37420 - Equation errors may not be perturbed when SDATA = option is specified for ODE Monte Carlo simulation If you specify ordinary differential equations, specify the RANDOM= option on the SOLVE statement to request Monte Carlo simulations, and specify the SDATA= option on the SOLVE statement to compute perturbations on the ... http://support.sas.com/kb/37/420.html, 20KB |
Problem Note | ||
| 9/16/09 |
37105 - Why does the program editor window banner say "PROC .. running" after the procedure has finished? The ANOVA, ARIMA, CATMOD, FACTEX, GLM, MODEL, OPTEX, PLAN, and REG procedures are interactive procedures. They remain active after processing a RUN statement. The "running" message in the banner of the ... http://support.sas.com/kb/37/105.html, 30KB |
Usage Note | ||
| 9/16/09 |
37181 - Warning: Output was not created -and- The current ODS SELECT/EXCLUDE/OUTPUT statement was cleared See this usage note on why the following messages occur and how to avoid them. WARNING: Output 'parameterestimates' was not created. Make sure that the output object name, label, or path is spelled correctly. ... http://support.sas.com/kb/37/181.html, 27KB |
Usage Note | ||
| 9/16/09 |
37171 - Why do I get a message that I cannot open an output data set because it is in use by me? When using an interactive procedure to create a data set, the following message may occur when trying to display the data set, such as with the Table Editor (viewtable, or vt, command). This usage note describes why ... http://support.sas.com/kb/37/171.html, 26KB |
Usage Note | ||
| 9/8/09 |
34706 - FLATDATA statement may generate duplicate or missing values in the OUT= data set If you use the FLATDATA statement to transform variables and under the rare circumstance have more than 1000 time period observations for some cross sections, then the transformed values in the OUT= data set may be ... http://support.sas.com/kb/34/706.html, 19KB |
Problem Note | ||
| 8/31/09 |
36250 - Read Access Violation in Task [ARIMA] may occur when PLOTS= option is specified A Read Access Violation in Task [ARIMA] may occur when the PLOTS= option is used and the FORECAST statement is specified. http://support.sas.com/kb/36/250.html, 20KB |
Problem Note | ||
| 8/3/09 |
36690 - RESTRICT statement may produce incorrect results if TREND= option is specified on MODEL statement If the TREND= option is specified on the MODEL statement and the RESTRICT statement is used to impose restrictions on the parameters associated with the exogenous variables, then the restrictions are applied to the ... http://support.sas.com/kb/36/690.html, 20KB |
Problem Note | ||
| 6/16/09 |
36217 - Forecasts fail for time series with only one nonmissing observation Forecasts fail for time series with only one nonmissing observation after applying hot fixes 21FOS01 and E9HP04 http://support.sas.com/kb/36/217.html, 20KB |
Problem Note | ||
| 4/24/09 |
35447 - Does PROC MDC support a WEIGHT or FREQ statement? Currently, PROC MDC does not provide a WEIGHT or FREQ statement. If you want to specify the number of times an observation is observed, then you will need to expand your data to have a separate row for each of the ... http://support.sas.com/kb/35/447.html, 19KB |
Usage Note | ||
| 3/25/09 |
35285 - TEST statement fails to document cross-equation hypothesis test functionality In the Syntax section of the SAS 9.2 documentation, the TEST statement fails to document cross-equation hypothesis test functionality which is supported in the procedure. You can use y.x to refer to parameter on x in ... http://support.sas.com/kb/35/285.html, 19KB |
Problem Note | ||