What is SCANPDS?
SCANPDS is a utility designed to search Partitioned Data Set (PDS) members for a specified string. It allows users to locate specific data within PDS datasets, which are commonly used on z/OS systems for storing source code, JCL, and other data.
How does SCANPDS locate PDS members for searching?
SCANPDS can search PDS members by specifying the PDS name directly or by using pattern matching. This flexibility allows users to search specific datasets or a group of datasets based on naming conventions.
What search options are available in SCANPDS?
SCANPDS provides options to control the search, such as case sensitivity and the ability to limit the search to specific member types. These options allow users to refine their searches and obtain more precise results.
What information is included in the SCANPDS output?
The output of SCANPDS typically includes the member name, the line number where the string was found, and the line of text containing the string. This information helps users quickly identify the location of the search string within the PDS members.