I am trying to find out if in DB2/AIX is possible to create a txt file and append to it once a new record is inserted into a table, from a trigger for instance. Are there any means by which DB2 allows file system manipulation, basically same operations as using a programming language (Java/C) I/O functions/methods.