What is slibref?
No Answer is Posted For this Question
Be the First to Post Answer
How do you debug and test your SAS programs?
Name and describe three SAS functions that you have used, if any?
what is fact table and factless table?
how to perform paired t-test using Base/SAS & SAS/Stat?
what is the difference between DUPKEY and NODUPKEY???
is QUALCOMM using SAS ?
what are methods to identify duplicate observations?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
how does sas handle missing values in sort order? : Sas programming
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
What is proc sort?
Explain the purpose of substr functions in sas programming.