Is it possible to do sorting tranformation in charecter
variable??if can tell me one eg..
is there any difference between proc summary and proc means?
How would you delete observations with duplicate keys?
What are the uses of sas?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
which stats created by proc means that are not created by proc summary or vice versa?
Name the option to produce a frequency line items rather that a table.
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 do you test for missing values?
code the tables statement for a single level frequency?
which date functions advances a date time or date/time value by a given interval? : Sas programming
how could you generate test data with no input data? : Sas programming
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?