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.

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!

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.

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!
JoshuaHarris
Obsidian | Level 7
ThankYou. Am clear now. Very helpful 🙂

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
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
  • 2849 views
  • 0 likes
  • 2 in conversation