Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to zowe tso send as to skip waiting for TSO READY response #2270

Open
adam-wolfe opened this issue Sep 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request new The issue wasn't triaged yet

Comments

@adam-wolfe
Copy link
Contributor

adam-wolfe commented Sep 19, 2024

Is your feature or enhancement request related to a problem or limitation? Please describe

When scripting around TSO, there are occasions where I will never receive a ready response, for example with lines 4&5 in the script:

zowe tso send as $key --data "ALLOC FI(OUTDD) DA(*)"
zowe tso send as $key --data "ALLOC FI(NEWDD) DS('ADAM.TEST.CBL') SHR REUSE"
zowe tso send as $key --data "ALLOC FI(SYSIN) DA(*)"
zowe tso send as $key --data "CALL *(ISRSUPC) 'SRCHCMP,ALLMEMS'" 
zowe tso send as $key --data "SRCHFOR 'COBOL'"
zowe tso send as $key --data "/*"

Currently, there is no way to tell Zowe CLI to send the data and exit without waiting for a READY prompt.

Describe your enhancement idea

Add a flag to the zowe tso send as command that will return immediately without waiting for a response from TSO.

Describe alternatives you've considered

It is possible to run these scripts manually, using CTRL+C to exit Zowe CLI when necessary, but automating this requires extra work.

Provide any additional context

@adam-wolfe adam-wolfe added enhancement New feature or request new The issue wasn't triaged yet labels Sep 19, 2024
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new The issue wasn't triaged yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant