View previous topic :: View next topic
|
Author |
Message |
yogeshbabu
New User
Joined: 30 Nov 2005 Posts: 19 Location: India
|
|
|
|
In a PDS, I want to change some common name (ex: name1 to name2) in all the members of the PDS
Can anyone help me how to achieve it? |
|
Back to top |
|
|
vicky10001 Warnings : 1 Active User
Joined: 13 Jul 2005 Posts: 136
|
|
|
|
First u go to =3.4 and give pds name then enter
then
Command ===> Scroll ===> CSR
Command - Enter "/" to select action Message Volume
-------------------------------------------------------------------------------
R Pdsname TSWH00
then give R in command column enter then give new name o.k |
|
Back to top |
|
|
yogeshbabu
New User
Joined: 30 Nov 2005 Posts: 19 Location: India
|
|
|
|
I want to change not the names of the members but i what to change the content within the members.
I found the answer
Go to fileaid
Option 3 (Utility) --> 6 (Search/Update) --> option M with your PDS name.
With this option you can find and change a string (with / without position parameters) across members of a PDS. |
|
Back to top |
|
|
priyesh.agrawal
Senior Member
Joined: 28 Mar 2005 Posts: 1448 Location: Chicago, IL
|
|
|
|
Try this...
Code: |
//S000 EXEC PGM=IPOUPDTE,PARM=UPDATE
//SYSPRINT DD SYSOUT=*
//@TEST DD DSN=HLQ.PDS.NAME,DISP=SHR
//SYSIN DD *
INPUTWORD<OUTPUTWORD<
//* |
Regards,
Priyesh. |
|
Back to top |
|
|
|