430 pts.
 Need to know who have modified the object (RPGLE object in AS/400)
RPGLE object was changed and we can see it is DSPOBJD. We want to know who had changed the object? Thanks in advance.

Software/Hardware used:
software
ASKED: February 11, 2013  7:17 AM
UPDATED: February 11, 2013  1:34 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,390 pts. , ravula   430 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Assuming that you are auditing for it, display the T/ZC entries from QAUDJRN. Review those that are for the ‘Object Name’ of your program. — Tom

 107,995 pts.

 

we have a program in cl with 7 parameters passed as dates, now this cl program will run to identify all the objects which are changed during those dates. that is our requirement. we have identified some objects example:Rpgle object which is been changed. so we want to know who and when they have modified it. when given dspobjd we got the date when it got changed , can we know the user who modified it

 430 pts.

 

Yes, if you have auditing enabled for it. The user is identified on the associated T/ZC entry in the system audit journal, QAUDJRN. If you weren’t recording the changes, then, no, you can’t identify the change. — Tom

 107,995 pts.

 

And if you have auditing enabled, you don’t need the CL program. The changed objects are already identified in the system audit journal. — Tom

 107,995 pts.

 

we actually dont have the authority for this option QAUDJRN, is there any way to move further.

 430 pts.

 

You could search through every joblog. You might get lucky, but it would be extremely unlikely to find anything. Otherwise, no, there is no good option. Why would you not be able to display journal entries? That makes the audit journal fairly useless. — Tom

 107,995 pts.