what does the run statement do? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
describe the interaction table in sas di? : Sas-di
What is the difference between nodupkey and nodup options?
How do you add a number to a macro variable?
Under what circumstances would you code a SELECT construct instead of IF statements?
How to create list output for cross-tabulations in proc freq?
What other SAS features do you use for error trapping and data validation?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
. Which date advances a date, time or date/time value by a given interval?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
Why and when do you use proc sql?