Hi,
Can a SAS EG project generate its own metadata? In particular, I'm looking for a list dataset names and respective variable names that an EG project points to, something similar to SASHELP.VCOLUMN in base SAS?
Rommel
Most of this information would only 'exist' as the result of running the project. After which you could collect the information using things like the dictionary tables. The egp file itself will contain some information you may be looking for, but also, this is pretty much only after a project is run. Depending on specifically what you want there are some caveats or other ways of going about collecting the information, but nothing probably as easy as you are hoping for.
This may be useful to you. As far as I am aware EG projects are not self-documenting nor do they get automatically added to SAS server metadata.
http://blogs.sas.com/content/sasdummy/2013/01/25/egp-search-tool2/
In addition to the EGP Searcher referenced by you can also try the Project Reviewer task. And you can use the automation API to write scripts that "scrape" details from your project.
Chris
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.