How long can a macro variable be? A token? : sas-macro


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

Post New Answer

More SAS Interview Questions

what is the need of INDEX in datasets?

6 Answers   CitiGroup,


Explain the main difference between the sas procedures and functions? : Sas-administrator

0 Answers  


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?

2 Answers   Accenture,


To what type of programms have you used scratch macros?

0 Answers   Novartis,


How to limit decimal places for the variable using proc means?

0 Answers  


what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?

1 Answers  


/*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 is the use of sas management console? : Sas-di

0 Answers  


What do the mod and int function do? : Sas programming

0 Answers  


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)?

0 Answers  


What is the difference between where and if statement?

0 Answers  


Categories