Which SAS book for enterprise guide?

  • Thread starter Thread starter semidevil
  • Start date Start date
  • Tags Tags
    Book
AI Thread Summary
SAS Enterprise Guide 7.1 allows users to utilize a drag-and-drop interface while still enabling coding through Base SAS. To effectively learn SAS programming, understanding Base SAS is essential, as it enhances the use of Enterprise Guide's features. Users can create code nodes within the software, which function as standard Base SAS programs. For learning resources, it is recommended to obtain a Base SAS book for coding skills and an Enterprise Guide book for understanding the software itself. Some users suggest that those with a coding background may benefit from concise SAS notes or documentation that focus on practical applications rather than verbose introductions. Overall, familiarity with both Base SAS and the specific functionalities of Enterprise Guide is crucial for maximizing the software's capabilities.
semidevil
Messages
156
Reaction score
2
My company has SAS enterprise guide 7.1 installed and I figured I want to take advantage to learn SAS programming.

Just browsing online, it appears that SAS Enterprise guide is a 'drag and drop' type software, but you can still have access to writing your own code...is that correct?

If so, is the syntax just like any other SAS software? Basically, I want to learn SAS, but I'm interested in the 'coding' aspect of it, what book should I get?
 
Technology news on Phys.org
I don't use Enterprise Guide much, but yes, you can drag and drop to add nodes to a tree. One of the node types you can create is a code node, which is just a Base SAS program. From what I hear you'll need to be able to program in Base SAS to get the most out of EGuide, but you will need to understand the other node types too.

I can't recommend a book I'm afraid. I learned Base SAS from my boss' code and I think I've told you everything I know about EGuide. :wink: There are a few other SAS users around who may be able to offer more suggestions - @DrDu and @andrewkirk off the top of my head.
 
Thanks! I think that makes sense. So to learn the basics of Eguide, I can get an EGuide book, but for the coding, I'll need to get a base SAS book?
 
Sorry, never used EGuide myself and don't know anything about it.
 
semidevil said:
I want to learn SAS, but I'm interested in the 'coding' aspect of it, what book should I get?
You sound like you have a coding background. If so you might find this set of SAS notes of some use. I made them on the fly as I was teaching myself SAS while doing a project in it. I have a background in coding so I found all the internet introductions much too verbose and time-consuming to use, since they are aimed at non-coders.
It's scrappy and extremely incomplete but, like with most software, once you get the general lie of the land, it becomes easy to quickly find any additional info by internet search, which is usually about just finding out the right keyword for an operation.
While looking for that doc, I also found this doc in my directories. I can't remember where I got it, but it looks like it has useful introductory info that would complement the above.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top