Zos Dsn
class ZosDsn(var connection: ZOSConnection, var httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)
ZosDsn class that provides CRUD operations on Datasets
Constructors
Link copied to clipboard
fun ZosDsn(connection: ZOSConnection, httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)
Functions
Link copied to clipboard
Creates a new dataset with specified parameters
Link copied to clipboard
Retrieves the information about a Dataset.
Link copied to clipboard
Replaces the content of an existing sequential data set with new content.
Replaces the content of a member of a partitioned data set (PDS or PDSE) with new content. A new dataset member will be created if the specified dataset member does not exist.