What are the 3 components in sas programming?
for report generation which one you used proc report or data_null_?
Are you involved in writing the inferential analysis plan? Tables specfications?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what are input dataset and output dataset options? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Name types of category in which SAS Informats are placed?
Difference between sum function and using “+” operator?
what is the use of proc sql? : Sas programming
How would you determine the number of missing or nonmissing values in computations?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what type of graphs we will create(for 2+years candidates)?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the difference between using drop = data set option in data statement and set statement?
How would you identify a macro variable? : sas-macro