Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
A simple SQL statement, (create trigger etc....) in a source member could do the trick. Here is what you would do:
1) You would write your [well tested in advance] SQL code in a standard source member let's call it "NITETRIGER"
2) You would create a simple CL program to execute the SQL code. The instruction to use is
RUNSQLSTM SOURCELIB/SRCFILE SRCMBR (where SRCMBR would be replaced by NITETRIGER.
You could either use a Job Scheduler or ROBOT/400 or even a DLYJOB instruction to delay the execution until a good time at night.