Describe the ways in which you can create macro variables?
No Answer is Posted For this Question
Be the First to Post Answer
Mention few capabilities of sas framework.
Name and describe three SAS functions that you have used, if any?
what is the difference between %put and symbolgen?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
how does sas handle missing values in sort order? : Sas programming
How do you add a number to a macro variable? : sas-macro
what is data governance? : Sas-di
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what is star schema? : Sas-di
How would you delete observations with duplicate keys?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B