Member “test” is always added to the library under the same name, but with a different method of inclusion.
|
(1) | In addition to error messages, positive acknowledgments are also logged. |
(2) | Library BSP10.BIB is opened for reading and writing; no S-type member is present. |
(3) | Display type attributes for member type S as a check. Member type S has the convention NONE. |
(4) | Create the first member via *SYSDTA. The member is created under type S with the name “test” through automatic version incrementation. |
|
(5) | Maintain the sequence with *INCREMENT, i.e. a second member with the same name and type but with a version incremented by one is created. |
(6) | Explicit creation of version A001. |
(7) | Create a further member through automatic version incrementation; the member is based on the version with prefix A*. |
(8) | Overwrite the highest version with type S and name “test”. |
(9) | Directory of library BSP10.BIB. |
(10) | Terminate the LMS run. |