sas implimented companies in hyderabad
Answers were Sorted based on User's Feedback
Answer / suri
wipro,accenture,delloite,conseco data india services pvtltd,
tcs,novartis
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / sri
First one thing we need to say,its not implemented,its
actually a tool, so you can say SAS using companies...
Pharma&CRO:Paraxel,ICON,Ranbaxy,Novartis,Reddy's,Laxai
Avanti,I3 Pharma,etc...
BFSI: HSBC,Barclays,RBS,Citi,HDFC,JPM Chase,AMEX,etc...
Third Party Analytics companies:
Genpact(largest in this sector),Inductis,Cognylitics,MU
sigma,Dunhumby,etc..
S/W consulting and BPO: Accenture,TCS,CTS,Wipro,TEch
Mahindra,Satyam,etc
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / naveen
paraxel, wipro, accenture, novertis, HSBC, delloite, infosys, keane India.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / anitha
paraxel, wipro, accenture, novertis, HSBC, delloite,
infosys, keane India, vasundhara software solutions,Arabindo
pharama,Genpact.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / qqqqqqqq
paraxel, wipro, accenture, novertis, HSBC, delloite,
infosys, keane India
| Is This Answer Correct ? | 7 Yes | 1 No |
what are different analysis datasets you created and what are the new variables created
Name statements that function at both compile and execution time?
What is the difference between the proc sql and data step?
How to merge the data using merge statement and proc format? Is the result is same ?
What would you change about your job?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
Mention the category in which sas informats are placed?
how will you locate the sas platform applications? : Sas-bi
differnce between 8.2 and 9.1.3