what is Enterprise Guide?what is the use of it?

Answer Posted / chiranjeevi

SAS Enterprise Guide is designed for use by business
analysts, programmers and statisticians.
Enterprise Guide is a project-oriented Windows application
designed to enable quick access to much of the analytic
power of the SAS System for statisticians, business
analysts, and SAS programmers.
current version:Enterprise guide 4.1

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is enterprise guide? What is the use of it? : Sas programming

533


Which function is used to count the number of intervals between two sas dates?

566


how does sas handle missing values in functions? : Sas programming

597


how could you generate test data with no input data? : Sas programming

619


What are symget and symput? : sas-macro

727






Define run-group processing?

579


explain about various caches available in data integrator? : Sas-di

576


AE datasets names? how many types?

2071


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.

1772


what is business intelligence? : Sas-bi

577


What is the use of divide function?

600


Name few SAS functions?

664


how can you put a "trace" in your program? : Sas programming

575


how do you debug and test your sas programs? : Sas programming

558


Explain why double trailing @@ is used in input statement?

569