You can use the following set of commands to compare model objects within a model at two different times; for example, before and after a development project:
YBLDMDLLST OBJNAM(*ALLOBJ)+
MDLLST(list-name1)
The output list contains information about each object that existed in the model at the time you ran this command; namely, each list entry contains the Create date and time and the Change date and time of the corresponding model object.
At some later stage in the development cycle you can build another list of all model objects and compare the new list with the original list as shown in the following steps.
YBLDMDLLST OBJNAM(*ALLOBJ)+
MDLLST(list-name2)
YOPRMDLLST MDLLSTA(list-name1)+
LSTOPR(*DIFF) MDLLISTB(list-name2)+
TOMDLLST(list-name3)+
OPRTYPE(*OBJSGT)
|
Copyright © 2014 CA.
All rights reserved.
|
|