The file appears to be 80 byte "records", but since the output is a UNIX file it's simply one long line of 80 byte "records". I also can't figure out how to copy that to an MVS file. Perhaps you would have to reformat it with 'newline' characters after each "record".
That said, you don't need to copy to an MVS dataset. You can simply include it directly from a UNIX file, e.g.:
INCLUDE /usr/lib/GSKSSL.x
------------------------------
Frank Swarbrick
------------------------------