What are the data types does SAS contain?
No Answer is Posted For this Question
Be the First to Post Answer
what are informats in sas? : Sas-administrator
what are the benefits of data integration? : Sas-di
For what purposes have you used sas macros? : sas-macro
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;
How would you delete duplicate observations?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
how do you test for missing values? : Sas programming
What is the difference between %local and %global? : sas-macro
what is sas metadata repository? : Sas-bi
What is the basic syntax style in SAS?
explain the difference between proc means and proc summary?
How to create an external dataset with sas code?