-
Hi folks, i want to post a question about this in the zowe-cli slack channel, but unfortunatly i get an empty window somehow. We are working on a vscode extension to issue tso, zosmf calls, etc. When i issue a tso status command, the tso profile is fairly standard Can this behaviour be avoided somehow? zowe --version Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected behavior for the
If this behavior is undesirable, you can use other commands in the |
Beta Was this translation helpful? Give feedback.
This is expected behavior for the
zowe zos-tso issue command
command based on its description:If this behavior is undesirable, you can use other commands in the
zos-tso
group to start/stop a single address space and send a command to the already existing address space. You can also do this using the@zowe/zos-tso-for-zowe-sdk
package in a VS Code extension - see the "Demonstrate starting, pinging, and stopping a TSO address space" section here.