Zowe CLI
- Enhancement: Added the
--data-set-type
flag to create sequential data set command to allow for creating extended and large formatted sequential data sets. #2141 - Enhancement: Added
--recordRange
flag tozowe jobs download output
command to allow users to select a specific range of records to output from a spool file. #2411 - BugFix: The
zowe zos-files copy data-set
command overwrites the contents of the target data set without user confirmation. A--safe-replace
option was added which prompts the user to confirm before overwriting the contents of the target data set. [#2369] (#2369)
Imperative
- Format fix:
DeferredPromise
andDeferredPromise.unit.test
comment format changed to match standard.
z/OS Files SDK
- BugFix: The
Create.dataSetValidateOptions()
function now correctly handles data set creation when thedsorg
attribute is set toPS-L
by automatically updating thedsntype
attribute toLARGE
. #2141 - BugFix: Fixed an issue in the
Copy.dataSetCrossLPAR()
function where thespacu
attribute of the copied data set was always set toTRK
, regardless of the source data set's attributes. #2412 - BugFix: The
Copy.data.set
function now prompts the user to confirm before overwriting the contents of the target data set with the addition of the--safe-replace
option. [#2369] (#2369)
z/OS Jobs SDK
- Enhancement: Added
--recordRange
flag logic handling toDownloadJobs.downloadSpoolContentCommon()
to to allow users to select a specific range of records to output from a spool file. #2411