What is the registered Key word is sas????
Answers were Sorted based on User's Feedback
what are the validation tools in sas?
what is sas? is a package or tool? give me introduction about sas?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
Can anyone help me about SAS Realtime scenarios in Clinical field
What do you feel about hardcoding?
What is a macro routine?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
Tell e how how dealt with..
In the flow of DATA step processing, what is the first action in a typical DATA Step?
/*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
How we will Developing new reports Using Data step programming and Macros ?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?