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

REXX-needs to edit the all the PDS members


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ganga79

New User


Joined: 16 Nov 2005
Posts: 23

PostPosted: Wed Sep 27, 2006 4:29 pm
Reply with quote

Hi,

1)I have one PDS in that we have around 50 members all the members are having the error messages like SUBJECT: error information for this error information i have to change it to SUBJECT: SYSTEMNAME error information i have to edit this message for all the members like that ,for that i need to create a job ..

2) same as above in the second job i have to create to remove the SYSTEMNAME from the subject line..

Please let me know how to do the REXX Coding.
Thanks
Ganga
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Sep 27, 2006 5:25 pm
Reply with quote

Hi !

I think, i already answerd this question a time before.
Seems to me a well known text.

For this I prefere the IBM utility IPOUPDATE. Only JCL is needed.
I'm a big lazybone, so i mostly use standard utilities, when i can avoid programming.

//UPDAT1 EXEC PGM=IPOUPDTE,
//* PARM='UPDATE'
// PARM='CHECK'
//?INST1 DD DISP=SHR,DSN=Dataset.Name.With.Members
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
OldString<NewString<

Regards, UmeySan
Back to top
View user's profile Send private message
saithvis2

New User


Joined: 23 Dec 2005
Posts: 61
Location: Providence , US

PostPosted: Thu Sep 28, 2006 1:48 am
Reply with quote

Hi Umeysan,

This IPOUPDTE sounds to be pretty interesting.. I just went through a search engine and found some documentation for the same .
http://gsf-soft.com/Documents/IPOUPDTE.shtml

Will try to run in my shop . Anywayz thanks for the info, else I think I have written a similar Rexx code will modify that appropriately and will paste the same in the forum.

Regards,
Vishal
Back to top
View user's profile Send private message
saithvis2

New User


Joined: 23 Dec 2005
Posts: 61
Location: Providence , US

PostPosted: Thu Sep 28, 2006 2:11 am
Reply with quote

Hi Ganga,

I guess this question has already been answered in the forum .
Please check the link:
http://www.ibmmainframes.com/viewtopic.php?t=13275&highlight=&sid=6bd8db9f09ea771885100819c0feada5.


Regards
Vishal
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top