InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Floor And Ceil Functions In Sas? |
|
Answer» The FLOOR function in the SAS will be used to return the LARGEST integer, which is less than or equal to the specified argument, while the CEIL function will REVERT the SMALLEST integer. The Floor function in the SAS will be used to return the largest integer, which is less than or equal to the specified argument, while the CEIL function will revert the smallest integer. |
|