zopencommunity / zos-code-page-toolsport

Tools for working with z/OS code pages
Apache License 2.0
0 stars 0 forks source link

Usability questions #3

Open gngrossi opened 8 months ago

gngrossi commented 8 months ago

Are these results expected?

Running the commands display the usage/help with a RC=255 aeconv aeconv -h aeconv -help aeconv --help

Does running aeconv require running tagfile? aeconv -e2a GGTT && tagfile GGTT >/dev/null 2>&1

--

What does this do? tagfile Done, 0 errors detected

Running the commands display the usage/help with a RC=255 tagfile -h

tagfile -help option e unknown

tagfile --help option - unknown

--

Running the commands display the usage/help with a RC=255 cat2 -help cat2 --help

--

Running the command displays usage/help with a RC=255 utf8-verify -h

Running the commands with a RC=255 utf8-verify -help unexpected option e unknown. see -h

utf8-verify --help unexpected option - unknown. see -h

IgorTodorovskiIBM commented 8 months ago

@ccw-1 are you able to comment?

gngrossi commented 4 months ago

Used tagfile -d Not sure why the messages returned: "changing" and then "errors detected".

--

bash-5.2$ file OP OP: text

bash-5.2$ ls -lT OP

bash-5.2$ tagfile -d OP file: OP changing file tag from t:0 ccsid:0 to t:1 ccsid:1047 Done, 1 errors detected

bash-5.2$ ls -lT OP

11:20:16 RC=(0) [SYSA] bash-5.2$ cat OP ▒▒▒▒▒11:20:22 RC=(0) [SYSA] bash-5.2$

11:20:24 RC=(0) [SYSA] bash-5.2$ /bin/cat OP hello

IgorTodorovskiIBM commented 4 months ago

@ccw-1, FYI