Okay I have an interesting automatization idea for my ML process that includes SAS EG. Basically, I have SAS EG project that I use to extract client data that will later be used for ML modeling. I use saspy to establish connection between my SAS Linux server and local windows computer. Currently, I have EG project, from which I extract .sas file that I store and then use in my automatized process. Now that manual work is sometimes problematic, e. g. I make simple changes in EG and forget to export SAS EG to .sas and replace old versions of .sas files that are used. I would like to know, is there any way to program (in Python, PowerShell...) script that automatically extracts .sas file from EG project. I have looked at some COM objects that are used for Outlook (and I use them), but I haven't found that kind of solution for EG Project. So the main idea, I create a script that automatically creates .sas file from SAS EG project, so that every change in SAS EG project will automatically be applied to my ML modelling process that is fully automatized besides this part of .sas code extraction from SAS EG every time I change it. Best regards and thanks for help in advance!
... View more