How to include or exclude specific variables in a data set?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
Describe a time when you were really stuck on a problem and how you solved it?
Explain proc univariate?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the parameters of scan function?
Mention few ways with which a “table lookup’ is done in sas programming.
which date function advances a date, time or datetime value by a given interval? : Sas programming
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
What does the RUN statement do?
What is the work of tranwrd function?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro