If a library contains an object, you can use the Display Object Description (DSPOBJD) command to find out when the server saved the object. If the QSYS library contains an object, you can use the DSPOBJD command to display the appropriate data area that is shown in Data areas that contain save history.
The following commands do not update the save history information for the individual objects that the server saves:
For some save operations, the server updates history information in a data area. In some cases, the server updates the data area instead of updating the individual objects. In other cases, the server updates the data area in addition to the individual objects.
Beginning with V5R1, when you install the operating system, the server will update the data areas. However, the data areas will appear as if you used RSTOBJ to restore them. The server does not support the QSAVDLOALL data area.
The following table shows these commands and the associated data areas:
Command | Associated Data Area | Individual Objects Updated? |
---|---|---|
SAVCFG | QSAVCFG | No |
SAVLIB *ALLUSR | QSAVALLUSR | Yes1 |
SAVLIB *IBM | QSAVIBM | Yes1 |
SAVLIB *NONSYS | QSAVLIBALL | Yes1 |
SAVSECDTA | QSAVUSRPRF | No |
SAVSTG | QSAVSTG | No |
SAVSYS | QSAVSYS, QSAVUSRPRF, QSAVCFG | No |
SAVSYSINF | QSYSINF | No |
|
The server uses the save history information when you save objects that have changed since the last save operation.