SAS/Expert Profile


Ask A Question

Expertise

BASE SAS, SAS Macros, SAS Automation, SAS STAT, ANALYTICS PACKAGE, DDE, X-Commands, System Functions etc.

Experience in the area

I have been using SAS for more than 7 years.

Organizations

MarketRx, Global Analytics, Morgan Stanley, HSBC

Education/Credentials

Masters in Applied Statistics and Informatics from IIT Bombay. Hons. in Statistics

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Sterling01/17/11101010 
Siddharth09/23/10101010 
Carol04/26/10101010 
siddharth03/04/10101010Hello , proc tabulate data=week f=dollar8.; class week .....
siddharth03/04/10101010Thanks for that. But I'm not really .....

Recent Answers from Ariful Mondal

2011-01-17 A computer Mystery:

Dear Sterling,    Thanks for choosing me to answer this question.     The problem you are facing is due to change in some hardware changes in the system. It is nothing to do with your wireless mouse. This

2010-09-22 MERGING DATASETS WITH DIFFERENT VARIABLE TYPES:

Dear Siddharth,    Lets say you have 3 numeric character variables var_1, var_2, var_3 in a dataset data1. You can convert them to numeric by using following data step:    data data1;  set data1 (rename=(var_1

2010-04-22 Do Loop:

Dear Carol,    Please find below example using arrays of variables.     data mydata;  set mydata;  array  myvars(100) myvar1 myvar2 <add more variables here> myvar100;  array   newvars(100) newvar1 - nevar100

2010-03-06 Multiple Do Blocks in SAS:

Dear Siddharth,    Please see this        data weekly_sales_revenues;  set sales;  IF  "01/11/2009" <= DateofSale < "08/11/2009" THEN DO  Week = "Week1";  end;  Else IF  "08/11/2009" <= DateofSale  < "15/11/2009"

2010-03-04 IF-THEN in SAS:

Dear Siddharth,    I think you have missed some "Then" statement. Please try this and see.    data week;  set sales;  IF DateofSale > '01/11/2009' and DateofSale <= '07/11/2009' THEN   Week = Week1;  Else

 

Ask A Question

SAS

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.