zowe / zowe-client-python-sdk

Eclipse Public License 2.0
39 stars 25 forks source link

Allocate-like does not use the same block-size as the source dataset #295

Closed zFernand0 closed 2 months ago

zFernand0 commented 3 months ago

Describe the bug

When performing an allocate-like (ds.create('hlq.pds.target', {'like':'hlq.pds.source'})), the target dataset gets created with a different block size.

Expected and actual results

Expected the blksz to match 😋

image

Describe your environment

Additional context

Not exactly the same issue, but the resolution could be the same

The fix was on the node-sdk:

github-actions[bot] commented 3 months ago

Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.