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 |
What is proc sql pass through facility?
Explain the difference between informat and format with an example.
what has been your most common programming mistake? : Sas programming
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
differnce between 8.2 and 9.1.3
How to write duplicate records into a separate dataset using sort?
Explain substr function?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
How to read the file names of a text files from a shared drive using SAS?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What is the length assigned to the target variable by the scan function?
How would you combine 3 or more tables with different structures?