what versions of sas have you used (on which platforms)? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What are the applications primarily used by business analyst? : Sas-bi
what is snowflake schema? : Sas-di
what is fact table and factless table?
how does sas handle missing values in a merge? : Sas programming
Mention what is SAS data set?
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
What are symbol tables?Differemce between Local N Global Symbol tables.....
What is the difference between a PROC step and a DATA step?
how to generate report for 0 observation dataset?
What are the different types of sas functions?
how does sas handle missing values in sort order? : Sas programming
what is the usage for assigning error=1 in a dataset ?