Hi All,
After exporting my EG project in order to run it in batch mode, I got the problem below:
When I look at my exported code, whenever there was a query builder, it does not put the original code there but, refers to the EG project rather.
Like in the example below.
I was expecting it to export the code for query builders as well...
Any help to clarify this would be much appreciated,
Thanks
/* START OF NODE: Query for MTH_CUST_IDV_CURR */
%_eg_hidenotesandsource;
%LET _CLIENTTASKLABEL='Query for MTH_CUST_IDV_CURR';
%LET _CLIENTPROJECTPATH=
'/home/lsimon02/SAND_BOX/BHPB_DEV/CRM/original_BHPB_projects/1. CRM_MODEL_V5.egp';
%LET _CLIENTPROJECTNAME='1. CRM_MODEL_V5.egp';
This is only defining macro vars, that are standard in all EG projects... I can't see in you example where it is actually refering to the eg code to run...
With the export there are a number of options to ensure you get what you want... are you sure you have selected the right options
Barry
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.