Hello all -
I am seeing some default code getting generated while I am exporting the processflow into a SAS single program in SAS Enterprise guide 8.2, Is there any way to exclude the default code so that I can see only the code related to my process flow.
Any help is appreciated..,
thanks,
Thalla
As soon as the window for "Export all Project Code" opens, you have an option to exclude wrapper code.
thanks for your reply, I tried the same thing that you have mentioned but still I can see lot of line in my exported code. Actually i am using a query builder and a LIST data task in my process flow, So the actual code for these two objects is about 50 lines but after excluding the options in the EXPORT window still I am seeing around 320 lines of code generated when I exported the project. So any other options available for me to exclude the code auto generated when exporting my project?
Are you talking about the macro definitions in your photograph?
The %eg_conditional_dropds is a macro frequently used in code created by EG tasks. It is normally sent from EG to the workspace server when a connection is established, and necessary for EG-created code to work. Therefore you must keep it in the exported code.
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.