Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

AS400 Object last compiled/modified date

2,138 views
Skip to first unread message

upi...@gmail.com

unread,
Dec 11, 2009, 6:43:28 PM12/11/09
to
Hi - I am interested to see the date an object or library was last
compiled on an AS400 box. How can I go about this. I also want to list
all objects that have a modified date for a certain date range.

What is the command i can use?

Thanks
Upile

CRPence

unread,
Dec 11, 2009, 11:12:32 PM12/11/09
to
upi...@gmail.com wrote:
> I am interested to see the date an object or library was last
> compiled on an AS400 box. How can I go about this. I also want
> to list all objects that have a modified date for a certain
> date range.
>
> What is the command I can use?
>

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

0 new messages