This is a golang rewrite of my Python 3 program that reads the Hercules prt00e, prt00f and prt002 text files from MVS (tk4- in my case) which contains multiple jobs, back to back and parses the jobs out to individual text files. It is meant to run within the Hercules "prt" subdirectory.
billb2050/parsejob.go
Reads the local Linux Hercules prt00e.txt and prt00f.txt output which contains multiple jobs, and splits each job out to it's own file.
Go