if x=round(26.3,10)-1 then x= how much and how explain?
Answer Posted / radhiv kumar sure
X=ROUND(26.3,10)-1;
AFTER ROUNDING THE VALUE
X=30-1;
X=29;
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What are the differences between proc means and proc summary?
What is a pdv and what are its functions?
how does sas handle missing values in procs? : Sas programming
what is the function of catx syntax? : Sas-administrator
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Explain the purpose of retain statement.
what techniques and/or procs do you use for tables? : Sas programming
How would you define the end of a macro? : sas-macro
Describe the function and utility of the most difficult SAS macro that you have written?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What are the ways in which macro variables can be created in sas programming?
Which are the statements whose placement in the data step is critical?
Describe 5 ways to do a “table lookup” in SAS?