VALUEREQ, PRINT USING requires a value
Explanation: ERROR-A PRINT USING statement
must have at least one expression or value.
User Action: Supply an expression or value at the end of
the PRINT USING statement.
VARCONREQ, variable or constant required
Explanation: ERROR-The program contains an exe-
cutable DIM statement that contains an expression in the
bounds list.
User Action: Remove the expression from the bounds
list. Executable DIM statements can have only constants
or variables (simple or subscripted) as bounds.
VARNOALGN, Variable <name> within COMMON or
MAP is not naturally aligned.
Explanation: WARNING-Identifies a variable within
a COMMON or MAP that was found not to be nat-
urally aligned. This error is only reported when the
/WARNING=ALIGNMENT qualifier is in effect.
User Action: Modify COMMON or MAP so that all
variables are naturally aligned.
VERJUSMUS, vertical justification must be ``TOP'',
``CAP'',``HALF'',``BASE'', ``BOTTOM'' or ``NORMAL''
Explanation: ERROR-You specified an invalid value
for the vertical component of the SET TEXT JUSTIFY
statement.
User Action: Specify one of the values listed in the
message.
VIRARROVF, virtual array space exceeded at array
<name>
Explanation: ERROR-The storage for virtual arrays on
a single channel exceeds 2,147,483,647 bytes.
User Action: If there is only one virtual array on the
channel, you must reduce the amount of storage used by
the array. However, if there is more than one virtual ar-
ray on the channel, you can put each array on a separate
channel.
VIRNOTALL, virtual array not allowed in graphics
statements
Explanation: ERROR-You specified an entire virtual
array on a statement that does not allow them.
User Action: Specify a nonvirtual array in place of the
virtual array.
VIRRECTOO, virtual RECORD <name> is too large.
Limit is 512 bytes
Explanation: ERROR-The elements of a virtual array
are of type <name> and the total storage requirement for
each element is greater than 512 bytes.
User Action: Reduce the size of the RECORD.
WRITEERR, error writing <file-name>
Explanation: ERROR-An error was detected in at-
tempting to write to a file.
User Action: Supply a valid file specification or take
corrective action based on the associated message.
WROTYPLIB, library <lib-name> is not an OBJECT or
IMAGE library
Explanation: WARNING-The logical BASIC$LIBn
translates to a library that is not an object library or a
shareable image library.
User Action: Change the logical BASIC$LIBn to trans-
late to an object library or a shareable image library.
XYPOIREQ, X,Y point required between semicolons
Explanation: ERROR-In a list of points in a statement
such as PLOT LINES, you specified two semicolons in a
row without an X,Y point specification between them.
User Action: Either supply another point or remove the
extra semicolon.