I'm using SAS Enterprise Guide 4.1 and my projects consist of a lot of code. That code is organized in external .sas files, mainly because .egp files are binary and plain text .sas files work better with git.
Problem is that SAS EG 4.1 uses apsolute paths to reference an external .sas file, so moving the project to different PC breaks the references to the code files (unless the other PC uses the same directory structure).
Is there any way to force SAS EG 4.1 to use relative paths (seems that SAS EG 4.3 uses relative paths, but upgrade is not an option). If not, is there at least a smart way to easily move projects?
For now, every time I have to move the project I embed the code into the project (which breaks revision control). Alternative is to delete all the references from the project and re-add them (which is a lot of work).