You can also use processing options to set and reset keywords for your objects. The option syntax is similar to the selection syntax for keywords. You specify the processing option ";k" followed by the keyword. For example, the following command assigns the keyword "Customer_Forms" to all Form objects with names starting with "fCust":
ZOMSet fCust* ^t Form ;k Customer_Forms
You can remove a keyword assignment by using the exclamation point (!). For example,
ZOMSet +t Ent ;k Tables!
removes the "Tables" keyword from all EntitySet objects.