30 pts.
 How to clean up AS/400 receivers when those are in online status?
Hello All,

The situation – There was a user's job which was gone into the loop and caused in huge number of journal receivers which was gone up to more than 2045 (Approx 3000). We have killed the job which was causing this and the situation was under control.Nit400

Software/Hardware used:
V5R4
ASKED: August 16, 2009  7:52 AM
UPDATED: October 12, 2009  1:56 AM

Answer Wiki:
Do a chgjrn on the journal to get it to increment to a new receiver Then backup the receivers and delete them Phil ======================================================== When deleting many journal receivers, the generic name is handy. In addition, if the receivers aren't going to be saved, you can avoid the inquiry message that will be sent for each receiver: <pre> DLTJRNRCV JRNRCV(MYJRNLIB/RCV00101*) DLTOPT(*IGNINQMSG) </pre> Tom
Last Wiki Answer Submitted:  October 12, 2009  1:56 am  by  philpl1jb   44,180 pts.
All Answer Wiki Contributors:  philpl1jb   44,180 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Use the DLTJRNRCV command to delete multple receivers:
ex: dltjrnrcv lib/jrnrcv155*

 5,665 pts.