The ADD-REP-RECORD substatement adds REP records to the object module. These REP records are evaluated by the dynamic binder loader (DBL).
ADD-REP-RECORD substatement is permitted only for object modules (R-type members).
Format
ADD-REP-RECORD | ||||||||||||||||
|
Operands
ADDRESS = <x-string 1..8>(...)
Specifies the address at which the member selected by MODIFY-ELEMENT is to be modified.
BASE-ADDRESS = *MODIFICATION-DEFAULT / <x-string 1..8>
Base address.
BASE-ADDRESS is added to ADDRESS. The resulting correction address must, in the case of prelinked modules, relate to the prelinked module (and not to the CSECT). The default BASE-ADDRESS is 0.
NEW-CONTENTS = <x-string 1..100> / <c-string 1..50 with-low>
Replacement text specified in character or hexadecimal form.
If the text is specified in character form, it must not exceed 50 characters in length. An apostrophe in the text must be duplicated.
If the text is specified in hexadecimal form, it must not exceed 100 characters in length.