IBM / zoau-samples

A repository for finding and sharing example IBM Z Open Automation Utilities (ZOAU) scripts and snippets.
Apache License 2.0
41 stars 22 forks source link

Add the smpe_list.py sample #11

Closed Degilio closed 3 years ago

Degilio commented 3 years ago

This contains sample code for converting JCL into Python. It uses the list function of SMPE as a base. The Python code has passed Flake8 and has been reviewed by multiple Python experts. Hopefully it is good enough. There is also a YAML file that the code needs to run.

Degilio commented 3 years ago

OK - Not only fixed everything. Also formatted it with black...