BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

I have been working on some projects, I make copies of the changes as different versions of the project with save as option.

However, I see that all the projects have same program nodes associated .. thus, none of the different versions I created are different ( they are exactly the same.)

Is there any way I can tell SAS not to associated the newly saved project with its parent project. So it considers all the program nodes as different and updating one doesn't update the previous.

Thanks,

L
1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12
What EGuide version? I have 4.305. I don't recall if it has changed from 4.1.

If you did a SAVE or SAVE AS in the program task in EGuide, then the program itself is stored outside of the project. All the project has inside is a pointer to the program (something akin to %INCLUDE in base SAS). To change all of those when you change the project means that you have to manually copy the files and change the pointers. It can be done, but it is tedious.

If you did NOT use the SAVE or SAVE AS, then EGuide stores the SAS code internal to the project. Then the different versions of the project would do as you wish. The disadvantage to this approach is that you cannot share common code between projects nor use an external editor.

You can check the properties on the program node to see if it is internal or external.

Doc Muhlbaier
Duke

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1 reply
  • 2128 views
  • 0 likes
  • 2 in conversation