279. AN UNALLOCATED SET WAS REFERENCED: <SET_NAME>

You've referenced members of a set that has not been allocated.  You must allocate sets in a model before they can be referenced.  Many times, all that is required is to move the set's allocation to a point in the model that precedes any references to it. Set allocation refers to the declaration of the set's members.  Allocation is generally done in a sets section or in a data section.