Hello expets,
Please,
<> is it possible to trace (by sas and unix) the histrory-add, modify, delete - of EGP project ? the program, date, user
<> The history of the file modification : date, user ..
Thank you
SAS EG is a Windows client and the EG project (.egp) is stored on the client side. This excludes principally both UNIX and using SAS (unless you've got a locally installed SAS).
There are ways to version code:
http://support.sas.com/resources/papers/proceedings14/SAS179-2014.pdf
If you're using a recent EG version then also look-up in the EG help what's documented for "File Comparison" and "Program History".
@Patrick : Thank you very much.
Ok, I find the answer
Please, there is a File Comparison Tool with SAS EG 7.1 likes WinMerge, KDiff 3 or Beyond Compare 3
or other ?
All versioning systems work with text files, as differences (deltas) can easily be determined. The compressed format of the egp (hierarchical collection of xml and text in a zip archive) does not lend itself to versioning (the whole binary content of the archive changes).
So, instead of versioning projects, you should start versioning SAS codes.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.