On Wed, 30 Jun 2021 11:32:51 -0700, Charles Mills wrote:

>You do it with the linker/binder. Here is an example:
>
>//LKED    EXEC PGM=HEWL,PARM='LIST,AMODE=31,RMODE=ANY,RENT'
>//SYSLIN   DD  *
>  INCLUDE SYSLIB(mainntry)
>  ALIAS alias(mainntry)
>  ENTRY mainntry
>  NAME  mainntry(R)
>/*    
Hmm.  I'd prefer:
  INCLUDE -ATTR,-ALIASES,SYSLIB(mainntry)

in order not to lose previously existing characteristics of the object.

Or, simply, the TSO RENAME command.  (Does that just do a STOW?)

(Can't one:
  INCLUDE -ATTR,-ALIASES,SYSLMOD(mainntry)
???
Separate SYSLIB is needed if it's a catenation.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to