15
votes

Is there any solution to open SAS .egp file without having SAS installed on my pc? I need to open project.egp to check my old code but I don't have SAS anymore. Is there any other way to do that?

3

3 Answers

27
votes

A .egp file is a zipped set of xml files (and other things). If you change the extension to .zip, you can open it with any unzipping program, and see the contents. It is possible to extract programs and such from there at that point, though it's not necessarily easy to do as it's fairly messy.

-1
votes

.EGP files contains no code, it's just their possible execution order that might be showing. You need to open the .SAS files imported in the EGP to see the code and to open a .SAS file just use any text editor!

-2
votes