How to limit decimal places for the variable using proc means?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

Explain the difference between nodup and nodupkey options?

0 Answers  


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

0 Answers  


/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,


What are exact SAS Base contents..?N what r SAS Tools..?

1 Answers  


What system options would you use to help debug a macro? : sas-macro

0 Answers  


What are the new features included in the new version of SAS Programming Language?

0 Answers  


What is the basic syntax of a sas program?

0 Answers  


What would be the value of month at the end of data step execution and how many observations would be there?

0 Answers  


If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?

3 Answers   Accenture,


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

0 Answers  


Identify statements whose placement in the DATA step is critical?

11 Answers  


Categories