UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

7 lines (6 loc) 250 B
import { IDataSet } from "../api/doc/IDataSet"; /** * Converts the name of a data set to an IDataSet * @param {string} name - the name in the form USER.DATA.SET | USER.DATA.SET(mem1) */ export declare function getDataSet(name: string): IDataSet;