Diagnosis You tried to enter fixed values for a domain with a data type which doesnot allow this. Only data types CHAR, NUMC, DEC, INT2, and INT4 allowentry of fixed values. Procedure If you want to specify fixed values, you must change the data type ofthe domain to one allowing entry of fixed values. Remember that the DYNPprocessor carries out an input check on the template for data typesNUMC and CHAR only. At present, you have to program the value check forthe numeric types INT* and DEC yourself. |