What is the use of stop statement?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the Program Data Vector (PDV) and What are its functions?
Please write codes to merge two datasets and keep every record in the first dataset.
What is the good sas programming practices for processing large data sets?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
What is the difference between reading data from an external file and reading data from an existing data set?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Mention some common errors that are usually committed in sas programming.
How would you define the end of a macro?
What is the length assigned to the target variable by the scan 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
How do you connect the desktop application to metadata server? : sas-grid-administration