KLVSC007 INVALID DELIMITER USAGE: string environmental_information

Explanation

TMS:Engine was parsing a line and encountered an invalid use of delimiters. This is caused by either a mismatch of delimiters or improper delimiters. Valid delimiters are:
  • <blank>: Blank separates parameters.
  • ,: Comma separates parameters.
  • =: Equal separates keyword from keyword value.
  • (: Open parens separates keyword from keyword value.
  • ‘x’: Parameters within single quotes contain text with embedded delimiters.
  • -: Dash indicates continuation.
  • +: Plus continues as is.
  • ): Close parens delimits the end of a keyword value.
A common cause of this error is data added to a keyword that is defined as a keyword without data. This is one message in a class of syntax error messages.

System action

The action being performed terminates.

User response

The environmental portion of the message indicates where the syntax error was detected. Use this information to correct the error.

Message Type

ERROR, ALERT, WARNING