Replies: 6 comments 4 replies
-
|
For context: We could employ the same technique as cat and cp where if we detect an invalid arg, we call the /bin version. |
Beta Was this translation helpful? Give feedback.
-
|
or add the z/OS function to the open-source and upstream it so there is only one tool |
Beta Was this translation helpful? Give feedback.
-
|
tis a shame the z/OS source can't be open-sourced so you could take it and upstream the z/OS distinctives :) |
Beta Was this translation helpful? Give feedback.
-
|
Had issue with |
Beta Was this translation helpful? Give feedback.
-
|
great catch |
Beta Was this translation helpful? Give feedback.
-
|
Does the zopen version offer anything that the z/OS version does not? Not sure why the zopen version even exists. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I tried the following command using the
zotversion oficonvand it fails big time as it does not understand-Ficonv -F -t IBM-1047 envdelta.shThen I tried:
iconv -F -t IBM-1047 envdelta.shAnd it failed with the converted data being garbage.
Then I tried
/bin/iconv -F -t IBM-1047 envdelta.shand it worked perfectly.
But the
manpage on the system is the one from z/OS and not fromzotassuming there is an updatedmanpage.Beta Was this translation helpful? Give feedback.
All reactions