Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
Programming
>
Data Access
>
Database Connectors
>
Database Connectors Reference
>
Error Messages
>
Compiler Errors
>
Value should be a literal: xxx
Value should be a literal: xxx
This error occurs when the item to the right of an "=" should be a literal, and it isn't. The
xxx
in the message is the value found. A literal is either a quoted string or a numeric integer.
Parent topic:
Compiler Errors