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

Change a Particular string in all members of PDS


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jsnair

New User


Joined: 26 Sep 2006
Posts: 38
Location: India

PostPosted: Mon May 26, 2008 4:00 pm
Reply with quote

Hi,

I would like to change a particular string in many members of a PDS. I searched in the forum and I got below mentioned JCL but it is using FILEAID and it is not working for me because we are using File Manager. Could anybody let me know how I can achieve that.

Code:
//STEP010  EXEC PGM=FILEAID                   
//SYSUDUMP DD SYSOUT=*                       
//SYSPRINT DD SYSOUT=*                       
//SYSLIST  DD SYSOUT=*                       
//SYSTOTAL DD SYSOUT=*                       
//SYSOUT   DD SYSOUT=*                       
//DD03     DD DISP=SHR,DSN=XXXXX.XXX.XXXXX
//SYSIN    DD *                               
 $$DD03 UPDATE ME=9999,                       
 EA=(1,0,T"The fifth",C"The new fifth")       
/*
Back to top
View user's profile Send private message
ksk

Active User


Joined: 08 Jun 2006
Posts: 355
Location: New York

PostPosted: Mon May 26, 2008 5:48 pm
Reply with quote

Hi,

Refer the following post.

http://www.ibmmainframes.com/viewtopic.php?t=12065&highlight=

KSK
Back to top
View user's profile Send private message
jsnair

New User


Joined: 26 Sep 2006
Posts: 38
Location: India

PostPosted: Tue May 27, 2008 2:18 pm
Reply with quote

Hi ksk,

Thanx very much for u r help.
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts 3270 personal communications. Can't c... TSO/ISPF 2
No new posts file manager is doing string conversion IBM Tools 3
Search our Forums:

Back to Top