Tuesday, 6 November 2012

For what purpose would you use the RETAIN statement? | SAS Programming Interview Questions

 The retain statement is used to hold the values of variables across iterations of the data step. Normally, all variables in the data step are set to missing at the start of each iteration of the data step. What  is the order of evaluation of the comparison operators: + - * / ** ()? (), **, *, /, +, -

No comments: