BookmarkSubscribeRSS Feed
PatrykSAS
Obsidian | Level 7

Hello,
I have a complex process that starts in SAS Data Integration Studio and then ends in python. I would like to make a python script that will run jobs in SAS DI. Do you know how I can run jobs with python?

1 REPLY 1
LinusH
Tourmaline | Level 20

Do you want Python to control the execution order of DI Studio jobs?

Potentially call jobs with parameters?

DI studio jobs are SAS progams, and are executed by calling SAS executable. If you can do that from Pythonm that's one option.

I you "only" need to execute Python code as part of your flow you can have SAS call Python i guess, or having a master scripts that blends the two worlds.

 

https://communities.sas.com/t5/SAS-Data-Management/Integrating-Python-code-in-SAS-DI-Studio-Job/td-p...

 

 

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
  • 1 reply
  • 588 views
  • 0 likes
  • 2 in conversation