Skip to content

How to do some changes in each member of PDS

vlysynska edited this page Apr 28, 2021 · 1 revision

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

z/OS System operating

SMP/E

Mainframe automation solutions and best practices

z/OS DevOps scripts

RACF

REXX scripts

ISPF

HSM

Useful tricks

Batch jobs (JCLs)

z/OS System operating

z/OS Subsystem operating

Clone this wiki locally