what is sas? is a package or tool? give me introduction
about sas?

Answer Posted / k ramesh sas trainer in stg

sas is statistical analysis system which is integrated
package can be use which way you want
sas is for data base
sas is for data retrive and access
sas is for data management
sas is for data warehouse
sas is for data mining
sas is for data entry
sas is for data analysis by statistics knowledge
sas is for data reporting
sas is for web devolapment
sas is for graphics
sas is for easy programming language
sas is for dicision making
sas is for forcasting
sas is for unlimited storege data base
sas is for graphs

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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 are the default statistics that proc means produce?

606


Which statement does not perform automatic conversions in comparisons?

1205


What are the scrubbing procedures in sas?

577


Enlist the syntax rules followed in sas statements.

620






Name few SAS functions?

670


What is a method to debug and test your SAS program?

726


which features do you use to check the data validations and errors? : Sas-administrator

554


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

608


what is SAS OPTIMIZATION?

1818


What is the difference between where and if statement?

624


List down the reasons for choosing sas over other data analytics tools.

812


What is the difference between proportion and average?

2761


Can you execute a macro within a macro? Describe. : sas-macro

678


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

806