Which function is used to count the number of intervals between two sas dates?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
how to remove duplicates using proc sql?
Mention the difference between ceil and floor functions in sas?
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
Explain the difference between nodup and nodupkey options?
sas implimented companies in hyderabad
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
what is data governance? : Sas-di
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
What is proc sort?