/* tr-c-ect.p - Create trigger for emp-counter */ TRIGGER PROCEDURE FOR CREATE OF emp-counter. /* Include Commons */ {common.i} /* Assign an ID, creation info and any initial defaults */ ASSIGN emp-counter.primary-key = NEXT-VALUE(primary-payroll). /* Go back */ RETURN.