Hi All,
Can you please anyone explian exact difference of the Programme Editor and Enhanced Editor.
Shiva
Hi:
Do you mean the Program Editor in SAS Display Manager versus the Enhanced Editor in SAS Display Manager? If you start up either editor, the changes should be apparent. If you mean the Program Editor in Enterprise Guide versus the Enhanced Editor in Display Manager, there have been a lot of blog posts and user group papers about the new features of the Program Editor. A Google search should help you find the comparisons you are looking for.
cynthia
thank you cynthia for your information
can you please explain brief details about the use of program editor window 9.2 version.
what are the extra useges of program editor.
in our regular works which one is efficient.
Shiva
In SAS BASE 9.2
Program Editor acts more as a command line editor or terminal window if you think Unix. Code submitted disappears and the syntax colouring isn't as well defined.
I would rarely think of a use for it, and generally use the Enhanced editor, it has better colouring, and the code doesn't disappear when you submit it.
I'm sure there's more differences but Enhanced is what most people use nowadays.
The Program Editor is a better "text editor" than Enhanced Editor wich is the prefered by SAS Programmers. It has several features that Enhanced Editor does not like "line commands".
You can find more information in SAS(R) 9.3 Companion for Windows
The program editor is the original editor for SAS Display manager and still the only one available when using Display Manager on non-Windows systems. In addition to its cross system compatibility it includes some powerful editing commands such as:
line commands : Step-by-Step Programming with Base SAS(R) Software
command line commands: Step-by-Step Programming with Base SAS(R) Software which you can generate using command macros (using the / CMD option on the SAS(R) 9.2 Macro Language: Reference ).
The default editor is the Enhanced Editor. The Enhanced Editor is syntax sensitive and color codes your programs making it easier to read them and find mistakes. The Enhanced Editor also allows you to collapse and expand the various steps in your program.
For other operating environments, the default editor is the Program Editor.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.