Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines the options that can be sent to get a data set or USS file function

export
interface

IGetOptions

Hierarchy

Index

Properties

Optional binary

binary: boolean

The indicator to view the data set or USS file in binary mode Has priority over record for datasets If binary and record are both specified, binary is used

Optional encoding

encoding: string

Code page encoding

Optional localEncoding

localEncoding: string

The local file encoding to pass as a "Content-Type" header

Optional range

range: string

Range of records to return

memberof

IGetOptions

Optional record

record: boolean

The indicator to view the data set in record mode Should not be specified for USS files If binary and record are both specified, binary is used

Optional responseTimeout

responseTimeout: number

The maximum amount of time for the TSO servlet to wait for a response before returning an error

Optional task

Task status object used by CLI handlers to create progress bars Optional

Optional volume

volume: string

The volume on which the data set is stored

Generated using TypeDoc