What is SAS? is it a software just for use or we can creat
something over there?

Answer Posted / satish

SAS is a Software tool where we can apply data step/procedure to create analysis dataset from raw datasets.
It is one of the best tool to create reports , listing , graphical representation for the developed analysis datasets.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of divide function?

611


What does P-value signify about the statistical data?

856


why is a stop statement needed for the point=option on a set statement? : Sas programming

591


Mention sas system options to debug sas macros.

666


what are _numeric_ and _character_ and what do they do? : Sas programming

680






If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

712


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.

1782


What areas of SAS are you most interested in?

1071


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

634


How to limit decimal places for variable using proc means?

595


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1667


What commands are used in the case of including or excluding any specific variables in the data set?

596


name the scheduler for scheduling job and explain the scheduler? : Sas-di

601


what is business intelligence? : Sas-bi

586


Explain the difference between nodup and nodupkey options?

613