InterviewSolution
Saved Bookmarks
| 1. |
Explain The Main Difference Between The Sas Procedures And Functions? |
|
Answer» The PROCEDURE in the SAS will results in one variable value according to the observation, whereas the Functions in SAS will RESULT in the multiple SETS of variable VALUES. The procedure in the SAS will results in one variable value according to the observation, whereas the Functions in SAS will result in the multiple sets of variable values. |
|