Converting PL/1 from older PL/1 mvs and vm 1.1 to enterprise
-
- Posts: 3
- Joined: Wed Nov 09, 2016 5:27 pm
- Skillset: Config,cics,endevor,cobol, pli
- Referer: google
Converting PL/1 from older PL/1 mvs and vm 1.1 to enterprise
I wonder if anybody has migrated from IBM PL/I for MVS & VM to enterprise Pl/1 and faced any issues running mixed modes of executables
- Akatsukami
- Global moderator
- Posts: 1058
- Joined: Sat Oct 16, 2010 2:31 am
- Skillset: Rexx, JCL, DB2/SQL, TSO/ISPF, PL/I
- Referer: ibmmainframes
- Location: Bloomington, IL
- Contact:
Re: Converting PL/1 from older PL/1 mvs and vm 1.1 to enterp
Yes; a former client converted in 2006-2009, IIRC. My recommendation is that no run unit be of mixed MVS/Enterprise routines. You do know what your run units are, yes?
(my client didn't know what its run units were; gathering that information was one reason that the conversion took so long.)
(my client didn't know what its run units were; gathering that information was one reason that the conversion took so long.)
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
-
- Posts: 3
- Joined: Wed Nov 09, 2016 5:27 pm
- Skillset: Config,cics,endevor,cobol, pli
- Referer: google
Re: Converting PL/1 from older PL/1 mvs and vm 1.1 to enterp
The issue is we have a massive amount of common pl1 code used by various business areas thus they wanted us to run with mixed modes
- Akatsukami
- Global moderator
- Posts: 1058
- Joined: Sat Oct 16, 2010 2:31 am
- Skillset: Rexx, JCL, DB2/SQL, TSO/ISPF, PL/I
- Referer: ibmmainframes
- Location: Bloomington, IL
- Contact:
Re: Converting PL/1 from older PL/1 mvs and vm 1.1 to enterp
yes, that was the case at my client, also. That was why we had to establish what run units we had; we had a shipload of CRUD routines, often at the end of a chain of dynamic calls (which MVS PL/I would not support, so we had a HLASM module doing the intermediate calls), used by many different load modules. The load modules and all intermediate modules had to have all been converted, or else we got S0C4 abends. We ended up cloning the source, converting the clones, testing them, and then issuing the cloned code to production.
Please tell your business partners that a very senior developer who has been through exactly this conversion says running mixed run units will not work. Period. Full stop.
Please tell your business partners that a very senior developer who has been through exactly this conversion says running mixed run units will not work. Period. Full stop.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
-
- Posts: 3
- Joined: Wed Nov 09, 2016 5:27 pm
- Skillset: Config,cics,endevor,cobol, pli
- Referer: google
Re: Converting PL/1 from older PL/1 mvs and vm 1.1 to enterp
Thank you very much this
- prino
- Posts: 641
- Joined: Wed Mar 11, 2009 12:22 am
- Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
- Referer: Google
- Location: Vilnius, Lithuania
- Contact:
Re: Converting PL/1 from older PL/1 mvs and vm 1.1 to enterp
RODders wrote:I wonder if anybody has migrated from IBM PL/I for MVS & VM to enterprise Pl/1 and faced any issues running mixed modes of executables
Big bang is, in essence, your only "safe" option. At one client we changed to compile procedures to recompile changed source with both compilers (old version still went into production), but any RC>=8 on the new compiler, and believe me, running with very restrictive compiler options, we had zillions, would force developers to look at the code, make a note of the problems and obviously correct them - with somewhat less restrictive compiler options we would have had fewer problems, but we wanted to use the exercise to also give us a clean code-base.
Decode my email address, you've probably heard about gmail

Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Converting universal groups to normal Racf group
by aarvalar1 » Thu May 23, 2024 10:15 pm » in Mainframe Security - 5
- 2734
-
by Robert Hansel
View the latest post
Wed Jul 24, 2024 5:12 pm
-