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

pds: Some PDS operations may have unexpected behavior #2390

Open
Tracked by #2418
zFernand0 opened this issue Dec 16, 2024 · 1 comment
Open
Tracked by #2418

pds: Some PDS operations may have unexpected behavior #2390

zFernand0 opened this issue Dec 16, 2024 · 1 comment
Labels
bug Something isn't working priority-low Legit issue but cosmetic or nice-to-have severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.

Comments

@zFernand0
Copy link
Member

When checking for whether a data set is a PDS, we should consider changing the checks to a startsWith("PO") to make sure we cover PO-E, PO-L, PO-U, (and others?), and to avoid typos 🙏

if((targetDataSetObj.dsorg == "PO" || targetDataSetObj.dsorg == "POE") && targetMember == undefined)

@zFernand0 zFernand0 added the bug Something isn't working label Dec 16, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Dec 16, 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-low Legit issue but cosmetic or nice-to-have severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex. labels Jan 6, 2025
@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe CLI Squad Jan 6, 2025
@adam-wolfe adam-wolfe mentioned this issue Jan 22, 2025
11 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-low Legit issue but cosmetic or nice-to-have severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants