Does have experience to automate the reset of cache Adasaf ?

For reasons of performance, we have fixed the value LOGOFF = NEVER,

The database is reset once a week, and when it is necessary to execute the command console F ADA123 AAF SREST

But we are needing to automate this reset cache adasaf at different times of day.

Has anyone done to be able to discuss your experience and action taken to do it?

Turn this job;

//AAFSNSTC JOB (AAF,TSS),DBA,CLASS=S,MSGCLASS=A
//*UQ ALLOW
//* ----------------------------------------------------------------
//*         CONSOLE COMMANDS
//* ----------------------------------------------------------------
//SDSF     EXEC PGM=SDSF
//ISFOUT   DD SYSOUT=A
//ISFIN    DD *
SET CONSOLE BATCH
SET DELAY 600
ULOG
/F ADA123 AAF SREST
END