Does anybody has SAS Platform Administration certification
dumps. pls send to hariithepalli@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
in ods is there any lib's
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
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.
What are the new features included in the new version of SAS Programming Language?
What is PROC in SAS?
what is cummaltive frequency,and varience in proc unviarte
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
for what purpose would you use the retain statement? : Sas programming
for whom is sas data integration studio designed? : Sas-di