Which is the best training institute for SAS in hyderabad.

Answer Posted / madan

Yes, its true to have a good clinical sas programming from
Srinivas Lanka. I was his student who completed SAS under
him 5 years ago. currently i was working in ICON, Chennai as
project Manager.

Is This Answer Correct ?    77 Yes 32 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is character variable converted into numeric variable and vice versa?

598


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.

1779


Which command is used to perform sorting in sas program?

599


Explain bmdp procedure?

614


What are the statements that are executed only?

674






How can you create a macro variable with in data step? : sas-macro

576


How do dates work in SAS data?

684


Describe what are the different levels of administrative users in sas? : sas-grid-administration

600


what can you learn from the sas log when debugging? : Sas programming

610


What do the mod and int function do? : Sas programming

582


How substr function works in sas?

701


what is information maps?

1616


If you could design your ideal job, what would it look like?

2376


How to include or exclude specific variables in a data set?

646


How sas treats the dsd delimiters?

722