What is the difference between using drop = data set option in data statement and set statement?
No Answer is Posted For this Question
Be the First to Post Answer
Name and describe three SAS functions that you have used, if any?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
How do you delete duplicate observations in sas?
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
how will you location sas platform applications available from web browser? : Sas-bi
what can you learn from the sas log when debugging? : Sas programming
What are Dashboard reports?And significance of these in analysis?
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
What SAS statements would you code to read an external raw data file to a DATA step?
sas macros
Explain the difference between informat and format with an example.