What is Linear Regression?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of LRECL option.
What is the use of stop statement?
How would you delete duplicate observations?
What is the difference between match merge and one to one merge?
what is the difference between informat$8. $char8.
What is the basic syntax style in SAS?
how can u join the two tables without using proc sql Joins and nested queries ?
Explain the special input delimiters used in sas programming.
how to delete the duplicates by using proc sql?
Explain the use of proc print and proc contents?
explain the key concept of sas? : Sas-administrator
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?