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 name: xxx
Value should be a name: xxx
This error occurs when the item to the right of an "=" should be a name, and it isn't. For example, it would be an error to use a quoted string with the NAME XFD directive: $XFD NAME=some text. The
xxx
in the message is the value found.
Parent topic:
Compiler Errors