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