Approximately what date is represented by the SAS date value of 730?
No Answer is Posted For this Question
Be the First to Post Answer
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What is highest missing value for numeric?
how to change the execute of macro
how to generate the test data in sas without input data? : Sas-administrator
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Differences between where and if statement?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
wat has been most common programming mistake?
How to limit decimal places for variable using proc means?
Name statements that function at both compile and execution time.