115 pts.
 Journaling a file on AS400
How do I setup a file for journaling that is not being journaled?

Software/Hardware used:
AS400 OS V6.1
ASKED: December 3, 2009  5:13 PM
UPDATED: May 19, 2011  12:02 PM

Answer Wiki:
1. CRTJRNRCV 2. CRTJRN 3. STRJRNPF (Usually use options IMAGES(*BOTH) OMTJRNE(*OPNCLO)
Last Wiki Answer Submitted:  December 3, 2009  5:27 pm  by  CharlieBrowne   32,855 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,855 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

If you’re using an existing journal then just step 3 above.
Phil

 44,180 pts.

 

1) Create a journal receiver by using CRTJRNRCV.
2) Create a journal by CRTJRN and attached the receiver created in step 1.
3) Start journaling a file by STRJRNPF command.

 70 pts.