7. RETURN CODES AND MESSAGES › 7.2 Messages Description › 7.2.3 VCCPARSE Messages
7.2.3 VCCPARSE Messages
VCCPR01E
--------
GETMAIN FOR VCCPARSE WORK AREA FAILED.
The GETMAIN for the VCCPARSE work area fails. Increase the
region size and rerun VCC.
VCCPARSE action: Control is returned to VCCNTRL with
register 15 set to a nonzero value (8).
VCCPR02I
--------
VCCPARMS DD CARD MISSING. DEFAULT VALUES WILL BE USED.
The RDJFCB for the VCCPARMS DD statement indicates that the
DD statement is missing. This message is informational.
VCCPARSE action: All parameters that have defaults have
these default values set in the CNTWA.
Control is then returned to VCCNTRL.
VCCPR03E
--------
OPEN ERROR ON VCCPARMS DATA SET.
The VCCPARMS DCB indicates that the OPEN for the VCCPARMS
data set failed. This error is critical because it is
assumed that since a VCCPARMS DD card is present, the
installation intended to exercise some control over the way
VCC collects DASD space data.
VCCPARSE action: Control is returned to VCCNTRL with
register 15 set to a nonzero value (8).
VCCPR04E
--------
UNKNOWN KEYWORD.
A parameter keyword was encountered but VCCPARSE could not
find it in the parameter table.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR05E
--------
MISSING EQUALS SIGN.
A parameter keyword has been identified but it is not
immediately preceded by an equals sign (with no intervening
blanks).
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR06E
--------
VALID OPTIONS FOR KEYWORD ARE Y AND N.
A parameter keyword is encountered whose only valid options
are Y (yes) and N (no), and one of these values was not
entered.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR07E
--------
KEYWORD OPTION MUST BE NUMERIC.
A parameter keyword whose only valid options are numeric
values is contains an option that is not numeric.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR08E
--------
KEYWORD OPTION VALUE TOO LARGE.
A parameter keyword whose only valid options are numeric
values is encountered, but the numeric value entered is too
large for VCCPARSE to handle (more than ten digits and/or
over 2147483647).
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR09E
--------
KEYWORD OPTION VALUE OUT OF ALLOWABLE RANGE.
A parameter keyword is encountered whose only valid options
are numeric values and the numeric value entered is outside
of the range of values allowed for this keyword.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR10E
--------
KEYWORD OPTION VALUE NOT ALLOWED.
A parameter keyword is encountered that has a list of valid
numeric or character values associated with it, but the value
entered is not in this list.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR11E
--------
KEYWORD OPTION VALUE TOO LONG.
A parameter keyword is encountered whose options have a
maximum length associated with them and one of the options
entered is over this maximum length.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR12E
--------
INVALID DATA SET NAME.
A parameter keyword is encountered whose options must be data
set names and one of the options entered is not a valid data
set name.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR14E
--------
MISSING LEFT PARENTHESIS.
A parameter keyword is encountered whose options must be
enclosed in parentheses and the left parenthesis is missing.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR15E
--------
MISSING RIGHT PARENTHESIS.
A parameter keyword is encountered whose options must be
enclosed in parentheses and the right parenthesis is missing.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR16E
--------
INVALID OPTION LIST SEPARATOR.
A parameter keyword whose options must be enclosed in
parentheses contains a character assumed to be a separator
character and this character is not a comma.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR17E
--------
GETMAIN FOR KEYWORD LIST AREA FAILED.
A parameter keyword is encountered whose options must be
enclosed in parentheses and the GETMAIN for the area that is
to contain this specified list of values fails. Increase
region size and rerun VCC.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR18E
--------
KEYWORD OPTION TERMINATOR MUST BE BLANK.
A parameter keyword is encountered that can have only one
option and the option specified does not end in a blank
character.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR19E
--------
MISSING KEYWORD OPTION.
A parameter keyword is encountered that has no value
specified after the equals sign and no intervening blanks.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR20E
--------
INVALID OPTION LIST SEPARATOR CHARACTER
A parameter keyword is encountered whose option must be a
data set name or other character value and that parameter
keyword is not terminated by a comma (,), period (.), or
right parenthesis ()).
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR21E
--------
MISSING OPTION TERMINATOR.
A parameter keyword is encountered whose option does not
terminate on the same card. For keywords with a list of
options, one of the items in the list does not terminate on
the same card on which the options began.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR22E
--------
KEYWORD MUTUALLY EXCLUSIVE WITH ANOTHER.
A parameter keyword is encountered whose mutually exclusive
counterpart has been encountered previously. This applies to
all INCLUDE/EXCLUDE parameter keywords.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR23E
--------
GENERIC SPECIFICATION NOT ALLOWED FOR THIS KEYWORD.
A parameter keyword is encountered whose operand contains an
asterisk.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR24E
--------
NUMBER OF TOTAL ENTRIES FOR KEYWORD EXCEEDS nnn.
A parameter keyword is encountered whose options are a list
of values, and the number of entries specified in this list
exceeds the maximum allowed for the keyword. The string nnn
in the message text is replaced by the maximum number of
entries defined for the parameter keyword currently being
parsed.
VCCPARSE action: Parameter keyword parsing continues. When
parameter parsing completes, control is
returned to VCCNTRL with register 15 set to
8.
VCCPR25W
--------
PREVIOUS OPTION IS OBSOLETE AND SHOULD BE REMOVED FROM
PARAMETER INPUT.
A parameter keyword is encountered that has been obsoleted
and VCC no longer uses.
VCCPARSE action: The parameter keyword and its value are
ignored and parameter keyword parsing
continues.
VCCPR26W
--------
CATCHECK=Y WAS REQUESTED. SERIALIZE=N IS BEING FORCED TO
PREVENT EXCESSIVE RESERVE TIMES.
VCC performance is slowed by the CATCHECK function since
LOCATE processing is done to the catalog for each VTOC data
set to be written out to VCCDATA or SMF. Since the scan of
any VTOC will therefore be slower with the function, it is
important to avoid serializing on the SYSVTOC resource while
issuing LOCATE SVCs. This combination of SERIALIZE=Y and
CATCHECK=Y is not allowed.
VCCPARSE action: SERIALIZE=N is forced into effect to allow
CATCHECK processing to proceed.
VCCPR27W
--------
VTOCERR VALUE HAS BEEN RESET TO 1 LESS THAN THE NUMBER OF
VTOC SUBTASKS.
The count of critical VTOC scanning errors that can be
ignored cannot be greater than the number of VTOC scanning
tasks (VTOCSUBT).
VCCPARSE action: The error threshold is reset to 1 less
than the number of subtasks which leaves
one subtask remaining if the error
threshold is reached.
VCCPR28W
--------
VSAMERR VALUE HAS BEEN RESET TO 1 LESS THAN THE NUMBER OF
VSAM SUBTASKS.
The count of critical VSAM scanning errors that can be
ignored cannot be greater than the number of VSAM scanning
tasks (VSAMSUBT).
VCCPARSE action: The error threshold is reset to 1 less
than the number of subtasks which leaves
one subtask remaining if the error
threshold is reached.
VCCPR29E
--------
SMFID VALUE AND HSMSMFID VALUE CANNOT BE THE SAME NUMBER WHEN
LOGGING TO SMF.
Both VCC records and DFHSM records are to be logged to SMF
but the SMF record numbers cannot be identical. Either the
defaults should be used or logging should be directed to one
or both of the corresponding data sets (VCCDATA or VCCHSM).
VCCPARSE action: The run is terminated immediately so this
error can be resolved and the job submitted
again.