The cat command fails when a dataset name is specified like this:
$ /global/zopen/prod/coreutils/bin/cat "//'JURIBE.TEST.SEQ.COPY'"
cat: "//'JURIBE.TEST.SEQ.COPY'": EDC5129I No such file or directory. (errno2=0x05620062)
I expected the same behavior as the z/OS shell cat tool, which allows using MVS dataset names like in this doc page.
The
cat
command fails when a dataset name is specified like this:I expected the same behavior as the z/OS shell
cat
tool, which allows using MVS dataset names like in this doc page.