25 pts.
 Journaling
What is journaling and does it catch unauthorized changes

Software/Hardware used:
ASKED: November 30, 2011  7:34 PM
UPDATED: March 17, 2012  6:43 AM

Answer Wiki:
What environment?
Last Wiki Answer Submitted:  November 30, 2011  8:11 pm  by  philpl1jb   44,220 pts.
All Answer Wiki Contributors:  philpl1jb   44,220 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Google Journaling
Does it catch …? Please expand on question.

 44,220 pts.

 

…unauthorized changes?

It shouldn’t.

If “unauthorized”, no “change” should happen. A change can only be done by someone with sufficient authorization.

Tom

 108,360 pts.

 

In the AS400 does journaling capture all changes made to files as long as journaling is on.

 25 pts.

 

Homework / Interview?

 44,220 pts.

 

Yes BigK, on the AS/400 Journalling will have an entry for every change to a row of a file that is Journalled. Except that certain mass changes will have a single entry.

Phil

 44,220 pts.

 

Mostly use of journaling will record the activities of physical file.. this is programmer point of
view……it does not catch the unauthorized changes….

 3,740 pts.

 

To expand if you have someone who has the authorization/privileges to make changes and wants to do a change that has not been reviewed, if you review the journal can you see the change they made?

 25 pts.

 

You must setup Journaling before it works. Read a book from IBM.

 3,175 pts.

 

…if you review the journal can you see the change they made?

Yes. That is one of the common uses of journaling, to record changes for audit/review. If journaling is active for a file, then it is not possible to alter the content of the journaled file without it being logged in the journal (with some unlikely exceptions.)

Tom

 108,360 pts.

 

Journalling is also used for commitment control, and if you plan to reorganize a physical file and would like the ability to cancel the RGZPFM while it is executing. If you do not have the file journalled, you can not specify *YES on the AWLCANCEL parameter. If you do have *YES and the file is not journalled when the RGZPFM begins, it will fail.

 75 pts.

 

Right, BigK,, the Journal tells who, when, the program used.
By comparting the before and after data you can tell what was changed.

You’re tone leads me to think you’re looking for someone who has intentionally sabotoged your system. I can speak from experience that these type of cases are rare. Before you blame someone you should know that minor program oversights can sometimes lead to unexpected outcomes. The journal is still the place to go to investigate these problems.
Phil

 44,220 pts.