BookmarkSubscribeRSS Feed
MarcoRQ
Calcite | Level 5

Hi,

Is it possible to run a process flow in the autorun ?

4 REPLIES 4
LinusH
Tourmaline | Level 20

Can you provide with a little more informaiton?

Do you mean a process flow in Scheduling Server in SAS Management Console?

And what do you mena by autorun, do you refer to autoexec?

Data never sleeps
MarcoRQ
Calcite | Level 5
Ah yes! Autoexec, not autorun.

I would like to launch autoexec by script and then lauch a specific process flow by calling it at the end of the autoexec code.

I want to automate multiples sas project by script by only executing the autoexec.
SASKiwi
PROC Star

What sort of process flow? There's a whole bunch of SAS apps that do process flows and we don't know which one you mean. LSF scheduler process flow, EG process flow, SAS Studio process flow, DataFlux process flow etc etc.

LinusH
Tourmaline | Level 20

Regardless of what type of process you intend to call, it's not good practice to use an autoexec for this.

The autoexec is typical generic for multiple use cases/users etc.

Orcestrating SAS jobs/programs etc could be done in several ways, what's preferred is absed on your use case/situation:

  • SAS progam using %include
  • Windows bat/Unix shell script, calling SAS jobs using program file name as parameter (hint: sysin)
  • Scheduling software, ranges from simple start on a specific time (cron/Windows task) to more advanced. If you have licensed any SAS software  which using "Intelligence Platform" in SAS 9.4, you can use the Scheduling Server plugin in SAS Management Console to administer/control this.
Data never sleeps

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 4 replies
  • 627 views
  • 0 likes
  • 3 in conversation