Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IIssueTsoCmdResponse

Index

Properties

cmdResponse

cmdResponse: { message: string }[]

Command response

memberof

IIssueTsoCmdResponse

Optional keywordDetected

keywordDetected: "Y" | "N"

The result of the response detection request. This is returned when the keyword is specified. "Y": Matching record in the response was found. "N": Matching record in the response was not found.

memberof

IIssueTsoCmdResponse

Optional servletKey

servletKey: string

Unique identifier for the servlet entry. It maps to the TSO/E address space in which the TSO/E command is issued. servletKey is returned only when cmdState is stateful for z/OS 2.4 and above

memberof

IIssueTsoCmdResponse

tsoPromptReceived

tsoPromptReceived: "Y" | "N"

Whether the TSO PROMPT sign is received in the command response. "Y": TSO Prompt is Recieved. "N": TSO Prompt is not recieved yet.

memberof

IIssueTsoCmdResponse

Generated using TypeDoc