What is a post baseline?
What are common programming errors committed in sas
What is the order of application for output data set options, input data set options and SAS statements?
what is the difference between SET and MERGE?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
Describe the function and untility of the most difficult SAS macro that you have written.
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How would you include common or reuse code to be processed along with your statements?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Where do you use proc means over proc freq?
what is program data vector? : Sas-administrator
what is the function of catx syntax? : Sas-administrator
How do you add a number to a macro variable?