Micro FocusĀ Visual COBOLĀ 2.3 for Visual Studio 2015
>
General Reference
>
File Handling Reference
>
Rebuild Error, Information and Warning Messages
>
Syntax Errors
>
Invalid record parameter - '-' expected
Invalid record parameter - '-' expected
When specifying the record structure of a variable length file, you have not separated the minimum record length and the maximum record length with a hyphen (-).
Resolution:
Use the correct format:
/r:v
minreclen
-
maxreclen
Parent topic:
Syntax Errors