BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DmitryErshov
Obsidian | Level 7

Hello!

 

I work in SAS EG on virtual machine. My EG project contains about 100 SAS programs which are located in different folders (they are not embedded to project). In order to make backup of programs linked to the project I embed them. In order to embed program I right click on it, go to ‘Properties’, and click ‘Embed’ button. I have to repeat these actions 100 times in order to embed all programs.

 

My question: is there some way to embed many programs to EG project at once?

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

Well, it could be made to work with EG Automation.  You can use EG Automation to create a new project, create a new code node with content, and then save the project.

 

So your process would use VBScript or PowerShell or similar, and would do the following:

  • Create an instance of the EG Automation app
  • Create a new project
  • Use native scripting methods to navigate the file system and for each SAS file:
    • create a new code node in the CodeCollection
    • read the content of the SAS file (using scripting file objects)
  • Then, when complete with all files, save the Project file

More details and examples about automation are in this article.

And in this blog post.

SAS Hackathon registration is open! Build your skills. Make connections. Enjoy creative freedom. Maybe change the world.

View solution in original post

3 REPLIES 3
ChrisHemedinger
Community Manager

Well, it could be made to work with EG Automation.  You can use EG Automation to create a new project, create a new code node with content, and then save the project.

 

So your process would use VBScript or PowerShell or similar, and would do the following:

  • Create an instance of the EG Automation app
  • Create a new project
  • Use native scripting methods to navigate the file system and for each SAS file:
    • create a new code node in the CodeCollection
    • read the content of the SAS file (using scripting file objects)
  • Then, when complete with all files, save the Project file

More details and examples about automation are in this article.

And in this blog post.

SAS Hackathon registration is open! Build your skills. Make connections. Enjoy creative freedom. Maybe change the world.
SASKiwi
PROC Star

An alternative to your backup approach would be to use a version control tool with your EG programs. You can easily define what programs make up projects within the VC tool and it means embedding the programs into a project is not required. We use this approach and we never lose a program!

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 5220 views
  • 6 likes
  • 4 in conversation