Committing new scripts for review:
NEW - applyviyarules.py:
Reads in a CSV file containing a set of Viya authorisation rules and imports them into Viya.
NEW - createcaslibjson.py:
Reads in a CSV file containing CASLIB parameters and converts and formats it into a json file in a folder name .\caslibs. The json files created are in a format ready for consumption by importcaslibs.py.
UPDATED - importcaslibs.py:
Added the optional argument "--su", as this is often required to create global caslibs.
Note, I had a bit of trouble with the indentation of this script, so the compare of my changes may look more than they are... many were just to regulate the tabulation/indentation.
Committing new scripts for review: NEW - applyviyarules.py: Reads in a CSV file containing a set of Viya authorisation rules and imports them into Viya.
NEW - createcaslibjson.py: Reads in a CSV file containing CASLIB parameters and converts and formats it into a json file in a folder name .\caslibs. The json files created are in a format ready for consumption by importcaslibs.py.
UPDATED - importcaslibs.py: Added the optional argument "--su", as this is often required to create global caslibs. Note, I had a bit of trouble with the indentation of this script, so the compare of my changes may look more than they are... many were just to regulate the tabulation/indentation.