The member USELST is added to the library as an object module and modified there by means of a substatement.
|
(1) | The assembler is called to generate an object module. |
(2) | The source program USELST is to be assembled. On error-free assembly, the object module thus generated is written to library BSP5.BIB. The object module automatically receives member type R. |
(3) | LMS is called. |
(4) | In addition to error messages, positive acknowledgments are also logged. |
(5) | Library BSP5.BIB is assigned. It must be opened for reading and writing, otherwise modification of the object module is impossible. |
(6) | Display directory for all R-type members. The library now contains object module USELST generated from the assembler run. |
|
(7) | Module USELST is to be modified. |
(8) | This substatement replaces the text ’ER’ with ’aa’ at address c0. |
(9) | Substatement input is terminated. |
(10) | The text at address 0000C0 is replaced. |
(11) | Message indicating that the change has been made and the original member is replaced by the modified member. |
(12) | Display directory for all R-type members. The library now contains the modified object module. |
(13) | LMS is terminated. |