Our AS400 has been having jounal entries show up in QGPL.
They are taking alot of disk space. How can I identify what is creating this journals and how do I stop them from being generated.
I tried a DSPJRN command and did not get much info
Thanks
Donn
Software/Hardware used:
ASKED:
May 1, 2009 7:17 PM
UPDATED:
May 5, 2009 5:35 PM
Hi,
It might be worth bearing in mind that your application programs may need to have their files journalled. If your programs are using commitment control for example, you may get errors if you stop journalling your database files.
Regards,
Martin Gilbert.
Agree with Gilly. The journal information will show you which program is generating the journal entries, so should be able to track down which app is using these journals.
Have you created any files using SQL? This sometimes automatically creates journals and journals receivers for you if you use commands such as CREATE TABLE to create file with commitment control enabled, so worth checking.
http://as400blog.blogspot.com/