BookmarkSubscribeRSS Feed
_alex
Fluorite | Level 6

For development I use the Enterprise Guide 8.2 with ordered lists.

At the end I want to have all source codes (program steps) extracted into one single source.

Until now I found "export all code in process flow" and "export all code in project".

Is there somewhere a function "export all code in ordered list"?

3 REPLIES 3
jimbarbour
Meteorite | Level 14

I use EG frequently and have v8.2, but I'm not familiar with what you're talking about.  Can you post a short example of what you're looking for?

 

Jim

_alex
Fluorite | Level 6

I have an EGP project with a few program-steps

- import_customer.sas

- import_sales.sas

- analyse_monthly_sales.sas

- email_statistik.sas

 

To run the program-steps monthly in the desired sequence I use the built-in feature "ordered list".

Now I want to extract that complete code into one single source to give it to someone else.

 

AlanC
Barite | Level 11

In EG, can't you just do File ==> Export? Then have a SAS program run them one at a time using %includes?

 

%include 'file1';

%include 'file2';

%include 'file3';

 

 

https://github.com/savian-net

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1211 views
  • 0 likes
  • 3 in conversation