Saved Bookmarks
| 1. |
For What Purpose Would You Use The Retain Statement? |
|
Answer» 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: + - * / ** ()?A) (), **, *, /, +, -. 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: + - * / ** ()?A) (), **, *, /, +, -. |
|