What is the maximum length of the macro variable? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
what are methods to identify duplicate observations?
What is the use of divide function?
What is the difference between the proc sql and data step?
how does sas handle missing values in formats? : Sas programming
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
/*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
Approximately what date is represented by SAS date value of 730
What report output formats can you generate using SAS?
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
What is the use of stop statement?
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
what are the validation tools in sas?