How we can create SAS USER DEFINED CODE?
How would you code a merge that will keep only the observations that have matches from both sets?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
what do you mean by data staging area? : Sas-di
/*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 _numeric_ and _character_ and what do they do? : Sas programming
Give e an example of..
What is the command used to find missing values?
Name statements that are recognized at compile time only?
is QUALCOMM using SAS ?
what is the primary variable in your study?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
how to generate means for every subject;