Difference between revisions of "User:MrDolomite/DiskCleanup"

From MidrangeWiki
Jump to: navigation, search
m (New page: {{AN}} or ''[http://en.wikiquote.org/wiki/Dr._Strangelove_or:_How_I_Learned_to_Stop_Worrying_and_Love_the_Bomb How I learned to love the AS/400 by deleting stuff].'' ==APAR Libraries== <p...)
 
m
Line 6: Line 6:
 
DLTPRB DAYS(0)  
 
DLTPRB DAYS(0)  
 
CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(30)
 
CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(30)
 +
</pre>
 +
 +
==Journal receivers==
 +
<pre>
 +
WRKJRNRCV JRNRCV(*ALL/*ALL)
 
</pre>
 
</pre>

Revision as of 19:46, 22 January 2007

MrDolomite/DiskCleanup or How I learned to love the AS/400 by deleting stuff.

APAR Libraries

CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(0)
DLTPRB DAYS(0) 
CHGSYSVAL SYSVAL(QPRBHLDITV) VALUE(30)

Journal receivers

WRKJRNRCV JRNRCV(*ALL/*ALL)