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

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 796 views
  • 0 likes
  • 2 in conversation