Sources are not available, vender loadlib are shipped.
Sorry, had to change name of programs (Ie. vender): In old.vender.loadlib(oldpgm): Symbol Type Offset Length Textclass Translator VV MM Date A/M R/M oldpgm SD 00 FB79 B_TEXT COBOL II 14 00 2002/07/12 24 24 subpgm SD 1E360 8448 B_TEXT COBOL II 14 00 1995/10/10 ANY 24 In new.vender.loadlib(newpgm): Symbol Type Offset Length Textclass Translator VV MM Date A/M R/M program1 SD 00 1079 B_TEXT COBOL II 13 02 1992/06/17 ANY 24 subpgm SD 9980 8A09 B_TEXT COBOL II 14 00 2011/09/26 ANY 24 oldpgm source is available, but several calls are vender sub-programs. Vender's subpgm has been updated and has to be replaced in oldpgm. IEW2278I B352 INVOCATION PARAMETERS - XREF IEW2322I 1220 1 INCLUDE OBJECT IEW2322I 1220 2 INCLUDE SYSLIB(OLDPGM) <- 1995 IEW2322I 1220 3 INCLUDE SYSLIB(NEWPGM) <- 2011 IEW2322I 1220 4 CHANGE SUBPGM(SUBPGM) <- replace with 2011 IEW2403W 5E12 A REQUEST TO CHANGE CSECT OR SYMBOL SUBPGM WAS RECEIVED, AND THE OLD CSECT OR SYMBOL WAS NOT FOUND. IEW2322I 1220 6 ENTRY PROGRAM1 IEW2322I 1220 7 NAME OLDPGM(R) Thx all for input. > Date: Sun, 10 Mar 2013 10:48:19 -0500 > From: [email protected] > Subject: Re: iewl syslin > To: [email protected] > > Shmuel wrote: > > <begin extract> > INCLUDE specifies the name of a member, not the name of a CSECT, and > you nost certainly can have two members of a library containing the > same CSECT name. The OP needs to disclose more data in order to > diagnose his problem. > <end extract> > > and he is of course quite right. It is occasionally convenient to > have two differently named object modules for two different versions > of the same CSECT, RSECT, or the like in a PDS[E], but this scheme > should really only be used by very knowledgable and experienced > people; and even for them there are better, more robust ways to do > such things. > > If, as I suspect, the OP is trying to replace an entry point and its > associated code that does NOT correspond to a separate CSECT, he can > do that too. The binder's inclusion unit is indeed a CSECT, RSECT, or > the like; but it can resolve external references in one of them to one > of N others. As Shmuel says, we need to know more. > > John Gilmore, Ashland, MA 01721 - USA > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
