Status Listings
Application-Specific Warnings
Table
Error Number | Error Description [description/explanation/examples] |
|
|
8001 | desc = “Incorrect application type is listed in spec file.” |
| help = “The application expects the first |
| file to contain the APPLICATION keyword followed by the application type. |
| Either the APPLICATION keyword was missing or the wrong application type |
| was specified for this particular application.” |
8002 | desc = “A keyword cannot be used as a variable name.” |
| help = “The application has a list of keywords reserved for specification file use. |
| These reserved words cannot be used as a name for one of the measurement |
| parameters.” |
8003 | desc = “The variable name has already been used.” |
| help = “The application allows new names to be assigned to measurement |
| parameters. Once assigned these names can only be used as inputs to other |
| measurements. Only the first ten characters are significant. The line number |
| indicates where the problem was found. The word in the parentheses is the |
| variable name causing the problem.” |
8004 | desc = “Wrong number of input parameters.” |
| help = “The wrong number of inputs were found for a specification file |
| command. The line number listed is where the problem was found in the |
| specification file. The first number in parentheses is the number of inputs found |
| and the second number is the number of inputs required.” |
8005 | desc = “An input parameter has the wrong units.” |
| help = “One of the input parameters to the specification file has the wrong units |
| specified. The line number listed is where the problem was found in the |
| specification file. The first units listed in the parentheses was the units used by |
| the parameter and the second units is the units required by the parameter. An |
| empty pair of quotes ‘’ indicates unitless.” |