I have some triggers set up on our AS400. A record gets written to a physical file each time one of the triggered files has an add, update or delete performed against it.
The problem is that we have a few batch programs that do not write to the trigger file when run (and update and addes are being done via writes and rewrites). The online programs invoke a trigger record, but these specific batch programs do not (writing to the same triggered files). Both programs are doing basic COBOL writes and rewrites
What am I doing wrong? Do I need to set a specific parameter within the batch program?
↧
AS400 Triggers
↧