how does sas handle missing values in procs? : Sas programming


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

Post New Answer

More SAS Interview Questions

Explain the use of proc gplot? : sas-grid-administration

0 Answers  


Name statements that function at both compile and execution time?

1 Answers  


Give an example where SAS fails to convert character value to numeric value automatically?

0 Answers  


What is the use of divide function?

0 Answers  


What is the maximum length of the macro variable? : sas-macro

0 Answers  






Mention common programming errors committed in sas ?

0 Answers  


Are you sensitive to code walk-throughs peer review or QC review?

0 Answers   Quintiles,


/*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 do you feel about hardcoding?

1 Answers  


What are all the problems you faced while validating tables and reports?

0 Answers   Accenture, Quintiles,


AE datasets names? how many types?

0 Answers   Accenture,


What is the purpose of using the N=PS option?

2 Answers   Oracle,


Categories