PDS member Management


A Partitioned Dataset (PDS) in ISPF mainframe is like a folder that contains multiple files, referred to as members. Each member in a PDS can hold source code, JCL (Job Control Language), configuration files, or other types of text data. PDS Member Management in ISPF allows users to view, edit, delete, rename, copy, and manage members within a PDS. ISPF provides an interactive and user-friendly interface to manage PDS members.

Navigation -

Step-1: Option 3.4 (Data Set List Utility) from ISPF Primary Option Menu (ISPF Home Menu).

DataSet Utility Panel

Step-2: From the Data Set List Utility panel, enter the PDS in the Dsname Level field. Press Enter.

View PDS Member

Step-3: If the dataset name is found in the system catalog the data set will display in DSLIST screen like below -

View PDS Member

Manage members in PDS -

Step-1: Enter "M"(Display Member List) infront of the PDS name to display the members in it. Press Enter.

Manage PDS Member

It displays the Member List that is available in the PDS.

Manage PDS Member

View member in PDS -

Step-1: From the Display Member List screen, Enter "V" (View mode) infront of the member to view the member content.

View PDS Member

Step-2: It displays all the contents of the member.

View PDS Member

Step-3: Press PF3 to come back to previous Screen.

Note! The changes added in view mode, can't be saved automatically. It can only saved when use the command "REPLACE .ZF .ZL member-name".

Edit member in PDS -

Step-1: From the Display Member List screen, Enter "E" (Edit mode) infront of the member to view the member contents.

Edit PDS Member

Step-2: It displays all the contents of the member.

Edit PDS Member

Step-3: Press PF3 to save and come back to previous Screen.

Edit PDS Member

Rename member in PDS -

Step-1: From the Display Member List screen, Enter "R" (Rename mode) infront of the member to rename the member contents.

Rename PDS Member

Step-2: The popup panel appears and asks for the new member name. Provide the new member name and hit Enter.

Rename PDS Member

Step-3: If the rename is successful, "Renamed" displays at the prompt of the old member name.

Rename PDS Member

Step-4: Use command "REF" (Refresh) to see the renamed member in the list.

Rename PDS Member Rename PDS Member

Delete member in PDS -

Step-1: From the Display Member List screen, Enter "D" (Delete mode) infront of the member to delete the member contents.

Delete PDS Member

Step-2: The popup panel appears and asks for the delete confirmation. Hit Enter to confirm the deletion.

Delete PDS Member

Step-3: If the delete is successful, "Member deleted" displays on the right-top corner.

Delete PDS Member

Step-4: Use command "REF" (Refresh) to see the updated members list.

Copy member in PDS -

Step-1: From the Display Member List screen, Enter "C" (Copy mode) infront of the member to copy the member contents.

Copy PDS Member

Step-2: In the next screen, provide the target PDS name and target member name. Hit Enter to copy the member.

Copy PDS Member

Step-3: If the copy is successful, "Member copied" displays on the right-top corner.

Copy PDS Member

Move member in PDS -

Step-1: From the Display Member List screen, Enter "M" (Move mode) infront of the member to move the member contents.

Move PDS Member

Step-2: In the next screen, provide the target PDS name and target member name. Hit Enter to move the member.

Move PDS Member

Step-3: If the move is successful, "Member Moved" displays on the right-top corner. The member moves from source PDS.

Move PDS Member