Skip to content

This project demonstrates a method to call Python from IBM’s ILE-RPG, including parameters and return values.

Notifications You must be signed in to change notification settings

Justin-E-Taylor/RPG-calling-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RPG-calling-Python

This project demonstrates a method to call Python from IBM’s ILE-RPG, including parameters and return values. The heavy lifting is done with Scott Klement’s UNIXCMD library (https://www.scottklement.com/unixcmd/). The input parameters are in the form of command line arguments. The return values are via stdout. Multiple return rows are supported, and they can take the form of raw text, JSON, comma-separated, etc.

About

This project demonstrates a method to call Python from IBM’s ILE-RPG, including parameters and return values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages