- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-15-2006 04:14 PM
(1054 views)
Is this possible under EG4.1 and Base SAS 9.1.3.
What I want to do is have a colleagues machine access the mass of data on my local hard-drive and use my SAS engine as the server. This, I think, prevents the data from having to be transported across the network, and would allow both of us to run the same projects from different work stations and utilize the same storage location for the mass of temporaries that get created.
Any thoughts are appreciated.
Cheers
Paul
What I want to do is have a colleagues machine access the mass of data on my local hard-drive and use my SAS engine as the server. This, I think, prevents the data from having to be transported across the network, and would allow both of us to run the same projects from different work stations and utilize the same storage location for the mass of temporaries that get created.
Any thoughts are appreciated.
Cheers
Paul
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
If you read SUGI paper 065-31 I presented a way to use SAS Connect in EGuide. I think the following would work:
1. Turn on the share permissions for your colleague to the folder with the data.
2. Run the SAS connect spawner on your machine.
3. he can then use the SAS Connect signon and the rsubmit-endrsubmit sandwich to run the stuff on your machine.
1. Turn on the share permissions for your colleague to the folder with the data.
2. Run the SAS connect spawner on your machine.
3. he can then use the SAS Connect signon and the rsubmit-endrsubmit sandwich to run the stuff on your machine.