Explain the difference between using drop = data set option in set and data statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of _error_? : Sas programming
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What is the maximum and minimum length of macro variable
Give an example where SAS fails to convert character value to numeric value automatically?
how to remove duplicates using proc sql?
What are the difference between sas functions and procedures?
how to write code for left outer join in SAs using datastep?
Name and describe three SAS functions that you have used, if any?
wat has been most common programming mistake?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the basic syntax of a sas program?
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?