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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 909 views
  • 0 likes
  • 2 in conversation