Specifications
Chapter 14. Statement Reference
188
Syntax errors:
Run-time errors:
Example:
COMMON a%,b,c$,d%(2,3),e(4),f$(5)
Reference:
Error code and message Meaning
error 5: Variable name
redefinition
A same variable name is double
declared in a program.
error 73: Improper
string length
The length of a string variable is out of
the range from 1 to 255.
Error code Meaning
07h
Insufficient memory space
(The
COMMON statement defines too much data.)
Statements:
CHAIN