Mention what are the data types does SAS contain?
No Answer is Posted For this Question
Be the First to Post Answer
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
Describe the ways in which you can create macro variables? : sas-macro
Which function is used to count the number of intervals between two sas dates?
what are some differences between proc summary and proc means? : Sas programming
what has been your most common programming mistake? : Sas programming
Can you explain the process of calendar?
What is the size of PDV?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Did you used proc test? when?
0 Answers Accenture, Quintiles,
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..
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What are the difference between ceil and floor functions in sas?