There is a river notoriously known for it?s large crocodile
population. With ease, how do you safely cross it?
Answer Posted / anup nair
Correct answer: Simply swim across. All of the crocodiles
are attending the Lion King?s animal conference. This
questions your reasoning ability.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the purpose of substr functions in sas programming.
Difference between sum function and using “+” operator?
what is program data vector? : Sas-administrator
What are the applications primarily used by business analyst? : Sas-bi
How sas treats the dsd delimiters?
How many data types are there in SAS?
How can you create a macro variable with in data step? : sas-macro
what are the benefits of data integration? : Sas-di
how can you create zero observation dataset? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is the basic syntax of a sas program?
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 would you invoke a macro? : sas-macro
What are the difficulties u faced while doing vital signs table or dataset?
Explain the use of proc print and proc contents?