issue Tso Command
fun issueTsoCommand(accountNumber: String, command: String, startParams: StartTsoParams): IssueResponse
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.
Return
issue tso response, see IssueResponse object
Parameters
account Number
accounting info for Jobs
command
command text to issue to the TSO address space.
start Params
start tso parameters, see startParams object
Throws
error executing command
API method to start a TSO address space, issue a command, collect responses until prompt is reached, and terminate the address space.
Return
issue tso response, see IssueResponse object
Parameters
account Number
accounting info for Jobs
command
command text to issue to the TSO address space.
Throws
error executing command