Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-LPAR copy fails when copying a LARGE format dataset #2141

Open
KevinLoesch1 opened this issue May 15, 2024 · 3 comments · May be fixed by #2420
Open

Cross-LPAR copy fails when copying a LARGE format dataset #2141

KevinLoesch1 opened this issue May 15, 2024 · 3 comments · May be fixed by #2420
Assignees
Labels
bug Something isn't working priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.

Comments

@KevinLoesch1
Copy link
Contributor

When using the 'zowe files copy dsclp' command to copy a LARGE format dataset and the target dataset does not exist, the command will fail with the following error:

Unable to perform this operation due to the following problem. Invalid zos-files create command 'dsorg' option: PS-L

The Zowe version tested is:

CLI Version: 8.0.0-next.202402221834
Zowe Release Version: V3

@KevinLoesch1 KevinLoesch1 added bug Something isn't working new The issue wasn't triaged yet labels May 15, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad May 15, 2024
Copy link

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.

@JTonda JTonda added priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex. and removed new The issue wasn't triaged yet labels May 20, 2024
@zowe-robot zowe-robot moved this from New Issues to Medium Priority in Zowe CLI Squad May 20, 2024
@zFernand0
Copy link
Member

We should do the same thing we did with recfm and remove validation here:
https://github.com/zowe/zowe-cli/blob/master/packages/zosfiles/src/methods/create/Create.ts#L272-L283

Also, we should probably check that the dsorg starts with PO and PS (below)
https://github.com/zowe/zowe-cli/blob/master/packages/zosfiles/src/methods/create/Create.ts#L253-L259

@zFernand0
Copy link
Member

After considering @adam-wolfe 's question about dsntype,
it's probably in our best interest to also remove our validation for dsn-type.

For reference, here is our current list...
https://github.com/zowe/zowe-cli/blob/master/packages/zosfiles/src/methods/create/Create.ts#L266
and here is IBM's documented list...
https://www.ibm.com/docs/en/zos/3.1.0?topic=dp-subparameter-definition-8

@jace-roell jace-roell self-assigned this Jan 27, 2025
@jace-roell jace-roell linked a pull request Jan 28, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Projects
Status: Medium Priority
Development

Successfully merging a pull request may close this issue.

4 participants