what is the Population you used in your project, is it ITT
or PP?
No Answer is Posted For this Question
Be the First to Post Answer
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How would you keep from overlaying the a SAS set with its sorted version?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
/*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 different type of sas servers ? On which server does the sas code execute ?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What are the five ways to do a table lookup in sas? : sas-grid-administration
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
how to extract data from SAP servers? Is like oracle servers or any other methods to extract please reply me.
Describe crosslist option in tables statement?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
what is the purpose of _error_? : Sas programming