i have a dataset with var1,var2,var3; i want to upload the
titles for the variables . How can we?
What are the default statistics that proc means produce?
Name statements that function at both compile and execution time.
Under what circumstances would you code a SELECT construct instead of IF statements?
What are the Aggregate functions in SQL ?
Why is SAS considered self-documenting?
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 the best practices to process the large data sets in sas programming? : Sas-administrator
what is the difference between proc means and proc tabulate?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
how many data types in sas? : Sas-administrator
What is the order of evaluation of the comparison && logical && relational operators:?
What is the difference between SAS Data step and SAS PROC SQL, and which is better?