Uses of Class
zostso.IssueResponse
-
Packages that use IssueResponse Package Description examples.zostso zos tso console java sampleszostso zos tso console functionality provided by the SDK -
-
Uses of IssueResponse in examples.zostso
Methods in examples.zostso that return IssueResponse Modifier and Type Method Description static IssueResponseIssueTsoCommand. tsoConsoleCmdByIssue(String accountNumber, String cmd)Issue issueTsoCommand method from IssueTso class which will execute the given tso command -
Uses of IssueResponse in zostso
Methods in zostso that return IssueResponse Modifier and Type Method Description IssueResponseIssueTso. issueTsoCommand(String accountNumber, String command)API method to start a TSO address space, issue a command, collect responses until prompt is reached, and terminate the address space.IssueResponseIssueTso. issueTsoCommand(String accountNumber, String command, StartTsoParams startParams)API method to start a TSO address space with provided parameters, issue a command, collect responses until prompt is reached, and terminate the address space.
-