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