pds: Some PDS operations may have unexpected behavior #2390
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.
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 🙏zowe-cli/packages/zosfiles/src/methods/copy/Copy.ts
Line 204 in 14986b1
The text was updated successfully, but these errors were encountered: