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