How do you debug and test your SAS programs?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how you can debug and test your SAS program?
Differentiate between ceil and floor functions.
/*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 are exact SAS Base contents..?N what r SAS Tools..?
Diff between proc sql merge and join?
Name some categories in sas 9? : sas-grid-administration
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
What is the role of unrestrictive users? : sas-grid-administration
i want to upload titles and footnotes to excel file?how it is possible?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
how can you put a "trace" in your program? : Sas programming
Difference between SAS STATA & SPSS?