zowe / zowe-explorer-intellij

IntelliJ Zowe Plug-in that provides possibility to interact with z/OS features. Has Zowe Kotlin SDK as it's core to interact
Eclipse Public License 2.0
9 stars 4 forks source link

Incorrect behaviour of TSO CLI. #143

Closed VKrus closed 7 months ago

VKrus commented 11 months ago

I can't normally execute RACF commands in TSO CLI. When opening the console, the first command seems to be executed, while at first I get the message Ready, and then the command seems to be executed a second time (without any action from my side), and, of course, it fails. For example, this is the show case for DELUSER command. image Firstly I got message Ready, that identifies successful execution of first command, but than I got INVALID USERID. And I think it is because of the fact that the plugin tries to send same command second time, and it fails, because the user is no longer there (a similar problem for ADDUSER). And when you try to execute commands further (not even RACF commands), then nothing works anymore, as if it sends a message to enter a new operand, and it constantly starts saying INVALID USERID. image

Steps To Reproduce

  1. Create TSO console;
  2. Execute ADDUSER TSTUSER1; image
  3. Try to send any more command. image