zopencommunity / coreutilsport

A collection of basic Unix utilities
Apache License 2.0
0 stars 3 forks source link

`cat` does not accept MVS dataset name as argument #50

Closed mnchava closed 1 year ago

mnchava commented 1 year ago

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.

mnchava commented 1 year ago

FYI @MikeFultonDev