The changed object information kept by the server is a date and a timestamp. When the server creates an object, the server places a timestamp in the changed field. Any change to the object causes the server to update the date and timestamp.
Use the DSPOBJD command and specify DETAIL(*FULL) to display the date and time of the last change for a specific object. Use the Display File Description (DSPFD) command to display the last change date for a database member.
To display the last change date for a document library object, do the following:
Some common operations that result in a change of the date and time are:
These activities do not cause the server to update the change date and time:
When you IPL, the server changes all of the job queues and output queues.
Change Information for Database Files and Members: For database files, the SAVCHGOBJ command saves the file description and any members that changed.
Some operations change the change date and time of the file and all of its members. Examples are the CHGOBJOWN, RNMOBJ, and MOVOBJ commands. If you save a file with 5 or more members, the server updates the change date for the library because it creates a recovery object in the library to improve save performance.
Operations that affect only the content or attributes of a member change only the date and time of the members. Examples are:
The SAVCHGOBJ command can be useful for backing up typical source files. Normally, a source file has many members, and only a small percentage of members change every day.