Please provide a function "export all code in ordered list".
I found the functions "export all code in process flow" and "export all code in project". But there is no "export all code in ordered list".
For development I use the Enterprise Guide 8.2.
To organize the project I make many small code pieces (e.g. import_data.sas, aggreate_data,sas, export_2_excel.sas).
To run them in a controlled sequence I use ordered lists.
At the end I want to have all source codes (*.sas files) combined into one "single.sas" file.
I tried to use process flows, but this feature doesn't allow to have a code piece (e.g. initialize_libnames) to be part of many process flows and it is very clumsy to organize the sequence of the code pieces.