Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to handle issue command to TSO

Hierarchy

  • IssueTso

Index

Methods

Static issueTsoCommand

  • API method to start a TSO address space, issue a command, collect responses until prompt is reached, and terminate the address space.

    memberof

    IssueTso

    Parameters

    • session: AbstractSession

      z/OSMF connection info

    • accountNumber: string

      accounting info for Jobs

    • command: string

      command text to issue to the TSO address space.

    • Optional startParams: IStartTsoParms

      optional object with required parameters for starting TSO address space, @see {IStartTsoParms}

    Returns Promise<IIssueResponse>

    IssueTso response object, @see {IIssueResponse}

Static issueTsoCommandCommon

Generated using TypeDoc