SAS Interview Questions and Answers
Q1 : What are the 3 components in SAS programming? A : The 3 components in SAS programming are: Statements Variables Dataset Q2 : Explain what is the basic structure of SAS program? A : The basic structure of SAS consist of ==DATA step, which recovers & manipulates data. ==PROC step, which interprets the data. Q3 : Mention the validation tools used in SAS? A : For DataSet : Data set name/ debug Data set: Name/stmtchk For Macros: Options: mprint mlogic