Explain how you can debug and test your SAS program?
No Answer is Posted For this Question
Be the First to Post Answer
/*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
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
What are the differences between sum function and using “+” operator?
In SAS explain which statement does not perform automatic conversions in comparisons?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
Explain the use of proc gplot? : sas-grid-administration
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What is the purpose of the trailing @? The @@? How would you use them?
sas implimented companies in hyderabad
What is the difference between one to one merge and match merge? Give an example.