2

Is there a way to change my SAS enterprise guide project from running local to run on my sas app server, without making the a new project from the beginning?

Joe
  • 62,789
  • 6
  • 49
  • 67
  • What do you mean with local? Do you have also sas base installed locally? Or are you simply opening a local file but you have a server based installation? Could you clarify a bit? – Umberto Jun 17 '16 at 11:23

1 Answers1

4

In SAS EG, open "Tools" then "Project Maintenance". You can replace all references to your local server with a new server as well as related assets such as librefs, datasets.

We used this little wizard a lot when we did a migration of our site. Works like a charm.

Regards, Vasilij

Vasilij Nevlev
  • 1,449
  • 9
  • 22