Brown, Larry wrote: >We have been tasked to update the account codes for all our production and development jobs. And then come up with with something (REXX EXEC maybe) to change the job cards to reflect the correct account code.
Try CPPUPDTE from IBM for mass changes in PDS. You can run with 'CHECK' to scan proposed changes and than retry with 'UPDATE' to apply changes. Crude, but it works. :-) Otherwise, you could write a REXX program while using ISPF services to search for membernames in a PDS. You can then use two STEM variables. One STEM variable for comparision and another STEM variable to use for your changes. I've done similar REXX jobs for mass updates, for example, replacing short words with meaningful descriptions in reports. >Then run another batch job to return the jobs to Endevor. Why? Just do changes on original jobs and then let Endevor pick it up as usual. HTH! Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- 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

