Explain append procedure?
No Answer is Posted For this Question
Be the First to Post Answer
what is hash files in sas and why we are using this one in sas?
how does sas handle missing values in formats? : Sas programming
How do handle working under pressure?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
To what type of programms have you used scratch macros?
What is the difference between reading data from an external file and reading data from an existing data set?
/*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 need of INDEX in datasets?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what are sas bi dashboard components? : Sas-bi
Have you used macros? For what purpose you have used? : sas-macro
Explain by-group processing?