Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SendTso

Class to handle sending data to TSO

Hierarchy

  • SendTso

Index

Methods

Static Private createResponse

Static getAllResponses

Static getDataFromTSO

  • getDataFromTSO(session: AbstractSession, servletKey: string): Promise<IZosmfTsoResponse>
  • API method is used to get response data from a TSO address space.

    memberof

    SendTso

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • servletKey: string

      servlet key of address space

    Returns Promise<IZosmfTsoResponse>

    • z/OSMF response object, @see {IZosmfTsoResponse}

Static sendDataToTSOCollect

  • sendDataToTSOCollect(session: AbstractSession, servletKey: string, data: string): Promise<ISendResponse>
  • API method to send data to already started TSO address space, but will read TSO data until a PROMPT is reached.

    memberof

    SendTso

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • servletKey: string

      servlet key returned from a successful start

    • data: string

      data to send to the TSO address space.

    Returns Promise<ISendResponse>

    SendTso response object, @see {ISendResponse}

Static sendDataToTSOCommon

Generated using TypeDoc