in which companies SAS openings are there? List of companies
using SAS technology.

Answer Posted / ravi

Parexel,Novartis,Bank of boroda, TCS, Efficacy Pharmacy,
Ventiv international pharmacy, Quintiles, Maxsis IT, ICICI,
3iinfoteh, Polaries .....etc.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how merging helps to combine data sets.

620


what is the use of proc contents and proc print in sas? : Sas-administrator

614


Describe crosslist option in tables statement?

719


What do the PUT and INPUT functions do?

791


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

561






Which command is used to perform sorting in sas program?

599


What do you understand by the term Normal Distribution?

581


How do you specify the number of iterations and specific condition within a single do loop?

630


: and & modifiers.

874


How would you identify a macro variable? : sas-macro

540


explain what is data set in sas? : Sas-administrator

533


what is sas business intelligence? : Sas-bi

599


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.

1784


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1332


What is the differnce between SDTM 3.1.2 to 3.1.1 version

4625