How to do some changes in each member of PDS - IBA-mainframe-dev/Global-Repository-for-Mainframe-Developers GitHub Wiki

How to do some changes in each member of PDS?

For example we have some PDS with members like this:

members-to-change

And we need to change CLASS=A to CLASS=E in each of them.

string-to-change

From ISPF Primary Option Menu select FMN (File manager) and then 3.6

Specify PDS and members:

pds

In the command line type:

c 'CLASS=A' 'CLASS=E'

Press Enter. You will see all changes:

changes

Press F3

save

Press Enter to complete

saved

The result:

result