Skip to main content

About PDS/PDSE Members List Dialog

This dialog obtains the list of file/member names located in the selected PDS/PDSE library.

PDS Name is a PDS/PDSE Name on z/OS.

Wild Card is the pattern used to select the member names of interest.

When a wild card is included, the z/OS is searched for all member names that match the specified pattern.

Examples:

1. Select all member names that start with 'PROG'.

      PROG*   
   

2. Select all member names that contain the word 'TEST' anywhere in the name.

      *TEST*    
   

3. Select all member names that contain A in position 3 and B in position 7.

      **A***B* 
   

** end of document **