> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin
> 
> On Tue, 2 Jan 2007 13:08:15 -0600, Chase, John wrote:
> > 
> > >  Paul Gilmartin wrote:
> > >
> > > Trying to do a link edit lately, I got:
> > >
> > > IEW2611E 4313 ALIAS xxxxxxxx CANNOT REPLACE MODULE WITH SAME NAME.
> > >
> > > Why is this considered an error when I specify (R) on the NAME
> > statement?
> > 
> > Isn't it "self-evident"?  The error is specifying an ALIAS the same
as 
> > the name of an existing (load) MODULE in the same library.  That's 
> > like saying "Paul" is an alias of "Paul".
> > 
> Not so.  I was trying to make "Paul" an alias not of "Paul", 
> but of another load module name, say "Fred".  E.g.:
> 
>          ...
>          ALIAS  PAUL
>          NAME   FRED(R)

Duh!  That's sort of what I meant to say, but the point remains that the
error is in trying to assign as an alias, a name that already exists for
another module in the library.  I suspect you'd see a similar error
message if the alias you've chosen already exists as an alias of another
module in the same library.

    -jc-

----------------------------------------------------------------------
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

Reply via email to