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 Answers

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.

.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!

5

You can try to open it in Easy Grade Pro 4.0.3

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.