Replies: 1 comment 3 replies
-
|
Yeah, C4i uses a lot of PASE / OSS utilies behind the scene, like Glad you found the cause. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
This is not necessarily a "bug" but what I was finding was that when I tried to use the 'IFS Browser' to list the files in my home directory it showed error "/QOpenSys/pkgs/bin/stat: invalid option --'C'" and did NOT show any files.
After considerable investigation I eventually found out that this was caused by having a file named '-C' located in my home directory. Deleting that file made the error go away. I had almost certainly inadvertently created that file while trying to figure out how to use the QSH('touch ...') command with the -C option for CCSID.
I include this here in case anybody is searching for the same error message.
Beta Was this translation helpful? Give feedback.
All reactions