List out some key concept of SAS
No Answer is Posted For this Question
Be the First to Post Answer
How would you delete observations with duplicate keys?
what other SAS features do you use for error trapping and data validation?
What is the order of evaluation of the comparison operators: + - * /** ()?
how can u convert this 25-jul-2010 from numeric to charcter?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
explain the proc in sas? : Sas-administrator
Mention how to limit decimal places for the variable using proc means?
Can you execute a macro within a macro? Describe. : sas-macro
What are the limitations for memory allocation for SAS variables
What is the command used to find missing values?
Give e an example of..
what is the use of proc sql? : Sas programming