A source program is added as an S-type member to a library and then assembled. Since errors were found during assembly, the member is corrected with EDT and subsequently assembled again. The module from the EAM area is added to the same library as an R-type member.
|
(1) | LMS is called. |
(2) | In addition to error messages, positive acknowledgments are also logged. |
(3) | At every write operation, the target version is incremented by 1. |
(4) | Library BSP1.BIB is to be created as a new library and assigned as an I/O library. |
(5) | Library BSP1.BIB has been created. |
|
(6) | File QUELL.ERFASS is added to the library as an S-type member having the name ERFASS. |
(7) | Positive acknowledgment: member ERFASS, with the version designation 001 and variant number 0001, is written to the library. |
(8) | The directory of library BSP1.BIB is to be listed. |
(9) | Directory entry of library BSP1.BIB. |
(10) | Member ERFASS is to be listed. |
(11) | Contents of member ERFASS. |
(12) | LMS is terminated. |
|
(13) | The assembler is called. |
(14) | The source program in member ERFASS of library BSP1.BIB is to be assembled. |
(15) | The program contains errors. |
(16) | LMS is called again. |
(17) | In addition to error messages, positive acknowledgments are also logged. |
(18) | The target version is incremented by 1 during each write operation. |
(19) | Library BSP1.BIB is opened for writing and reading. |
(20) | Member ERFASS is to be processed with EDT. |
|
(21) | The error is corrected:
|
(22) | “Y” causes the corrected member to be added with version 002 to the output library. The old version (version 001) is retained. |
(23) | Positive acknowledgment: input member ERFASS has been corrected. The output member is given the same name and the version 002. |
|
(24) | The assembly run has been executed successfully. |
(25) | LMS is called. |
(26) | In addition to error messages, positive acknowledgments are also logged. |
(27) | Library BSP1.BIB is again opened for reading and writing. |
(28) | Module ERFAS is taken from the EAM area and incorporated as member ERFAS. |
(29) | LMS is terminated. |