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