What is the command i can use?
Thanks
Upile
No single command will list objects modified [or created, or..o]
in a specified date range. Such a request would be effected with
scripted requests producing output that is then parsed in some
manner; interpreted, or optionally in a compiled program. If by
"compiled" the term "created" suffices, then DSPOBJD will provide
some data that can assist for the /QSYS.LIB file system. If file
systems other than /QSYS.LIB need to be reviewed, then a shell
script is probably appropriate; see the STRQSH command.
If the DSPOBJD can provide the desired & necessary information,
that request has support for OUTPUT(*OUTFILE) to produce an output
database file against which a database query can be performed to
select only the rows with the desired range of date\time for object
modification. DSPFFD QSYS/QADSPOBJ lists the columns of the table
that will be produced by the DSPOBJD OUTPUT(*OUTFILE) request;
search on "hange" to locate the columns which have change date\time
details.
Regards, Chuck