Creating shared prompts to use across the various BI clients requires the use of SAS Management Console’s stored process wizard. Editing these prompts after they have been shared requires some forethought. The important thing to consider when making an…
Moving standard deviation
Dear Miss SAS Answers, I am having a tough time developing SAS code to determine volatility ( i.e.: the moving standard deviation using GARCH approach). I need a conditional volatility measure of exchange rate from past 40 years. I have data from the
Benchmark Regression Procedures using OLS Regression
Rick Wicklin discussed in his blog the performance in solving a linear system using SOLVE() function and INV() function from IML.
Since regression analysis is an integral part of SAS applications and there are many SAS procedures in SAS/STAT that a…
Benchmark Regression Procedures using OLS Regression
Rick Wicklin discussed in his blog the performance in solving a linear system using SOLVE() function and INV() function from IML.
Since regression analysis is an integral part of SAS applications and there are many SAS procedures in SAS/STAT that a…
Benchmark Regression Procedures using OLS Regression
Rick Wicklin discussed in his blog the performance in solving a linear system using SOLVE() function and INV() function from IML.
Since regression analysis is an integral part of SAS applications and there are many SAS procedures in SAS/STAT that a…
When do I use a WHERE statement instead of an IF statement to subset a data set?
When programming in SAS, there is almost always more than one way to accomplish a task. Beginning programmers may think that there is no difference between using the WHERE statement and the IF statement to subset your data set. Knowledgeable programm…