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

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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
  • 1639 views
  • 0 likes
  • 3 in conversation