zowe / zowe-cli

Zowe CLI
Eclipse Public License 2.0
108 stars 85 forks source link

Search for a string in members of a PDS #2095

Closed adam-wolfe closed 1 month ago

adam-wolfe commented 3 months ago

Is your feature or enhancement request related to a problem or limitation? Please describe

Zowe CLI and Explorer users do not have an automated way to search for a string in members of a PDS. Currently, the only options are to download the entire PDS to a local hard drive and perform a search locally or go into ISPF and perform a SRCHFOR operation there.

Describe your enhancement idea

It would be useful to have something similar to the zowe jobs search job command but for PDSs. Ideally, this functionality could eventually be used by Zowe Explorer, where users are more likely to be interacting directly with their data sets.

Describe alternatives you've considered

Provide any additional context

github-actions[bot] commented 3 months ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.

adam-wolfe commented 1 month ago

Implemented by #2121.