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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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