I’m attempting to open an MVS file with Python.
I can do a:
cat “//‘XXX.YYY’”
and display the file just fine.
However, I’m having trouble opening the file with Python.
Pretty sure it has something to with needing to ESCAPE some of the characters in the file name
Any ideas?
Thanks,
