Not just for Enterprise COBOL, but for all languages that use an LE run-time, it is now and has been for as long as I can remember CRITICAL that the run-time on all systems be at the "highest level" *before* you start rolling out object code created by "higher-level" compilers.
This goes all the way back to the old PL/I RESIDENT (or was it TRANSIENT) library. If this means that you keep the "old compiler" - even in your development systems UNTIL LE is upgraded on all production systems, then this is what I would recommend (and I think IBM does). The old "RTLS" support *tried* to provide a solution for this, but having "up-level" LE on all production systems is simply the "way to go" before beginning compiler upgrades. "Skip Robinson" <[email protected]> wrote in message news:<ofb655e56a.1ceab469-on882575df.0000f3c8-882575df.00019...@sce.com>... > In the course of rolling out new level of z/OS, there can be a (perhaps > extended) period where Dev(elopment) runs at the new higher level even > while Prod(uction) continues at the old lower level until it catches up. > I'm a little concerned about this transition phase in which application > folks implicitly use the new compiler but 'move' load modules to the old LE > environment. I think this migration path is pretty common for most shops. > And chances are that the Apps people don't even realize the difference in > environments. > > . > . > JO.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 626-302-7535 Office > 323-715-0595 Mobile > [email protected] > > > > Tom Ross > <[email protected] > NET.IBM.COM> To > Sent by: IBM [email protected] > Mainframe cc > Discussion List > <[email protected] Subject > .edu> Re: Enterprise COBOL for z/OS V4 > > > 06/23/2009 02:22 > PM > > > Please respond to > IBM Mainframe > Discussion List > <[email protected] > .edu> > > > > > > > >> > >>1) XMLPARSE(XMLSS) is not compatible with XMLSS(COMPAT), as described in > the > >>COBOL Migration GUide. They are 2 completely different parsers! The > changes > >>are minor, but must be looked at when migrating from XMLPARSE(COMPAT) to > >>XMLPARSE(XMLSS). > >> > >>Cheers, > >>TomR >> COBOL is the Language of the Future! << > > > >Hi Tom, > >We currently have Enterprise Cobol for z/OS V4 and z/OS V1R10 on our test > >systems. Will there be any problems at run time for programs using XML and > >compiled with XMLPARSE(XMLSS) when they are run on our production > >systems which are z/os V1R9 ? > > Sorry for the late answer, was on vacation until yesterday... > > Ent COBOL V4.1 code can run on z/OS R7 and above, so as long as you have > the PTFs required for COBOL V4.1 on the R9 system, and any PTFs needed for > XMLSS, you should be OK. > (Note: the required LE updates for 4.1 are in the base for z/OS R10) > > We have discovered that many customers install the LE PTFs required for new > compilers in only one system, instead of on all systems where COBOL > programs > might run. Since the compiler is separate frmo the run-time library, all > new releases of COBOL will require PTFs for LE, and on all systems where > COBOL would run. (Same for PL/I) If all of your sustems have the PTFs > you are good to go! > > Cheers, > TomR >> COBOL is the Language of the Future! << ---------------------------------------------------------------------- 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

