How to limit decimal places for variable using proc means?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, If anyone has base SAS certification dumps, please share.
What is the purpose of _error_?
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the purpose of using the N=PS option?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How would you delete duplicate observations?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
How do you put a giraffe into the refrigerator?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
What is the difference between class statement and by statement in proc means?
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,