SAS Interview Questions & Answers (Basics)
SAS Interview Questions & Answers (Basics)
SAS Interview Questions & Answers (Basics)
Tutorialkart.com will explore every SAS career opportunity updates like future scope of SAS, types of SAS
jobs, Skills required for SAS programming, SAS job profiles, SAS competitors, SAS Employers, Companies
using SAS Programming Language, Pay-scale in SAS programming.
Students who choose career is SAS programming must learn some Tips & Tricks for cracking SAS Interview.
In SAS Interview, SAS Interview questions will be logical, analytical and Tricky.
If you are searching for SAS Interview Questions and Answers for 2018, SAS Interview Questions for freshers,
SAS Interview Questions for experienced, TOP SAS Interview Questions,TOP 50 SAS Interview Questions,
TOP 50 SAS Interview Questions, TOP 30 SAS Interview Questions, SAS Interview FAQ’s for 2018, TCS SAS
Interview Questions, Clinical SAS interview questions you are at right place.
proc options
option=rsasuser;
run;
Q14. Which SAS statement is used to read an external raw data file to a DATA
Step?
Infile statement.
Q17. List any three SAS functions that you have used and explain briefly?
LENGTH : It returns the length of an argument not counting the trailing blanks.
SUBSTR : It extracts a substring from an argument starting at ‘position’ for ‘n’ characters (or) until end of no ‘n’.
TRIM : It removes trailing blanks from character expression.
SUN : Sum of non missing values.
INT : It returns the integer portion of the argument.
Q20. Suppose we don’t want any output form a Data Step then how can we
prevent SAS from producing a set?
We can prevent SAS from producing a Set using DAT_Null_
Q21. How would you include comma (or) reuse code to be processed along with
your statement?
By using SAS Macros
Q25. How SAS log messages “numeric values have been converted to
character”?
It implies that automatic conversion took place to make character function possible.
SAS Tutorial
⊩ SAS Tutorial
⊩ SAS Basics
⊩ SAS - Environment