IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Change common name in all members


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yogeshbabu

New User


Joined: 30 Nov 2005
Posts: 19
Location: India

PostPosted: Wed Nov 30, 2005 11:29 am
Reply with quote

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
View user's profile Send private message
vicky10001
Warnings : 1

Active User


Joined: 13 Jul 2005
Posts: 136

PostPosted: Wed Nov 30, 2005 11:59 am
Reply with quote

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
View user's profile Send private message
yogeshbabu

New User


Joined: 30 Nov 2005
Posts: 19
Location: India

PostPosted: Wed Nov 30, 2005 3:42 pm
Reply with quote

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
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Wed Nov 30, 2005 6:59 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts 3270 personal communications. Can't c... TSO/ISPF 2
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts SELECT from data change table DB2 5
No new posts Trying to change copybook in online c... CICS 4
No new posts Change Default Scroll Setting TSO/ISPF 1
Search our Forums:

Back to Top