Larry, I use this in one of two modes 1) CHECK 2) UPDATE simple enough, see the parm on the EXEC card. Somewhat like the difference between and APPLY CHECK and an APPLY. The SYSIN specifies the the data that is to be found and the vaule you want it changed to.
//yourjobname JOB (xxxxx,'SUITE ??'),'Mr. Programmer', // CLASS=z,MSGCLASS=y, // REGION=6144K,NOTIFY=Whomever /*JOBPARM SYSAFF=Your sys //******************************************************************** //* THIS UTILITY REQUIRES THE EXISTANCE OF A $$COIBM MEMBER IN THE //* TARGET LIBRARY. THE ENTIRE MEMBER IS DEFINED AS FOLLOWS: //* COL 1 =>*** $$$COIBM //******************************************************************** //STEP01 EXEC PGM=CPPUPDTE,PARM=UPDATE CHECK //SYSPRINT DD SYSOUT=* //@INSTLIB DD DSN=SYSI.TMON.INSTLIB,DISP=SHR //SYSIN DD * Old-data<New-value< /* // Entire contents of $$COIBM member of target PDS, one line and one line only. *** $$$COIBM On Fri, Apr 17, 2009 at 9:42 AM, Brown, Larry - St. Louis, MO < [email protected]> wrote: > Joe, I'm not familiar with that. I see several google hits though, so > will start reading. Would appreciate the sample JCL - thanks a bunch. > > Larry Brown > USDA, Rural Development > St. Louis, MO 63120 > (314)457-4939 > [email protected] > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Joe Aulph > Sent: Friday, April 17, 2009 8:18 AM > To: [email protected] > Subject: Re: Mass Updates to JOB Cards for Account Code Changes > > Larry, > > Are you familiar with CPPUPDTE, an old MVS utility specifiaclly for mass > updates. > I'm not sure how well documented it is any more, maybes someone else has > some doc in it. > I will have to scrape the JCL from work and e-mail it around about to > get it > to you, so it may take a bit, but I'll get you a sample. > > It is all dependent upon your doing this process outside of Endevor, so > keep > that in mind. > > Joe > > -- > Joe Aulph, > Florida Dept. of Children & Families > Senior Systems Programmer: > 850-487-8945 > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > -- Joe Aulph, Florida Dept. of Children & Families Senior Systems Programmer: 850-487-8945 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

