how sas deals with business intelligence? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
Why is a STOP statement needed for the point=option on a SET statement?
What is the difference between class statement and by statement in proc means?
how to generate the test data in sas without input data? : Sas-administrator
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
how can you create zero observation dataset? : Sas programming
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
what is treatment emergent events and treatment emregent adverse event
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?
is data integration and etl programming is same? : Sas-di
Explain what is the use of proc gplot?
what is the difference between proc report and proc format?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here