Version 6.3.8 for UNIX
 —  Messages and Codes  —

Natural System Error Messages 4201-4250

NAT4201: The file number must be in the range 1 - 5000.

Text The file number must be in the range 1 - 5000.
Expl. The database file number must be in the range from 1 to 5000.
Actn. Enter correct file number.

NAT4202: First character of file name must be alphabetical.

Text First character of file name must be alphabetical.
Expl. A valid file name must begin with an alphabetical character,
and may be constructed according to the rules for variable
names (as described in the section on user-defined variables
in the Natural documentation).
Actn. Enter correct file name.

NAT4203: A file name must be specified.

Text A file name must be specified.
Expl. For the CATALOG function, which requires a file name,
no file name was specified.
Actn. Enter a valid file name.

NAT4204: Level must be higher than previous level.

Text Level must be higher than previous level.
Actn. Check and correct the level.

NAT4205: Invalid characters in file name.

Text Invalid characters in file name.
Expl. A file name must be constructed according to the rules for variable
names (see the section on user-defined variables in the Natural
documentation).
Actn. Enter a correct file name.

NAT4206: Invalid name for the "default sequence" field.

Text Invalid name for the "default sequence" field.
Expl. An invalid name was specified for the default sequence descriptor.
The default descriptor must be specified as the 2-character short
name of a field which must exist as a descriptor in the global
database file definition.
Actn. Enter correct name for default sequence descriptor.

NAT4207: Invalid database field name for coupling field.

Text Invalid database field name for coupling field.
Expl. The field name specified for the coupling relation must be specified
as a 2-character short name and must begin with an alphabetical
character.
The field to be used for the coupling relation must exist in the
global database file definition.
Actn. Enter correct name for coupling field.

NAT4208: Invalid field name for coupling field (columns S + D).

Text Invalid field name for coupling field (columns S + D).
Expl. The name for the coupling field must be specified as a 2-character
database field name beginning with an alphabetical character
and must exist in the global file definition.
The value for the coupling field name must be entered in the
columns with headings S and D (one character each).
Actn. Enter correct coupling field name.

NAT4209: Coupled file number not numeric.

Text Coupled file number not numeric.
Expl. The identification of the coupled file must be entered as the
file number in the database. The identification must be a valid
file number in the range from 1 to 255.
It must be entered in the field with heading "LENG".
Actn. Enter correct coupling file number.

NAT4210: Occurrence value must be 1-999.

Text Occurrence value must be 1-999.
Expl. The specified value for the occurrence is not correct.
Only values in the range from 1 to 999 are allowed for a periodic group
or multiple-value field.
Actn. Enter correct value for occurrence.

NAT4211: Database short field name must be specified (column DB).

Text Database short field name must be specified (column DB).
Expl. The specification of a field requires a database short field name.
The short field name must be 2 characters long and begin with an
alphabetical character.
Actn. Enter correct field short name.

NAT4212: Field long name must be specified (column NAME).

Text Field long name must be specified (column NAME).
Expl. The specification of a field requires a long name to be specified for a
field. The long name must begin with an alphabetical character
and must be constructed according to the rules for variable names
(see the section on user-defined variables in the Natural
documentation).
Actn. Enter valid long field name.

NAT4213: First character of field long name must be alphabetical.

Text First character of field long name must be alphabetical.
Expl. The first character of a field"s long name must be alphabetical.
Actn. Enter a valid long name for the field.

NAT4214: Field format (column F) must be A,B,U,I,N,P,F,D,T or L.

Text Field format (column F) must be A,B,U,I,N,P,F,D,T or L.
Expl. Only one of the following formats may be specified for a database field:
A - alphanumeric
B - binary
U - unicode
I - integer
N - numeric unpacked
P - packed numeric
F - floating point
D - date
T - time
L - logical
Actn. Enter a valid format.

NAT4215: Alpha field length must be 1-253 or LA/LB option must be set.

Text Alpha field length must be 1-253 or LA/LB option must be set.
Expl. Fixed-length alphanumeric fields can only have a length of up
to 253 characters.
A variable-length field may be defined as DYNAMIC by setting
the format option LA or LB. Use the .E line command to enter
a format option.
Actn. Enter a valid field length or set LA/LB format option.

NAT4216: The length of a numeric field must be 1 - 29.

Text The length of a numeric field must be 1 - 29.
Expl. The maximum length for a numeric field is 29 digits.
The length for a numeric field is always specified in digits.
Actn. Enter valid numeric length.

NAT4217: VSAM descriptor can only be "P","S","A","X" or blank.

Text VSAM descriptor can only be "P","S","A","X" or blank.
Expl. A character other than "P", "S", "A", "X" or blank has been
specified to mark a field as a descriptor field.
Actn. Enter correct character (P, S, A, X or blank).

NAT4218: Specification of field length must be numeric.

Text Specification of field length must be numeric.
Expl. The specification for the field length must be numeric in the
form "nn.m", where "nn" represents the digits before and "m" the
digits after the decimal character.
Actn. Enter correct length.

NAT4219: Field long name must consist of at least 3 characters.

Text Field long name must consist of at least 3 characters.
Expl. The long name for a field must consist of 3 or more characters.
Actn. Enter valid field long name.

NAT4220: Invalid characters in long name.

Text Invalid characters in long name.
Expl. Long field names must be constructed according to the rules
for variable names and must begin with an alphabetical character
(see the section on user-defined variables in the Natural
documentation).
Actn. Enter valid field long name.

NAT4221: Invalid database short name (column DB).

Text Invalid database short name (column DB).
Expl. The field short name must have 2 characters and must begin with
an alphabetical character.
The field short name must not be "E0" to "E9".
Actn. Enter valid database short name.

NAT4222: Length of a binary field must be 1 - 126.

Text Length of a binary field must be 1 - 126.
Expl. Binary fields can only have a length between 1 and 126.
Actn. Correct the length value of the field.

NAT4223: Field type (column T) must be "*", "P", "G", "M", blank.

Text Field type (column T) must be "*", "P", "G", "M", blank.
Expl. Valid field types to be specified in column T are:
* - comment line
P - periodic group
G - group of fields
M - multiple-value field
" " - elementary field
Actn. Enter valid field type.

NAT4224: Special options or descriptor entered for group.

Text Special options or descriptor entered for group.
Expl. For a field group, no special options or "D" (for descriptor) can be
specified. Special options must be specified for the individual fields.
Actn. Do not enter special options for field groups.

NAT4225: Invalid level. Level must be 1 - 7.

Text Invalid level. Level must be 1 - 7.
Expl. Field levels can only be 1 - 7.
Actn. Enter valid level number.

NAT4226: Periodic group within periodic group is not allowed.

Text Periodic group within periodic group is not allowed.
Expl. Periodic groups cannot be nested; i.e., a periodic group must not
contain another periodic group.
Actn. Check program and correct error.

NAT4227: Edit mask must not be specified for a group.

Text Edit mask must not be specified for a group.
Expl. No edit mask specification is allowed for a field (periodic) group.
Edit masks can only be specified for individual fields.
Actn. Check program and correct error.

NAT4228: Format must not be specified for a group.

Text Format must not be specified for a group.
Expl. For a group, no format can be specified.
Formats can only be specified for individual fields.
Actn. Check program and correct error.

NAT4229: Length must not be specified for a group.

Text Length must not be specified for a group.
Expl. For a field group, no length can be specified.
Field lengths may only be specified for individual fields.
Actn. Check program and correct error.

NAT4230: Special option (column S) must be "N", "F", or blank.

Text Special option (column S) must be "N", "F", or blank.
Expl. Valid special options are:
N - null-value suppression
F - fixed field length
" " - normal
Actn. Enter valid special option.

NAT4231: Coupled file entries must be specified at start of DDM.

Text Coupled file entries must be specified at start of DDM.
Expl. Coupled file entries must be specified at the start of the DDM.
Actn. Enter the coupled file entries at the start of the DDM.

NAT4232: Alternate index missing for VSAM, ISAM or LEASY.

Text Alternate index missing for VSAM, ISAM or LEASY.
Expl. If the descriptor is "A", an alternate index must be specified.
Actn. Enter the alternate index.

NAT4233: Occurrence must be greater than "1".

Text Occurrence must be greater than "1".
Expl. For a periodic group or a multiple-value field, only an
occurrence greater than "1" is permitted.
Actn. Enter correct value for the occurrence.

NAT4234: Multiple-value field within periodic group not allowed.

Text Multiple-value field within periodic group not allowed.
Expl. In VSAM processing, a periodic group must not contain a multiple-value
field.
Actn. Change the field in the DDM.

NAT4235: Multiple-value field cannot be a descriptor.

Text Multiple-value field cannot be a descriptor.
Expl. For VSAM processing, a multiple-value field cannot be a descriptor.
Actn. Change the field type, or remove the descriptor indication.

NAT4236: Occurrence missing for periodic group.

Text Occurrence missing for periodic group.
Expl. In VSAM processing, an occurrence greater than "1" must be specified
for a periodic group.
Actn. Enter the correct occurrence.

NAT4237: Alternate index not allowed for group or periodic group.

Text Alternate index not allowed for group or periodic group.
Expl. In VSAM processing, an alternate index is not allowed for a
group or a periodic group.
Actn. Change type of field, or do not specify an alternate index.

NAT4238: Coupled file entry not allowed.

Text Coupled file entry not allowed.
Expl. In VSAM processing, coupled file entries in the DDM are not allowed.
Actn. Remove the coupled file entries.

NAT4239: Illegal characters in alternate index file name.

Text Illegal characters in alternate index file name.
Expl. The correct syntax for the alternate index file name requires
that the first character be alphanumeric; the following characters
may either be alphanumeric or numeric.
Actn. Enter correct file name.

NAT4240: DBID numbers must exclude one another.

Text DBID numbers must exclude one another.
Expl. When copying files, the database identifications (DBIDs) of the files
must be different from one another.
Actn. Enter correct DBID.

NAT4241: Primary key has been defined twice.

Text Primary key has been defined twice.
Expl. In VSAM processing, only one field may be specified as primary key.
Actn. Define only one primary key.

NAT4242: Type must be blank.

Text Type must be blank.
Expl. In VSAM processing, the type of the field where the primary key is
specified must be specified with a blank character.
Actn. Change type to a blank character.

NAT4243: Primary key has not been specified.

Text Primary key has not been specified.
Expl. In VSAM processing, one primary key must be specified in the DDM.
Actn. Enter one primary key field.

NAT4244: Duplicate name in DDM not possible.

Text Duplicate name in DDM not possible.
Expl. There is a name in the DDM which is specified twice.
Actn. Change the name which is specified twice.

NAT4245: The CICS file name is missing.

Text The CICS file name is missing.
Expl. The CICS file name in the definition of the file entry is missing.
Actn. Enter the CICS file name.

NAT4246: Only "Y" or "N" may be entered in this field.

Text Only "Y" or "N" may be entered in this field.
Expl. In this field, you may only enter "Y" (for YES) or "N" (for NO).
Actn. Enter "Y" or "N".

NAT4247: Periodic group is not in FDT.

Text Periodic group is not in FDT.
Expl. There is a periodic group specified in the DDM which does not
appear in the corresponding Field Description Table (FDT).
Actn. Check DDM for the specified periodic group.

NAT4248: Use unique key flag/null flag only for VSAM upgrade.

Text Use unique key flag/null flag only for VSAM upgrade.
Expl. The unique key flag and the null flag can only be specified if
the upgrade flag has been signed. This is only meaningful if
the field has an alternate index.
Actn. Specify correct combination of flags.

NAT4249: Invalid format or length.

Text Invalid format or length.
Expl. Only the following format/length combinations are valid:
- INTEGER (I4)
- FLOAT (F4/F8)
- DATE
- TIME
- LOGICAL (L1).
Actn. Check DDM and correct error.

NAT4250: Invalid character in descriptor option.

Text Invalid character in descriptor option.
Expl. In column D, only the following values are allowed:
D - descriptor
S - subdescriptor or superdescriptor
P - phonetic descriptor
" " - not a descriptor
and for VSAM files:
P - primary index
A - alternate index
Actn. Enter valid descriptor option.

Top of page