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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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