How long can a macro variable be? A token? : sas-macro
what is the need of INDEX in datasets?
Explain the main difference between the sas procedures and functions? : Sas-administrator
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
To what type of programms have you used scratch macros?
How to limit decimal places for the variable using proc means?
what is cummaltive frequency,and varience in proc unviarte
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
/*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 is the use of sas management console? : Sas-di
What do the mod and int function do? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is the difference between where and if statement?