Hi,
Yes, we use Universe triggers under pick flavor (uv on unix or uv on nt).
It works very fine.
Triggers a linked into the file'es header and the flavor is not relevant to
define it.
When you prepare your trigger subroutine, you can specify the compilation
flavor via $OPTIONS PICK and you need to global catalog it.
To make a global catalog from a pick flavor account, you must define a
CATALOG verb for INFORMATION format. Do this :
on your pick flavor set a pointer to uv VOC
SET.FILE UV VOC UVVOC
the copy the UVVOC CATALOG verb localy under another name
COPYI FROM UVVOC TO VOC CATALOG,CATALOG.INFORMATION
the you can global catalog your subroutine
CATALOG.INFORMATION yourprogfile *TRIGSUBROUTINE yourtrigsubroutinename
the CREATE TRIGGER is a part of uv's SQL.
see the uv's doc to CREATE TRIGGER ... syntax
Manu
<gunasegeran (AT) gmail (DOT) com> a écrit dans le message de news:
1147835798.691893.67160 (AT) 38g2000...oglegroups.com...
Quote:
Dear All,
Does universe file triggers work in PICK flavor account and has anyone
used them?
Thanks,
Guna |