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