Hmmm. Also "Important: For CPPUPDTE and IPOUPDTE to work, each PDS to be searched MUST contain a member named $$$COIBM."
Obviously that is something I could create but that creates problems of its own. May keep looking a little. Not sure if I have File Manager. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Monday, December 15, 2014 4:14 PM To: [email protected] Subject: Re: Utility to replace occurrences of string in PDS? Server Pac CPPUPDTE is a program that enables you to search for a string across all the members of a PDS and replace that string with another string. CPPUPDTE is loaded into the LOADLIB data set (hlq.order_number.LOADLIB) during ServerPac installation. It also has an alias name of IPOUPDTE because the job is actually the same job that was shipped with CBIPO. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of John McKown > Sent: Monday, December 15, 2014 5:11 PM > To: [email protected] > Subject: Re: Utility to replace occurrences of string in PDS? > > Is IPOUPDTE still around? I'm at home right now & can't easily look. > On Dec 15, 2014 6:08 PM, "Charles Mills" <[email protected]> wrote: > > > I'm looking for a reasonable way to replace all occurrences of a > > given string in a dataset. UNIX shell command? DFSMS utility that I > > have forgotten about? CBT program? > > > > Nothing fancy. I have a PDS with seven or so members. I want to > > replace all instances of $REPLACEME$ with NEWSTRING. I know which > > members contain the pattern so I could live with *either* something > > that did the whole PDS, or something where I had to specify the > > specific members. First choice would be something that copied the > > PDS, but I can make my own copy and live with a replace-in-place. > > > > I could write Rexx to do it so that's my bottom line -- it has to be > > easier than writing a Rexx program. > > > > Any suggestions? > > > > Charles ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
