This entry was posted in General. Bookmark the permalink. Post a comment or leave
No Answer is Posted For this Question
Be the First to Post Answer
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
what are sas bi dashboard components? : Sas-bi
how to write code for left outer join in SAs using datastep?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
what is the use of sas management console? : Sas-di
What is the order of evaluation of the comparison operators: + - * /** ()?
WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
Explain why double trailing @@ is used in input statement?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
What SAS statements would you code to read an external raw data file to a DATA step?