what is Enterprise Guide?what is the use of it?
Answers were Sorted based on User's Feedback
Answer / arun & g.n.rao
SAS ENTERPRISE GUDIDE IS A SEPERATE LICENSED TOOL FOR
PERFORMING ANALYSIS ON THE DATA WITH OUT WRITING ANY CODE.
IT IS JUST POINT AND CLICK TO PERFORM ALL THE TASKS LIKE
PRINT, GCHART, STATS ETC.
CURRENT VERISION FOR ENTERPRISE GUIDE IS 4.1
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / 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 |
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
is there any differnce between proc means and proc summary?
AE datasets names? how many types?
Write a SAS macro to calculate number of numbers in an email address
How we can call macros with in data step? : sas-macro
how can u convert this 25-jul-2010 from numeric to charcter?
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
If money were no object, what would you like to do?
What is SAS Information Map Studio and its purpose ?
proc means? proc sort? proc append? proc freq? proc print? proc content?
what are input dataset and output dataset options? : Sas programming
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too