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
how does sas handle missing values in procs? : Sas programming
How many data types are there in SAS?
What is the SAS data set?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Explain translate function?
explain about sas business intelligence? : Sas-bi
How to sort in descending order?
What are SAS/ACCESS and SAS/CONNECT?
How to create a permanent sas data set?
Tell me about % include and % eval? : sas-macro
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Which command is used to perform sorting in sas program?
What would be the value of month at the end of data step execution and how many observations would be there?