v8.13.0
·
1442 commits
to master
since this release
Zowe CLI
- Enhancement: Added the
--data-set-typeflag to create sequential data set command to allow for creating extended and large formatted sequential data sets. #2141 - Enhancement: Added
--recordRangeflag tozowe jobs download outputcommand to allow users to select a specific range of records to output from a spool file. #2411 - BugFix: The
zowe zos-files copy data-setcommand overwrites the contents of the target data set without user confirmation. A--safe-replaceoption was added which prompts the user to confirm before overwriting the contents of the target data set. [#2369] (#2369)
Imperative
- Format fix:
DeferredPromiseandDeferredPromise.unit.testcomment format changed to match standard.
z/OS Files SDK
- BugFix: The
Create.dataSetValidateOptions()function now correctly handles data set creation when thedsorgattribute is set toPS-Lby automatically updating thedsntypeattribute toLARGE. #2141 - BugFix: Fixed an issue in the
Copy.dataSetCrossLPAR()function where thespacuattribute of the copied data set was always set toTRK, regardless of the source data set's attributes. #2412 - BugFix: The
Copy.data.setfunction now prompts the user to confirm before overwriting the contents of the target data set with the addition of the--safe-replaceoption. [#2369] (#2369)
z/OS Jobs SDK
- Enhancement: Added
--recordRangeflag logic handling toDownloadJobs.downloadSpoolContentCommon()to to allow users to select a specific range of records to output from a spool file. #2411