Hi experts,
I would like to know more about the Journaling in AS/400.
If one file is being journaled and due to error or worng replied to MSGW the job got cancelled.
In this case,I need to retrieve all the original recods of that file.
Could you please share what are the setps to retrieve the original records from that Journal.
Thanks,
Samul
Software/Hardware used:
Software
ASKED:
November 6, 2009 12:27 PM
UPDATED:
November 6, 2009 6:45 PM
To “roll-back” removing entries from the current dbf use RMVJRNCHG
To “roll-forward” after restoring an earlier verions of the dbf use APYJRNCHG.
Phil
Using Commitment control with the RPG can cause the table(s) to automatically roll-back on any error up to the time your program commits the change.
Phil