Zowe CLI
- Enhancement: The
zowe zos-files copy data-set
command no longer requires the target data set to be preallocated. [##2349] (#2349)
z/OS Files SDK
- Enhancement: The
Copy.dataset
function now creates a new data set if the entered target data set does not exist. #2349 - Enhancement: Added the
maxLength
option to List SDK functions (allMembers
,dataSetsMatchingPattern
,membersMatchingPattern
) to specify the maximum number of items to return. #2409 - Enhancement: Added the
start
option to List SDK functions (allMembers
,dataSetsMatchingPattern
,membersMatchingPattern
) to specify the first data set/member name to return in the response. #2409