BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JoshuaHarris
Obsidian | Level 7
Do we have any code version control when we doing the coding/code changes in SAS Enterprise Guide, which is connected to unix?

Please suggest me anyother tools than the GIT.
1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

Git is the only system that is integrated with SAS Enterprise Guide.  Running code on Unix does not preclude Git, but it does mean that your "working version" of code must be stored in a local cloned repo.  The Git repository can be anywhere: on Windows, Unix, or even GitHub.

 

If your code files can't "leave" your Unix file system, then you'll have to manage the version control outside of SAS Enterprise Guide using other tools such as Subversion, CVS, or another commercial tool.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

View solution in original post

2 REPLIES 2
ChrisHemedinger
Community Manager

Git is the only system that is integrated with SAS Enterprise Guide.  Running code on Unix does not preclude Git, but it does mean that your "working version" of code must be stored in a local cloned repo.  The Git repository can be anywhere: on Windows, Unix, or even GitHub.

 

If your code files can't "leave" your Unix file system, then you'll have to manage the version control outside of SAS Enterprise Guide using other tools such as Subversion, CVS, or another commercial tool.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
JoshuaHarris
Obsidian | Level 7
ThankYou. Am clear now. Very helpful 🙂

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2205 views
  • 0 likes
  • 2 in conversation