VSE does *not* allow relinking and replacing individual modules in the
same way as z/OS. Once it is linked, it looks like one big module to VSE
and can no longer be broken down into the original modules.
Tony Thigpen
Paul Gilmartin wrote on 12/4/23 4:00 PM:
On 12/4/23 13:05:05, Dave Clark wrote:> I found an answer that
works for z/VSE. After cataloging the main
object for my load module, I use the following linkage editor statements
to specify the order I want for my included objects and the linkage
editor
honors this specified order.
<snip!>
.
Does the z/VSE linkage editor support re-linking an
existing module replacing a few sections? To do
that on z/OS an ORDER statement may be needed.
And it's regrettable that ORDER allows specifying
a few sections to be included first, but there's
no complementary command to specify a few sections
to be included *last*.
--
gil