Members are to be added to a library in a preset version format, whereby the version is to be automatically incremented.
|
(1) | In addition to error messages, positive acknowledgments are also logged. |
(2) | Library BSP11.BIB is opened for reading and writing; no S-type member is present. |
(3) | Set up the convention STD-SEQUENCE for type S with the example given in EXAMPLE for the version format. |
(4) | Display type attributes for member type S as a check. |
(5) | Create the first member via *SYSDTA. The member is created under type S with the name “test” through automatic version incrementation. |
|
(6) | 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. |
(7) | Maintain the sequence on changing version, i.e. a third member is created with the same name and type but, through explicit specification of the version, with version W001. |
(8) | An attempt is made to add a further member that does not have a version format corresponding to the convention STD-SEQUENCE. This statement is rejected by LMS. |
(9) | Overwrite the highest version with type S and name “test”. |
|
(10) | Overview of members present. |
(11) | Terminate the LMS run. |