issueTsoCommand

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

accountNumber

accounting info for Jobs

command

command text to issue to the TSO address space.

startParams

start tso parameters, see startParams object

Throws

error executing command


fun issueTsoCommand(accountNumber: String, command: String): IssueResponse

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

accountNumber

accounting info for Jobs

command

command text to issue to the TSO address space.

Throws

error executing command