* WEB PAGE :
http://web.utk.edu/sas/OnlineTutor/1.2/en/60477/m83/m83_11.htm
"Using DO Groups Efficiently"
"Remember to use the following criteria when choosing which technique is
more efficient"
---------------------------------------------------------------------------
                        | IF-THEN/ELSE Statements | SELECT/WHEN Statements |
---------------------------------------------------------------------------
The number of conditions| few                     | many                   |
The distribution of a   | not uniform             | uniform                |
variable's values
The type of variable    | character               | numeric                |
----------------------------------------------------------------------------
I want to know the efficient difference of the IF-THEN/ELSE Statements and
SELECT/WHEN Statements
I tried to understand the efficient,but can't understand through SAS help.
I want to know the description and example for the difference.