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