156.  INCORRECT NUMBER OF ARGUMENTS IN A DATA/INIT/CALC STATEMENT.

ARGUMENT COUNT MUST BE A MULTIPLE OF: N

NUMBER OF ARGUMENTS FOUND: M

You have a data, init or calc statement in your model that doesn’t have the correct number of values to initialize a specified list of attributes and/or sets. LINGO will let you know how many values it found and what the number of arguments should be a multiple of. Add or subtract values in the data statement and try again.