@Hao Ma , there is such a setting in compiler flags:  - e. But usually it is a very dangerous idea not to store global storage within the persistent class. As the storage is being generated, if not presented in a code on a target machine, it can become completely different from the data associated with the class that already exists, and this can lead to unpredictable data losses and failures. 

So usually, it is not recommended practice to delete the storage information from the class other than you are sure that there is no data in the system or it is deleted in advance.

Nice article @Hiroshi Sato !

Similar behavior can be achieved also with iris-cron-task app. 

Can be installed as:

USER>zpm "install iris-cron-task"

and used as the following (run every day at midnight with cron expression for the schedule):

USER>zw ##class(dc.cron.task).Start("IRIS cron task name","0 0 * * *","do ^Test",1,.taskId)