Keith -

Not sure if its the same on Universe, but on Unidata, you can type HELP
CREATE.TRIGGER at the TCL prompt.  The command is:

CREATE.TRIGGER filename program name (has to be globally cataloged) UPDATE or
DELETE.  To create a trigger calling the program CUST.UPD on updates of the
CUSTOMER file, you would do the following:

CREATE.TRIGGER CUSTOMER CUST.UPD UPDATE

Hope it helps.

Steve Long
Spyderweb Technical Services, Inc.> Subject: [U2] [UV] Can I get some advice
on triggers?> Date: Tue, 27 Nov 2007 17:38:56 +1300> From:
[EMAIL PROTECTED]> To: u2-users@listserver.u2ug.org> > Hi,> > I'm hoping
someone can give me some help on triggers. I want to put a> trigger on a file
to datestamp address changes.> > The system manual (25119270.pdf) says that
triggers aer set up by the> command> > CREATE TRIGGER trigger.name
[BEFORE|AFTER|UPDATE]> > > But when I try that I get an SQL prompt. We don't
use SQL at all - is> there some way of setting up triggers without it? Is
there another> manual I should look at?> > > Thanks, Keith.> -------> u2-users
mailing list> u2-users@listserver.u2ug.org> To unsubscribe please visit
http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to