@zowe/zos-files-for-zowe-sdk
Version:
Zowe SDK to interact with files and data sets on z/OS
12 lines • 352 B
TypeScript
/**
* Enumerated type that describes the different kinds of data sets that can be created
*/
export declare const enum CreateDataSetTypeEnum {
DATA_SET_BINARY = 0,
DATA_SET_C = 1,
DATA_SET_CLASSIC = 2,
DATA_SET_PARTITIONED = 3,
DATA_SET_SEQUENTIAL = 4,
DATA_SET_BLANK = 5
}
//# sourceMappingURL=CreateDataSetType.enum.d.ts.map