In an old version of TAATOOL, there is a command called RMVOLDMBR. An example follows:
/* Remove saved members over 90 days old */
ADDLIBLE LIB(TAATOOL)
MONMSG MSGID(CPF0000)
TAATOOL/RMVOLDMBR FILE(BPR500MSV) RETAINDAYS(90) +
CHKDAT(*CRTDAT)
Since our system does not have this command, does anyone know of a way to do this using other code?
Thanks for any help!
/* Remove saved members over 90 days old */
ADDLIBLE LIB(TAATOOL)
MONMSG MSGID(CPF0000)
TAATOOL/RMVOLDMBR FILE(BPR500MSV) RETAINDAYS(90) +
CHKDAT(*CRTDAT)
Since our system does not have this command, does anyone know of a way to do this using other code?
Thanks for any help!