Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Rexx to change a string in multiple file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
MGIndaco

Moderator


Joined: 10 Mar 2005
Posts: 479
Location: Milan, Italy

PostPosted: Tue Sep 06, 2005 10:03 pm    Post subject: Rexx to change a string in multiple file
Reply with quote

I think that to avoid doubt about the rexx that i coded in two different time is better post here the correct way with relative JCL:
(In this sample I change in all the file the string STEP to PROC)
JCL:
Code:
//STEP020X EXEC PGM=IKJEFT01,PARM='rexxsourcename STEP PROC'
//SYSEXEC  DD DISP=SHR,DSN=name of rexx lib     
//FILELIST DD *                                       
List of PS or PDS without quotes
....
...                     
//SYSTSPRT DD SYSOUT=B                                 
//SYSTSIN  DD DUMMY                                   
Back to top
View user's profile Send private message
References
PostPosted: Tue Sep 06, 2005 10:03 pm    Post subject: Re: Rexx to change a string in multiple file Reply with quote

Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 Hours
Page 1 of 1