How did you use the round function?give an example(don't
say it will round to the nearest intger) eg1:round(84.55,.1)
=84.6 eg2:round(92.64,.1)=92.6,How it is happening like
this tell me the logic,that is how the round function works
when we have deimal values?
Answer Posted / unknown
round fuction works such that the first argument in the
fuction is to the nearest multiple of the second argument
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
which date function advances a date, time or datetime value by a given interval? : Sas programming
In proc transpose and data step with arrays which one you pick?
how do you pull data from equifax?tell me the process?
What is a put statement?
Which function is used to count the number of intervals between two sas dates?
Explain the difference between informat and format with an example.
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the ways in which macro variables can be created in sas programming?
What are the default statistics that proc means produce?
Describe the function and utility of the most difficult SAS macro that you have written?
what is the use of proc contents and proc print in sas? : Sas-administrator
What are the new features included in the new version of SAS Programming Language?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What function CATX syntax does?