Return to the Comm Tips
Clear the ARP cache on the 400
Found on the Midrange-L Mailing List: http://www.midrange.com Here is a quick CLLE that clears the ARP cache on the 400 for a given line: Source type CLLE pgm parm(&line) /* CRTBNDCL PGM(your-lib/CLRARP) + SRCFILE(your-lib/QCLSRC) + SRCMBR(CLRARP) */ dcl &line *char 10 CALLPRC PRC('QtocRmvARPTblE') PARM(&LINE 0 '*ALL ' + X'00000000') end: endpgm ------------------------- Bryan Dietz 3X Corporation I have a display ARP cache program. Look for it here ---> http://home.roadrunner.com/~jbmmdietz/dsparp.html
[report a broken link by clicking here]