781
Inoffizielles Handbuch für Software AG’s NATURAL 3.1.1

Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

  • Upload
    lythu

  • View
    386

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Inoffizielles Handbuch

für Software AG’s

NATURAL 3.1.1

Page 2: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 2/781Bearbeitet von: Schäfer DV Consulting

NAT0001 Falsche Syntax oder Reihenfolge; unbekannter Feldname.

Missing/invalid syntax; undefined variable name/keyword.

The syntax checker detected an invalid statement name orkeyword. Probable cause is a misspelling of a statement name,keyword or variable name, or an error in a sub-clause of theprevious statement.

Correct Error.

NAT0002 Keine Datei mit angegebenem Namen oder Nummer vorhanden.

No file is available with specified name or number.

- The file name was misspelt; or- the file is not defined in the Data Dictionary; or- you are not authorized for access to the file.

Use a correct file name; or define the file in the Data Dictionaryor contact your NATURAL administrator for access authorizationto the file.

NAT0003 Ungültiger Dateiname oder ungültige Dateinummer.

Invalid character string for file name or file number.

An invalid syntax has been supplied where NATURALexpected to locate a file name or number.Only characters that are available in the construction ofvariable names may be used for the construction of a file name,i.e., alphabetical characters (first character must be alphabetinumeric characters, and the following special characters: - hyphen _ underscore @ at / slash # hash or pound $ dollar & ampersand

Eliminate invalid characters from file identification.

Page 3: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 3/781Bearbeitet von: Schäfer DV Consulting

NAT0004 Wenn verwendet, muß DEFINE DATA das 1. Statement sein.

DEFINE DATA must be the first statement if present.

If DEFINE DATA is used in a program, it must always be thefirst statement.

Correct error.

NAT0005 Schließende Klammer fehlt in arithm./logischem Ausdruck.

Closing parenthesis missing in arithmetic/logical expression.

Parentheses may be used to control the evaluation of arithmeticand logical expressions.If parentheses are used, they must always be paired(opening and closing parentheses).

Check the use of parentheses in the arithmetic or logical expres

NAT0006 ESCAPE wurde benutzt, obwohl keine Schleife aktiv war.

ESCAPE statement used when no processing loop active.

The ESCAPE statement may only be used within an activeprocessing loop.

Check structure of processing loops and place ESCAPE statementcorrectly within an active loop.

NAT0007 Falsche THRU-Klausel in READ LOGICAL-/HISTOGRAM-Statement.

Invalid THRU clause in READ LOGICAL/HISTOGRAM statement.

When specifying the THRU clause in a READ LOGICAL or HISTOGRAMstatement, an ending value must be supplied.The ending value must be either a constant or the content of avariable.

Correct error in program.

NAT0008 Unerlaubte Such-Syntax; Feld ist kein Deskriptor.

Page 4: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 4/781Bearbeitet von: Schäfer DV Consulting

Invalid search syntax.

1) A field used in a WITH clause must be a descriptor. A group notation is not permitted.

2) When the ENDING AT clause of a READ statement uses a superdescriptor as the search key, the superdescriptor must be defined with the VIEW in the data area (if present).3) When the READ statement is related to DB2, the search variable must be part of the VIEW.

1) The LIST FILE command may be used to ascertain whether a fielis defined as a descriptor in the Data Dictionary.2) Add superdescriptor to the VIEW.

NAT0009 Falscher Operator in relationalem Ausdruck.

Invalid relational operator in a relational expression.

A relational expression in a logical criterion contains an invalrelational operator. The following relational operators maybe used in a relational expression:

= or EQ or EQUAL TO ^= or NE or NOTEQUAL > or GT or GREATER THAN >= or GE or GREATER EQUAL

Correct construction of relational expression.

NAT0010 Fehler bei Wertangabe in relationalem Ausdruck.

Error in value specification in a relational expression.

The search criterion is correct up to the relational operator,but the specification of the value to be compared is either missor invalid.If the value was specified using a variable,the variable must have been previously defined.

Ensure that alpha descriptor values are enclosed in apostrophesand that numeric values are not.Reference only variables that have been defined previously.

Page 5: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 5/781Bearbeitet von: Schäfer DV Consulting

NAT0011 Unerlaubte Format-Kombination in relationalem Ausdruck.

Invalid format combination in a relational expression.

In a relational expression, values being compared witha relational operator must have the same format, that is:

alpha rel-operator alpha numeric rel-operator numeric binary rel-operator binary

Correct error.

NAT0012 Längenanpassung der Suchvariablen nicht moglich.

Length adjustment of search variable not possible.

The value supplied in the relational expression is longer than tlength defined for the search variable. The length of the searchvariable can be dynamically adjusted to the length of the valueif only one value exists. (This is not true for expressions usin'OR =', 'THRU' or 'BUT NOT' operations.)

If more than one value exists, use appropriate length specificatfor search variable.

NAT0013 Deskriptorname oder ISN fehlt nach BY in READ-Statement.

Descriptor name or ISN missing after 'BY' in READ.

The word 'BY' is specified to express a sequence for a READ operIf BY is used, either the word 'ISN' or the name of a descriptormust be specified to express the sequence in which the records ato be read.

Either do not specify BY, or specify either ISN or the name of adescriptor.

NAT0014 Fehler in SORTED BY-Klausel eines FIND-Statements.

Page 6: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 6/781Bearbeitet von: Schäfer DV Consulting

Error in SORTED BY clause of FIND statement.

The field specified for an ADABAS sort is not a descriptor;or no sort descriptor was specified;or more than 3 sort fields were specified.

Correct error.

NAT0015 Klammern in Angabe von NATURAL-Systemfunktion fehlen.

Parenthesis missing in NATURAL system function notation.

The argument for a NATURAL system function must be enclosedin parentheses.If a variable has been given a name which is also the name of aNATURAL system function, this error message will also occur.

Either enclose the argument for the function in parentheses;or change the name of the variable so that i t does not conflictwith the name of a NATURAL system function.

NAT0016 Falscher Parameter in INCLUDE-Statement oder Copycode.

Invalid parameter in INCLUDE statement or copycode.

The number of a parameter in the copycode

Correct error in INCLUDE statement or in copycode.

NAT0017 MASK oder SCAN falsch angegeben, oder Maskenlänge falsch.

Page 7: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 7/781Bearbeitet von: Schäfer DV Consulting

MASK or SCAN used incorrectly, or incorrect mask length.

MASK and SCAN can only be specified following an EQ or NE operatLength of mask must be less than or equal to the length of the f

Only the follwing characters may be used in a mask: . ignore position in variable X check against position U check for upper-case alpha L check for lower-case al N check for numeric C check for alphanumeric H check for hexadec. char. S check for special print P check for printable char. A check for upper/lower a DD check for valid day in month MM check for valid month in year YY check for valid current year YYYY check for valid year in century N1-N2 check against range of valuesEnsure that the mask is specified correctly.

NAT0018 Fehler bei Angabe eines arithmetischen Operanden.

Error in construction of arithmetic operand.

The name of a variable has been misspelt in an arithmeticexpression; ora wrong character has been used in the construction of anumeric constant; orthe argument of a square root function has been constructedincorrectly.

Check program and correct error.

NAT0019 Fehlerhaftes Ergebnisfeld in arithmetischem Statement.

Page 8: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 8/781Bearbeitet von: Schäfer DV Consulting

Error in receiving field of arithmetic statement.

The receiving field of an arithmetic operation must consist of avalid variable reference.

The error may be caused by a misspelt variable nameor by not supplying the character '=' in ASSIGN/COMPUTE.It can also appear if the target variable is a system functionlike INT, SIN, etc.Ensure that the target field of MULTIPLY/DIVIDE is not aconstant.

Check program and correct error.

NAT0020 Schlüsselwort 'BY' fehlt in MULTIPLY-Statement.

Word 'BY' missing in MULTIPLY statement.

In a MULTIPLY statement, the word 'BY' is required between thetwo operands to be multiplied, for example:

MULTIPLY 1 BY 2 GIVING #RESULT

Check program and correct error.

NAT0021 Schlüsselwort 'INTO' fehlt in DIVIDE-Statement.

Word 'INTO' missing in DIVIDE statement.

In a DIVIDE statement, the two operands must be separated by theword 'INTO', for example:

DIVIDE 2 INTO 7 GIVING #RESULT

Check program and correct error.

NAT0022 Schlüsselwort 'TO' fehlt in MOVE-Statement.

Page 9: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 9/781Bearbeitet von: Schäfer DV Consulting

Word 'TO' missing in MOVE statement.

The word 'TO' is required in a MOVE statement to indicate theresult field(s) into which the values are to be moved.

Examples: MOVE 1 TO #A MOVE #B TO #C #D #E #F

Check program and correct error.

NAT0023 Fehler bei Angabe eines Format-Elements.

Error in specification of format element.

Error in the specification of a format element: either in theFORMAT statement, or in a format specification following aninput/output statement or an individual element.

Format elements must be identified using the proper format elemekeywords.

See the NATURAL Reference Manual, NATURAL Session Parameters,for details.

Check program and correct error.

NAT0024 Im VERT-Modus muß auf AS entweder 'text' oder CAP folgen.

In VERT mode, 'AS' must be followed by 'text' or 'CAP'.

DISPLAY VERTICALLY AS indicates that a special option is desiredthe vertical display of elements.None of these options were encountered, ei ther because of a missor because no options were provided.Possible options are:

- DISPLAY VERTICALLY AS 'header text' - DISPLAY VERTICALLY AS CAPTIONED (or DISPLAY VERTICALLYAS C - DISPLAY VERTICALLY AS 'header text' CAPTIONED

See NATURAL Reference Manual for details.

Check program and correct error.

Page 10: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 10/781Bearbeitet von: Schäfer DV Consulting

NAT0025 Schließende Klammer fehlt im Argument der Systemfunktion.

Closing parenthesis missing in system function argument.

In a SORT statement, multiple argument variables can be specifiefor the same NATURAL system function.The list of argument variables must be enclosed in parenthesesfor all argument fields that are to be evaluated for the samesystem function.

Check program and correct error.

NAT0026 Ausgabeelement nach VERT fehlt oder ist falsch.

Output element after 'VERT' is missing or invalid.

'VERT(ICALLY)' was specified in a DISPLAY statement to indicateoutput elements are to be displayed underneath one another; howeno valid output element was encountered after the 'VERT'.You have probably misspelt a variable name or forgotten anapostrophe at the beginning of a text string.

Check program and correct error.

NAT0027 Fehlerhafte Wertangabe.

Error in value specification.

A value may be specified either as a constant or as the referencto an already existing variable or database field.Either a misspelt variable name was supplied,or the leading apostrophe for a constant was omitted.

Correct error.

NAT0028 Deskriptor fehlt bei READ LOGICAL-Statement.

Page 11: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 11/781Bearbeitet von: Schäfer DV Consulting

READ LOGICAL used without required descriptor.

A READ LOGICAL statement requires the specification of adescriptor which is to be used to control the read sequence.If no sequence is specified in the READ LOGICAL statement,NATURAL attempts to use the default sequence as defined for thein the Data Dictionary.If no descriptor is specified in the READ LOGICAL statement,and no default sequence is defined in the Data Dictionary,this error message will be displayed.

Ensure that the sequence descriptor is specified by eitherof the methods described above.

NAT0029 Deskriptor fehlt / falsche Syntax in HISTOGRAM-Statement.

Descriptor field missing/invalid syntax in HISTOGRAM.

A HISTOGRAM statement reads the values for a descriptor.The values are read using the database inverted list.Therefore, only descriptor fields may be specified.

Supply a valid descriptor.

NAT0030 Relationaler Ausdruck fehlt oder ist ungültig.

A relational expression is missing or invalid.

Valid relational expressions are: = or EQ or EQUAL TO ^= or NE or NOTEQUAL > or GT or GREATER THAN >= or GE or GREATER EQUAL

See NATURAL Reference Manual, Logical Condition Criteria, for de

Correct Error.

NAT0031 Öffnende/schließende Klammer fehlt bei REDEFINE.

Page 12: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 12/781Bearbeitet von: Schäfer DV Consulting

Opening/closing parenthesis missing in REDEFINE.

Opening and closing parentheses are required to begin/endthe defini tion of a new variable using REDEFINE.

Example: REDEFINE #A (#A(N3) #A2(A7))

Correct error.

NAT0032 Fehler bei Kontrollvariable für AT BREAK-Statement.

Invalid control field specified in AT BREAK statement.

In an AT BREAK statement, database fields or user-defined variabmay be used to indicate the control field.If a user-defined variable is used, it must have been previouslydefined.

Correct error.

NAT0033 ACCEPT/REJECT nur in aktiver Datenbank-Schleife erlaubt.

ACCEPT/REJECT can only be used in active database loop.

ACCEPT/REJECT can only be used within an active processing loopreads data from the database. The loop must have been initiateda FIND, READ or HISTOGRAM statement, and it must not be closed pto the ACCEPT or REJECT statement.

Place loop-closing statement (LOOP, END-FIND, END-READ, etc.) coafter the ACCEPT/REJECT statement.

NAT0034 Numerisches Feld für Zeilenanzahl fehlt/ist ungültig.

Numeric field for number of lines invalid or missing.

The number of lines to be skipped in a SKIP, EJECT or NEWPAGEstatement must be specified with a numeric constant or variable.

Check program and correct error.

NAT0035 Schlüsselwort 'DATA' oder 'PAGE' fehlt.

Page 13: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 13/781Bearbeitet von: Schäfer DV Consulting

'DATA' not in AT START OF DATA/'PAGE' in AT TOP OF PAGE.

The word 'DATA' is required in the construction of an AT START Ostatement; the word 'PAGE' is missing in an AT TOP OF PAGE stateIt has either been misspelt or forgotten.

Check program and correct error.

NAT0036 Fehler in Angabe von '/n/' bei 'AT BREAK ... /n/'.

Error in '/n/' specification of 'BREAK OF ... /n/'.

The option '/n/' in the construction of a logical break conditiomust be a numeric constant enclosed in slashes (/) without anyleading or trai ling blank characters.

Example: IF BREAK OF BIRTH /2/

Check program and correct error.

NAT0037 Programmname in CALL-Statement fehlt / falsch angegeben.

Name missing or specified incorrectly.

This error occurs under one of the following conditions:- The program name specified in a CALL or CALLNAT statement is incorrect.- The dialog name specified in an OPEN DIALOG statement is incor

Specify the name as a 1- to 8-character constantor as a variable of format A8.

NAT0038 Falscher Feldname für das Basisfeld in REDEFINE-Anweisung.

Invalid field reference in REDEFINE base field.

The field to be used as the base field in a REDEFINE statement mbe a user-defined variable or a database field.If it is a user-defined variable, it must have been previously dIf it is a database field, it must be a field within an active l

Check program and correct error.

NAT0039 Summe der Felder in REDEFINE ist länger als das Basisfeld.

Page 14: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 14/781Bearbeitet von: Schäfer DV Consulting

Sum of field lengths in REDEFINE > length of base field.

The accumulated length of all new fields in a REDEFINE statementmust be less than or equal to the length of the base field, counbytes.

Check program and correct error.

NAT0040 Pro Report ist nur ein AT TOP OF PAGE-Statement erlaubt.

Only one AT TOP OF PAGE statement allowed per report.

The AT TOP OF PAGE statement may only be specified once for thereport. If multiple actions are to be executed at the top of a pdepending on various conditions, they must be specified within tAT TOP OF PAGE statement and separated by the appropriatelogical conditions.

Check program and correct error.

NAT0041 Pro Report ist nur ein AT END OF PAGE-Statement erlaubt.

Only one AT END OF PAGE statement allowed per report.

The AT END OF PAGE statement may be specified only once per repoIf multiple actions are desired under the same end-of-page condithey must be specified within the same AT END OF PAGE statementseparated by the appropriate logical conditions.

Check program and correct error.

NAT0042 Chiffrierschlüssel (Cipher Code) wurde falsch angegeben.

Invalid specification of CIPHER code.

The cipher code for a database file may be specified either as anumeric constant (8 digits) or the content of a numeric variableThe numeric variable must be defined with format/length N8.An equal sign (=) must be specified between the word CIPHER andvalue.If the value is supplied via a numeric variable,this numeric variable cannot be a REDEFINE variable.

Check program and correct error.

Page 15: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 15/781Bearbeitet von: Schäfer DV Consulting

NAT0043 Passwort ist nicht alphanumerisch oder falsch definiert.

Invalid password construction.

The ADABAS password may be provided as an alphanumeric constantor by using an alphanumeric variable.An equal sign (=) must be specified between the word PASSWORDand the value for the password.

Check program and correct error.

NAT0044 Ausgabeelement nicht definiert oder ungültiger Index.

Output element not defined, or indexes incorrect.

This error may be caused by:- an error in the construction of the name of an output element;- a reference to a variable that has not been previously defined- a misspelling of a keyword;- an invalid index specification.

Check program and correct error.

NAT0045 Ungültige Referenzierung in UPDATE- bzw. DELETE-Statement.

Invalid reference in UPDATE or DELETE statement.

Either the construction of the reference is wrong or thereference is not allowed.A reference can only be made to a FIND, GET or READ statement.An UPDATE, GET or DELETE statement must not be on the same lineFIND statement.No reference is possible to a GET SAME statement. In this case,use a reference to the statement that made the first access to trecord.

Check for the above causes and correct any errors.

NAT0046 Fehlerhafte Parameterliste in UPDATE-/STORE-Statement.

Page 16: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 16/781Bearbeitet von: Schäfer DV Consulting

Error in parameter field list for UPDATE or STORE.

Only fields from one file may be updated with one UPDATE or STORstatement. Values for fields may be constants, the contents ofuser-defined variables, or the contents of a database fields.

Check the parameter list and correct any errors.

NAT0047 Fehler in Variablendefinition.

Error in variable definition.

One of the following errors was detected:- In an OBTAIN statement, the field referenced was not contained within a database array.- An error in a statement reference and/or field length notation was detected.- An error in the index notation was detected. OBTAIN ARRAY (1:5) -> valid OBTAIN ARRAY (#I:#J) -> INVALID OBTAIN ARRAY (#I:#I + 9) -> valid

Correct error.

NAT0048 Unerlaubte Formatkombination in UPDATE-/STORE-Statement.

Illegal format combination of field/value in UPDATE/STORE.

The value assignment for field/value combinations in the parametlist is performed individually for each combination accordingto the general rules for value assignment.An attempt was made to assign a value of one format to a field oincompatible format.

Check program and correct error.

NAT0049 Fehlerhafte Wertangabe in UPDATE- bzw. STORE-Statement.

Page 17: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 17/781Bearbeitet von: Schäfer DV Consulting

Error in value entry for UPDATE or STORE.

The value in an UPDATE or STORE statement may be specified as aor as the content of a user-defined varialbe or database field.If a database field is used as a value, it must reference a curractive FIND/READ/GET loop.

Check program and correct error.

NAT0050 Fehler in Referenzierung bei GET SAME-Statement.

Error in reference for GET SAME statement.

The GET SAME statement refers by default to the last activeaccess to the database; a reference to another specific databasemay be explicitly specified.If an explicit reference is used, the database access must stillactive.

Correct the error in the GET SAME reference.

NAT0051 Falsche Feld-Referenzierung in GET-Statement.

Error in field reference in GET statement.

One of the following errors was detected in a GET statement:- A field referenced is not contained in the specified file.- An invalid index notation for a database array was used.

Check program and correct error.

NAT0052 Ungültiger ISN-Wert in GET- bzw. READ-Statement.

Invalid ISN value specified in GET or READ statement.

The ISN value in a GET or READ statement must be specified as aninteger numeric constant, a user-defined variable, or via the NAsystem variable *ISN.If you use *ISN, you must specify the statement label or source-line number (r) of the database statement that was used to origiread the record with that ISN.

Correct error in program.

NAT0053 WRITE TITLE/TRAILER ist nur einmal pro Report erlaubt.

Page 18: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 18/781Bearbeitet von: Schäfer DV Consulting

No more than one WRITE TITLE/TRAILER allowed per report.

Only one WRITE TITLE statement and one WRITE TRAILER statement mspecified per report.

Check the report references of the WRITE TITLE/TRAILER statement

NAT0054 Falsche Angabe einer NATURAL-Systemfunktion.

Error in entry for NATURAL system function.

A NATURAL system function is indicated by an asterisk (*).The name of a valid NATURAL system function must follow the aste

Example: MOVE *MAX (SALARY) TO RICHPERSON

Check program and correct error.

NAT0055 Fehlerhaftes Argument in einer NATURAL-Systemfunktion.

Error in argument variable for NATURAL system function.

The argument entry for a NATURAL system function may bea previously defined user-defined variable, or a database field.

Check program and correct error.

NAT0056 Falsche Verwendung eines SORT-Statements.

SORT statement used incorrectly.

The SORT statement may only be used within an active processingloop.A SORT statement may not be placed within a processing loopthat was initiated by another SORT statement.If a program contains multiple SORT statements, all must includea USING clause.

Correct error.

NAT0057 Ungültige Limit-Angabe in WITH LIMIT-Klausel.

Page 19: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 19/781Bearbeitet von: Schäfer DV Consulting

Invalid number specified in WITH LIMIT clause.

The number representing the limit of records selected for furtheprocessing was specified incorrectly. It may be specified eitheras a numeric constant or as the content of a numeric variable thhas been previously defined; for example:

WITH LIMIT (123)or WITH LIMIT (#LMT)

Correct error in program.

NAT0058 Anzahl der zu lesenden Datensätze ist falsch angegeben.

Number of records to be processed not specified correctly.

The number of records to be processed in a processing loop initiby FIND, READ or HISTOGRAM statement may be limited. The limit ispecified as (n) where n is either a numeric constantor the name of a previously defined numeric variable.

Correct error.

NAT0059 Falsche Feldangabe in WHERE-Klausel.

Incorrect field specification in WHERE clause.

Probable causes of this message are:- an error in the specified name;- a reference to a NATURAL system function which has not yet bee evaluated;- a new variable has been defined where not allowed.

Correct error.

NAT0060 Falsche Variablenangabe in logischem Ausdruck.

Incorrect variable specification in logical criteria.

The left portion of a relational expression was specified incorr

This error may be caused by misspell ing a variable name or keywoin a statement that follows the relational expression.

Check program and correct error.

Page 20: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 20/781Bearbeitet von: Schäfer DV Consulting

NAT0061 Fehler in GIVING-Wert von ADD/SUBTRACT/MULTIPLY/DIVIDE.

Error in GIVING value of ADD/MULTIPLY/SUBTRACT/DIVIDE.

After the word 'GIVING' in an ADD, MULTIPLY, SUBTRACT or DIVIDEstatement, a valid notation for a variable reference must be speA user-defined variable or a database field may be used.

Correct error.

NAT0062 Ungültiges Feld nach 'TO' in MOVE-Statement.

Invalid receiving field in MOVE statement.

A valid notation for a variable reference must be specifiedafter the word 'TO' in a MOVE statement.A user-defined variable or a database field may be used.MOVE LEFT/RIGHT JUSTIFIED is not allowed, if the receivingfield is a system-variable.

Correct error.

NAT0063 Ungültiges Argument in NATURAL-Systemfunktion.

Error in the argument for a NATURAL system function.

The argument for a system function in a WRITE or DISPLAY statemefollowing an AT BREAK/END DATA condition was specified incorrectEither a user-defined variable or a database field may be used.If a user-defined variable is used, it must have been previouslydefined.If a database field is used, it must be available within an actiprocessing loop.For a database field which is contained within an array, a singl(one-dimensional array) or a range of indexes (two-dimensional amay be used.

Check program and correct error.

NAT0064 Parameter-Fehler in CALL-Statement.

Page 21: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 21/781Bearbeitet von: Schäfer DV Consulting

Parameter error in CALL statement.

The parameter values in CALL statements may be specified asnumeric or alphanumeric constants, user-defined variables, ordatabase fields.If database fields are used, they must be derived froman active database access.Indexes for database fields contained in an array may bespecified as a single index or a range of indices.

Check program and correct error.

NAT0065 Gruppen- oder Periodengruppenausgabe nur im HORIZ-Modus.

Group or periodic group referenced in VERT mode.

Groups and periodic groups may only be referenced in a DISPLAYstatement in HORIZONTAL mode because a group needs a layout ofcolumns that requires multiple l ines.Make sure that the display mode is set to 'HORIZ' before referena group or periodic group.

Check program and correct error.

NAT0066 Fehler bei Konstantenangabe in LIMIT-Statement.

Error in constant specification for LIMIT statement.

The value for the LIMIT statement may be specified as a numericconstant only.

Check program and correct error.

NAT0067 Fehler bei Angabe von Kontrollvariable in FOR-Statement.

Page 22: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 22/781Bearbeitet von: Schäfer DV Consulting

Error in control value specification of FOR statement.

The control value must be numeric and may be specified as aconstant, user-defined variable or database field.

The TO value may be specified as a numeric constant,user-defined variable, or database field.

Any database field used must be available via anactive processing loop.

Check program and correct error.

NAT0068 Parameter-Fehler im Systemkommando GLOBALS.

Parameter error in GLOBALS command.

Parameters in the GLOBALS command must be specified with a paramidentification and a valid argument for the parameter.

See the NATURAL Reference Manual, under NATURAL System CommandsNATURAL Session Parameters, for further information.

Check program and correct error.

NAT0069 Fehler in der COUPLED-Klausel des FIND-Statements.

Error in search criteria involving COUPLED clause.

The COUPLED clause of a FIND statement may be used to specifya search which involves the ADABAS coupling facility.

A maximum of four COUPLED clauses may be used.

See the NATURAL Reference Manual, FIND Statement,for further information.

Check program and correct error.

NAT0070 GIVE SYSTEM FUNCTIONS pro Report nur einmal erlaubt.

Page 23: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 23/781Bearbeitet von: Schäfer DV Consulting

GIVE SYSTEM FUNCTIONS allowed only once per report.

The GIVE SYSTEM FUNCTIONS clause, which is used to cause theevaluation of NATURAL system functions for subsequent usein an AT END OF PAGE condition, may only be used oncefor a given report.

See the NATURAL Reference Manual, DISPLAY Statement,for further information.

Check program and correct error.

NAT0071 Ungültiger Subroutine-Name in DEFINE SUBROUTINE-Statement.

Invalid subroutine name in DEFINE SUBROUTINE statement.

The name of a subroutine must conform to the same rules that appfor user-defined variables.

See the NATURAL Reference Manual, User-Defined Variables,for further information.

Check program and correct error.

NAT0072 Eine Subroutine mit diesem Namen wurde bereits definiert.

A subroutine with the same name already exists.

You have used one subroutine name for two subroutines.However, subroutine names within a program must be unique.

Or, you have tried to pass a parameter to an internal subroutineYou can only pass parameters to external subroutines.

Check names of defined subroutines. Check parameter passing.

NAT0073 Sortierfelder müssen vorher definiert worden sein.

Page 24: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 24/781Bearbeitet von: Schäfer DV Consulting

Sort field error; field not previously been defined.

The fields used as sort criteria in a SORT statement must beuser-defined variables which have been previously defined, ordatabase fields which are available within an active processing

The same field may not be referenced twice in the SORT key fieldthe USING clause.

See NATURAL Reference Manual, SORT Statement, for further inform

Check program and correct error.

NAT0074 Ungültiger Name in PERFORM SUBROUTINE-Statement.

Incorrect specification of name in PERFORM SUBROUTINE.

The name of the subroutine must not be enclosed in apostrophes.

Check program and correct error.

NAT0075 RETURN oder END-SUBROUTINE fehlt oder falsch plaziert.

RETURN or END-SUBROUTINE either missing or misplaced.

This error occurs under one of the following conditions:1) A RETURN or END-SUBROUTINE was found even if there is no corresponding DEFINE SUBROUTINE.2) A subroutine was started in a conditional statement block (e.g. IF, DECIDE..), but it was not yet closed at the end of the statement block (e.g. END-IF,..) Example: IF field = 'A' then DEFINE SUBROUTINE ABC WRITE 'HELLO' END-IF3) A subroutine is empty, that is not even one statement has bee found in between.

Check program and correct error.

NAT0076 Zugewiesene Arbeitsdatei nicht verfügbar oder undefiniert.

Page 25: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 25/781Bearbeitet von: Schäfer DV Consulting

The assigned work file is not available or not defined.

In a batch environment, work files must be defined by providingJCL statements which identify the referenced work file.In an online environment that supports work files, work filesmust be defined via the setup parameters when starting theNATURAL session.

Check program to determine if work file specified correctly.If so, contact your NATURAL administrator for further informatioon work file assignment/availability.

NAT0077 Fehler im Datenfeld des READ/WRITE WORK FILE-Statements.

Error in data field for READ/WRITE WORK FILE statement.

Data fields may be specified as database fields or asuser-defined variables.If the RECORD option is used, the variables must not have beenpreviously defined.If the SELECT option is used, the variables may have beenpreviously defined.

Numeric constants may also be used with WRITE WORK FILE.

Check program and correct error.

NAT0078 Fehler in 'FILLER nX'-Angabe in READ WORK FILE-Statement.

Error in 'FILLER nX' specification for READ WORK FILE.

A filler may be specified in the definition of the data layout busing the notation 'FILLER nX', where n is an integer number.

Check program and correct error.

NAT0079 AT END OF FILE-Klausel ist nur mit ONCE-Option erlaubt.

Page 26: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 26/781Bearbeitet von: Schäfer DV Consulting

Invalid specification of AT END OF FILE clause.

The specification of the AT END OF FILE clause in aREAD WORK FILE statement is only permitted if theONCE option has also been specif ied. If the ONCEoption is not specified, a normal processing loop iscreated with the end-of-file condition being handled asnormal loop termination.

Check program and correct error.

NAT0080 Kommando/Programmname muß mit einem Buchstaben beginnen.

Command / program name must start with a letter.

The command - or the name of the program to be executed - you enbegan with an invalid character. The first character of a systemor program name must be an alphabetical character, not a numberspecial character.

Enter a valid command or program name.

NAT0081 Objektname im Systemkommando READ fehlt.

Program name missing in READ command.

The READ command reads a source object from the active NATURAL l(or optionally from the library specified with the command)into the editor work area appropriate for the object type.The correct syntax of the command is:

READ object-name

library-id must not be specified if NATURAL SECURITY is active.library-id must not begin with 'SYS' (except SYSTEM).

Enter READ command with a valid object name.

NAT0082 Ungültiges Kommando; oder :1: :2: nicht in der Library.

Page 27: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 27/781Bearbeitet von: Schäfer DV Consulting

Invalid command, or :1: :2: does not exist in library.

One of the following has occurred:

- You entered a value in the command line which is neither a NATURAL command nor the name of a NATURAL program contained in the active library or in a library defined as a steplib.

- An object which is required during execution of a program, subprogram, subroutine or helproutine is not contained in the active library or in a library defined as a steplib.

- Your NATURAL session is currently applying system files other than those containing the object you specified.

Check to ensure that you entered a valid NATURAL command or theof an existing NATURAL object. Use the command SYSPROF to checkwhether you are using the correct system file.

NAT0083 Bei SAVE/CATALOG muß das Objekt im Arbeitsspeicher sein.

SAVE/CATALOG command issued when work area empty.

An object can only be SAVEd/CATALOGed from the editor work area.An object can be brought into the work area with a READ or EDIT(The command 'RUN program-name' will also read the source of thecalled 'program-name' into the editor work area, before compilinexecuting it.)

Use READ or EDIT prior to using SAVE/CATALOG.

NAT0084 Programmname bereits vorhanden; SAVE/CATALOG ignoriert.

Program name already exists; SAVE/CATALOG not executed.

NATURAL requires that object names be unique. An object cannot bSAVEd or CATALOGed under a name which has already been given toanother object.

Either choose a different name for the object to be SAVEd/CATALOor RENAME/PURGE/UNCATALOG/SCRATCH the existing object of thatnabefore issuing the SAVE/CATALOG command.

Page 28: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 28/781Bearbeitet von: Schäfer DV Consulting

NAT0085 Ungültiger Programmname im SAVE/CATALOG-Kommando.

Invalid program name specified in SAVE/CATALOG command.

A program name must begin with an alphabetical character andmust not be longer than 8 characters.

Enter a valid program name.

NAT0086 READ WORK FILE ONCE in AT END OF FILE nicht erlaubt.

READ WORK FILE ONCE not allowed in AT END OF FILE.

A READ WORK FILE ONCE statement is not permitted withinan AT END OF FILE clause.

See the NATURAL Reference Manual, READ WORK FILE Statement,for more information.

Correct error.

NAT0087 Ungültige Parameter bei USING in DEFINE DATA-Statement.

Invalid parameters for USING in DEFINE DATA statement.

The USING clause of the DEFINE DATA statement contains invalidparameters.

Correct error.

NAT0088 'RUN' eingegeben, aber kein Programm im Arbeitsbereich.

RUN command issued without program in work area.

If there is a program in the editor work area, you can issue thecommand without program name so as to compile and execute that pIf the editor work area is empty, you must specify a program namthe RUN command, so as to read a program into the work area, frowhere it is compiled and executed.

Specify a program name with the RUN command, or read the sourceinto the work area with a READ or EDIT command before issuing RU

NAT0089 'CHECK' eingegeben, aber kein Programm im Arbeitsspeicher.

Page 29: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 29/781Bearbeitet von: Schäfer DV Consulting

CHECK command issued, but no program in work area.

The CHECK command can only be used after a source program has beread into the source work area with an EDIT, READ, or RUN comman

Use EDIT or READ to place program in source work areabefore issuing a CHECK command.

NAT0090 Sub-/Superdeskriptor ist in THRU-Klausel nicht erlaubt.

Sub-/superdescriptor cannot be used in THRU clause.

A subdescriptor or superdescriptor must not be used in a THRU clThe REDEFINE statement may be used to create a variable which maused in the THRU clause.A HISTOGRAM statement may be used to read the values of the sub-superdescriptor in sequence, followed by a FIND statement usingvalue read to retrieve the records.

Check program and correct error.

NAT0091 Nur 'UPDATE ON' und 'UPDATE OFF' sind erlaubt.

Only 'ON' or 'OFF' allowed with UPDATE command.

The UPDATE command may be used to disable or enable database upd

- 'UPDATE ON' enables updating of the database.

- 'UPDATE OFF' disables updating of the database.

Other command options are not allowed with the UPDATE command.

Enter the command 'UPDATE ON' or 'UPDATE OFF'.

NAT0092 Falscher/fehlender Blockname in DEFINE DATA-Statement.

Page 30: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 30/781Bearbeitet von: Schäfer DV Consulting

Invalid/missing block name in DEFINE DATA statement.

One of the following errors was detected while processing theblock name of a data block contained within a global data area:- An error in block naming conventions was detected.- The data block specified was not found in the current global data area.

Check program and correct error.

NAT0093 Operand nach 'MARK' in REINPUT muß ganzzahlig sein.

Field identification for REINPUT must be an integer.

The operand after the keyword 'MARK' in a REINPUT statement mustpositive integer constant or a numeric variable containing an in

Check program and correct error.

NAT0094 Falsche Initialwert-Definition in DEFINE DATA-Statement.

Invalid initial value definition in DEFINE DATA statement.

The definition of initial values in the DEFINE DATA statementis inval id. Note in particular that the NATURALsession parameter DTFORM must correspond to thevalue definition in the DEFINE DATA statement.For example:DTFORM=U and a D'YYYY-MM-DD' constant would cause an error.

Moreover, a numeric initial value must not have more precision oscale digits than defined in the variable.For example: 1 #FLD1 (N2.2) INIT causes an error. 1 #FLD2 (N2.2) INIT causes an error.

Correct error.

NAT0095 INPUT- bzw. REINPUT-Text muß alphanumerisch sein.

Page 31: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 31/781Bearbeitet von: Schäfer DV Consulting

Only alpha constant/field allowed for text in (RE)INPUT.

The 'text' in an INPUT or REINPUT statement can be specified witalphanumeric constant, a previously defined alphanumeric variablor an alphanumeric database field.

Check that the variable used is defined as alphanumeric formator that the text constant is enclosed in apostrophes.

NAT0096 'USING gda-name' muß auf DEFINE DATA GLOBAL folgen.

Invalid use of GLOBAL in DEFINE DATA statement.

'USING gda-name' is required after the keyword 'GLOBAL' whenreferencing a global data area in a DEFINE DATA statement.

Correct error.

NAT0097 Fehlerhafte Variablendefinition in REDEFINE-Statement.

Invalid variable definition in REDEFINE statement.

The variable definition is invalid for one or both of thefollowing reasons:

- invalid format specification;

- invalid field length specification.

Correct error.

NAT0098 Mindestens einen Feldnamen in RESET-Statement angeben.

At least one field required for RESET statement.

The RESET statement requires that at least one variable bespecified after the keyword RESET (or after the keywordINITIAL, if this is used).

Correct error.

NAT0099 Mindestens einen Feldnamen in COMPRESS-Statement angeben.

Page 32: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 32/781Bearbeitet von: Schäfer DV Consulting

Field error in a COMPRESS statement.

The COMPRESS statement compresses multiple field/literal valuesinto another field. At least one value to be compressed must bespecified. The value specified must be either a literal constantor an alphanumeric field.

Correct error.

NAT0100 Felder mit Format C oder L in COMPRESS/MOVE ALL verboten.

Format 'C' or 'L' not allowed with COMPRESS or MOVE ALL.

- Multiple values may be compressed into one receiving field byuse of a COMPRESS statement. The field whose values are compressmust not be of format 'C' or 'L'.- One value may be moved more than once to a receiving field wita MOVE ALL statement. The value to be moved must be ofalphanumeric (A) or unpacked numeric (N) format.

Correct error.

NAT0101 Zielfeld in COMPRESS/MOVE ALL muß alphanumerisch sein.

Only format 'A' allowed for result field.

- The result field in a COMPRESS or MOVE ALL statementmust be of alphanumeric (A) format.

- A variable for which an INIT value with 'FULL LENGTH' or 'LENGoption is defined, must be of alphanumeric (A) format.

Correct error.

NAT0102 Verwendung unerlaubter Systemfunktion nach SORT-Statement.

Page 33: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 33/781Bearbeitet von: Schäfer DV Consulting

Error in reference to NATURAL system function in SORT.

Only the system functions MAX, MIN, AVER, TOTAL may be evaluated

The values of these functions may be referenced after the sortoperation in the form *FUNCTION(VARIABLE).Example: MOVE *TOTAL(SALARY) TO PAYROLL-TOTAL(N8)

Correct error.

NAT0103 Fehlerhaftes Empfangsfeld in COMPRESS-Statement.

Error in receiving field for COMPRESS statement.

In a COMPRESS statement, the word 'INTO' (or 'TO') must be folloa valid field name so as to indicate where the result is to be p

The receiving field must be of alphanumeric (A) format.

Correct error.

NAT0104 Mehr als ein schleifenauslosendes Statement pro Zeile.

Multiple loop-initiating statements in the same line.

Only one loop-initiating statement may be specified in a singlesource code line.

Enter each loop-initiating statement in a separate line.

NAT0105 Ihr DBA hat das Ändern dieser Datenbank nicht erlaubt.

Database updating not permitted.

The NATURAL administrator has disabled updating of the specifieddatabase.

No programs with database-update functions can be created.

Contact your NATURAL administrator.

NAT0106SAVE,CATALOG,STOW,PURGE,UNCATALOG,SCRATCH nichterlaubt.

Page 34: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 34/781Bearbeitet von: Schäfer DV Consulting

SAVE/CATALOG/STOW/PURGE/UNCATALOG/SCRATCH not available.

Your NATURAL administrator has set the profi le parameters ROSYand/or RECAT so that the system commands SAVE, CATALOG, STOW,PUUNCATALOG, SCRATCH cannot be used.

Contact your NATURAL administrator.

NAT0107 Maximal 2000 Bytes an END TRANSACTION-Daten moglich.

No more than 2000 bytes may be specified for ET data.

An END TRANSACTION statement was issued in which more than themaximum of 2000 bytes of user data were provided.

Reduce the amount of ET data.

NAT0108 Fehler bei Gruppenreferenzierung in WRITE WORK FILE.

Error in group reference in WRITE WORK FILE statement.

An error was detected during the processing of individualfields that are referenced via a group name.

Check group definition.

NAT0109 Unzulässige Referenzierung in GET SAME-/UPDATE-Statement.

Invalid reference in GET SAME or UPDATE statement.

The GET SAME or UPDATE statement can only refer back to adatabase-access statement, such as FIND, READ or GET, which is cactive; that is, the processing loop for that database accessmust still be open.

Correct error.

NAT0110 Auf das END-Statement darf kein Sourcecode mehr folgen.

Page 35: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 35/781Bearbeitet von: Schäfer DV Consulting

No source text allowed after the END statement.

The END statement indicates the end of the source of a NATURAL oNo other statements or comment lines are allowed after the ENDstatement.A probable cause of this error is the misspelling of a name or tomission of 'PAGE', 'DATA', 'TRANSACTION' from the statementsAT END OF PAGE, AT END OF DATA, END TRANSACTION respectively;or a missing hyphen in END-DEFINE, END-FIND, END-IF etc.

Correct error.

NAT0111 Funktion nur mit :1: verfügbar.

Function only available with ....

You have specified a function which is currently not available,because the Software AG product which provides this function isnot installed in your current NATURAL environment.

For example, the use of the system command MAIL would lead to therror if NATURAL SECURITY is not installed.

Contact your NATURAL administrator.

NAT0112 Ungültige Verwendung eines Gruppennamens.

Invalid use of group name.

A group name must not be specified in this statement;specify elementary fields instead.

Correct error in program.

NAT0113 DOEND-Statement ohne vorhergehendes DO-Statement.

DOEND statement found without preceding DO statement.

A DOEND statement may only be used to terminate a group ofstatements which are preceded by a DO statement.Each DOEND is paired with the last previous unpaired DO.

Check usage of DO/DOEND and correct error.

Page 36: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 36/781Bearbeitet von: Schäfer DV Consulting

NAT0114 Fehler in SET KEY-Statement oder KEY-Kommando.

Error in SET KEY statement construction.

See NATURAL Reference Manual for informationon valid syntax for SET KEY statement.

Correct error in program.

NAT0115 Fehler in Variablendefini tion für GET TRANSACTION DATA.

Error in variable definition for GET TRANSACTION DATA.

This error is usually the result of a misspelt variable name.

In the GET TRANSACTION DATA statement, all types of variables ofall formats are allowed.Variables may either be newly defined in the GET TRANSACTION DATstatement or may be referenced from a previous definition.

Check program and correct error.

NAT0116 Falsche Angabe von Notation '/n/' in AT BREAK-Statement.

Incorrect '/n/' specification in AT BREAK statement.

The '/n/' notation in an AT BREAK statement was specifiedincorrectly. 'n' must be specified as a numeric constant.

Example: AT BREAK OF POST-CODE/5/

Correct error.

NAT0117 Das Wort 'IDENTICAL' fehlt in SUSPEND IDENTICAL SUPPRESS.

Word 'IDENTICAL' missing in SUSPEND IDENTICAL SUPPRESS.

The word 'IDENTICAL' specifies the action to be taken for thesuppress operation and is therefore required.

Correct error.

NAT0118 Funktionstaste nicht mit Wert des Formats A, N, B belegt.

Page 37: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 37/781Bearbeitet von: Schäfer DV Consulting

Value assigned to function key not format 'A'.

The value to be assigned to a function key must be specified asliteral constant, or by a user-defined variable with format 'A'.

Correct error.

NAT0119 Unerlaubtes Format für UNTIL-Wert in MOVE ALL-Statement.

Invalid format for value in MOVE ALL statement.

The format of the value provided with the UNTIL optionmust be either 'N' or 'P'.

Correct error.

NAT0120 Ungültiger Programmname in FETCH-Statement.

Invalid program name in FETCH statement.

The name of a program to be fetched by the FETCH statement may bspecified as an alphanumeric constant or as the content of analphanumeric user-defined variable.

Correct error.

NAT0121 Dieses Statement ist im Structured Mode nicht erlaubt.

This statement is not permitted in structured mode.

Do not use this statement, or switch to reporting mode.

NAT0122 Felder in IF SELECTION-Statement müssen Format 'A' haben.

Only format 'A', 'C' or 'L' allowed for fields in IF SELECTION.

The IF SELECTION statement may only be used to check the contentof alphanumeric, attribute control and logical fields for non-blcontents. Only operands of the same type can be checked.

Correct error.

NAT0123 Fehler in Feldangabe für IF SELECTION-Statement.

Page 38: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 38/781Bearbeitet von: Schäfer DV Consulting

Error in field specification for IF SELECTION statement.

At least one field must be specified in the IF SELECTION stateme

Correct error.

NAT0124 Falsche Index-Schreibweise bei MOVE INDEXED-Statement.

Error in index notation for MOVE INDEXED statement.

The index must be specified as a numeric constant or auser-defined variable defined with format 'N'.

Examples: MOVE INDEXED #A TO #B MOVE INDEXED #A TO #B

Correct error.

NAT0125 Ausgabeelement nach DISPLAY/WRITE/INPUT fehlt.

No or invalid output element following DISPLAY/WRITE/INPUT.

At least one element must be specified in a DISPLAY, WRITE or INstatement.A possible cause for the error is a misspelt variable name thatconflicts with the name of a NATURAL statement.

Check program and correct error.

NAT0126 Fehler beim Qualifizieren einer Variablen.

Error in qualif ication of variable.

Only one level of qualification is allowed.

Check program and correct error.

NAT0127 Das Wort 'AS' fehlt in RETAIN AS-Klausel des FIND.

Page 39: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 39/781Bearbeitet von: Schäfer DV Consulting

The word 'AS' is missing in FIND AND RETAIN AS.

The word 'AS' identifies that a RETAIN SET operation is to beperformed and it must therefore be specified.

Add the word 'AS' to the RETAIN clause of the FIND statement.

NAT0128 Der Wert, der den Set identifiziert, muß Format 'A' haben.

Value to be used to identify set must be of format 'A'.

The value used in a RETAIN clause to identify a set of records mbe specified either as an alphanumeric constant or the content oalphanumeric variable.This error may also occur if the WITH clause of a FIND statementcontains a non-descriptor.

Check program and correct error.

NAT0129 Der angegebene Set-Name ist länger als 32 Zeichen.

The specified set name is longer than 32 characters.

The name for a set in a RETAIN AS clause may be specified as analphanumeric constant or the content of an alphanumeric variableThe set name must not be longer than 32 characters.

Check program and correct error.

NAT0130 Kein '/' direkt vor Schlüsselwort VERT bzw. HORIZ erlaubt.

No '/' allowed immediately before keywords HORIZ or VERT.

The keywords HORIZ(ONTALLY) and VERT(ICALLY) indicate the initiaa new output column. As a new column cannot be placed underneathalready processed column, the character '/' - which indicates thnext element is to be placed under the previous one - cannot bebefore the keywords HORIZ, VERT, HORIZONTALLY, VERTICALLY.

Check program and correct error.

NAT0131 GET TRANSACTION DATA muß mindestens 1 Variable haben.

Page 40: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 40/781Bearbeitet von: Schäfer DV Consulting

GET TRANSACTION DATA needs at least one variable.

The GET TRANSACTION DATA statement must contain at least one varin which the transaction data can be placed.This error may be caused by a misspelt variable name or by an incharacter in a variable name.

Check program and correct error.

NAT0132 Operand ist nicht definiert oder nicht alphanumerisch.

Operand not defined or not of alphanumeric format.

The variable that is examined in an EXAMINE statement must havedefined before and it must be of alphanumeric format.

Check program and correct error.

NAT0133 Fehler bei EXAMINE/REPLACE-Wert in EXAMINE-Statement.

EXAMINE or REPLACE value error in EXAMINE statement.

The EXAMINE value and the REPLACE value must be of alphanumericformat.If a variable is used for the value, it must also be of alphanumformat.An index range is not permitted.

Check program and correct error.

NAT0134 Fehler in der NUMBER-Option des EXAMINE-Statements.

Error in NUMBER option of EXAMINE statement.

The error may be caused by misspelling a variable name.

The NUMBER variable must be of a numeric format ('N', 'P' or 'I'The NUMBER variable must be an integer.

See the NATURAL Reference Manual, EXAMINE statement,for further information.

Check program and correct error.

Page 41: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 41/781Bearbeitet von: Schäfer DV Consulting

NAT0135 In EXAMINE-Statement fehlt DELETE/REPLACE/GIVING-Klausel.

DELETE/REPLACE/GIVING clause missing in EXAMINE statement.

The EXAMINE statement requires at least one of the followingclauses: REPLACE DELETE GIVING NUMBER GIVING POSITION GIVING LENGTH GIVING INDEX

See NATURAL Reference Manual, EXAMINE statement, for more inform

Check program and correct error.

NAT0136 Fehler in EXAMINE TRANSLATE-Statement.

Error in EXAMINE TRANSLATE statement.

In an EXAMINE TRANSLATE statement, the keyword 'TRANSLATE' mustfollowed by 'INTO UPPER', 'INTO LOWER', or a USING clause.

See NATURAL Reference Manual for further information on EXAMINETRANSLATE statement.

Correct error in program.

NAT0137 Im RELEASE-Statement wurde kein Objekt angegeben.

No object specified in RELEASE statement.

Possible objects to be released are: STACK - release all data items from the stack. PARAMETERS - release all parameters built during the sessio SETS - release all FIND sets. SET set name - release one specific FIND set.

Check program and correct error.

NAT0138 Bezeichner für FIND-Set: Format A und maximal 32 Stellen.

Page 42: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 42/781Bearbeitet von: Schäfer DV Consulting

Identifier for FIND set must be alpha and The identifier may be specified as an alphanumeric constant or tcontents of an alphanumeric variable.The contents of the variable will be used to identi fy the FIND sThe alphanumeric value can only be up to 32 bytes long because tis the maximum length of a FIND set identification.

Check program and correct error.

NAT0139 STACK-Statement muß mindestens 1 Datenelement beinhalten.

At least 1 data item must be specified in STACK statement.

Constants or variables of the formats 'A', 'N' or 'B' may beused as data items in a STACK statement.At least one of these items must be present in a STACK statement

Check program and correct error.

NAT0140 Auswertung von 'NOT' in FIND nur nach vorherigem 'AND'.

'NOT' is only possible after 'AND' operation.

Exclusion of a set can only be done when the set name is precedeby the logical operator 'AND' and followed by the operator 'NOT'The set wil l then be excluded from the number of records that weselected up to that point.

Restructure the logical criteria to place the set to be excludedafter an AND operation.

NAT0141 Ungültiges Schlüsselwort in SET GLOBALS-Statement.

Invalid keyword specified in SET GLOBALS statement.

The valid keywords for the SET GLOBALS statement aredescribed in the NATURAL Reference Manual.

Check program and correct error.

NAT0142 Ungültiger Wert für Parameter in SET GLOBALS-Statement.

Page 43: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 43/781Bearbeitet von: Schäfer DV Consulting

Invalid value for keyword in SET GLOBALS statement.

The value for a SET GLOBALS keywords can be supplied as a constaor as a variable. If a constant is supplied, it must be alphanuor numeric and have a correct value; for example:PS must be numeric and in the range from 0 to 250.If a variable is supplied, it must also be of the correct type.If it is numeric, it must be an integer.

See the NATURAL Reference Manual, SET GLOBALS statement,for more information.

Check program and correct error.

NAT0143 Wert für diesen SET GLOBALS-Parameter muß Format A haben.

Invalid format for value in SET GLOBALS statement.

The SET GLOBALS keyword in question requires an alphanumeric valThe alphanumeric value can be specified as a constant or as thecontent of an alphanumeric variable (format A).

Check program and correct error.

NAT0144 Die Parameter SL + MD sind mit SET GLOBALS nicht moglich.

Invalid keyword in SET GLOBALS statement.

The parameters SL and MD are not allowed in a SET GLOBALS statemThey may, however, be set with the system command GLOBALS.

Check program and correct error.

NAT0145 Ungültiges Format für Parameterwert in SET GLOBALS.

Page 44: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 44/781Bearbeitet von: Schäfer DV Consulting

Invalid format for value in SET GLOBALS statement.

See the NATURAL Reference Manual, Session Parameters, to determivalid possible values for the SET GLOBALS keywords.Valid formats are integer numeric for keywords whose values areand alphanumeric for keywords whose possible values are 'ON/OFF'alphanumeric characters.

The values 'T/F' may be used as synonyms for 'ON/OFF' respectiveFor example: SET GLOBALS EJ=OFF has the same meaning as SET GLOBALS EJ=F

Check program and correct error.

NAT0146 Unzulässige Syntax in SET GLOBALS-Statement.

Invalid syntax in SET GLOBALS statement.

The syntax of the SET GLOBALS statement requires that each parambe followed by the assignment character '=', which in turn is tofollowed by the value for the parameter.

Check program and correct error.

NAT0147 Angabe eines Kommandos für STACK COMMAND-Statement fehlt.

No command supplied in STACK statement.

The COMMAND option of the STACK statement was specified,but no command was provided.

Check program and correct error.

NAT0148 Variable in TERMINATE-Statement muß Format N, I, P haben.

Invalid format for variable in TERMINATE statement.

Only variables of format 'N', 'I' or 'P' are permitted with theTERMINATE statement.The value must lie between 0 and 255.

Check program and correct error.

NAT0149 Formatfehler in MOVE EDITED-Statement.

Page 45: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 45/781Bearbeitet von: Schäfer DV Consulting

Format error in MOVE EDITED statement.

A field used in a MOVE EDITED statement for which an edit maskhas not been defined, must be defined with alphanumeric (A) form

Check program and correct error.

NAT0150 Editiermaske für Ausgangs-/Zielfeld in MOVE EDITED fehlt.

Edit mask missing in MOVE EDITED statement.

A MOVE EDITED statement requires the specification of anedit mask for the sending field or the receiving field.

Check program and correct error.

NAT0151 Ungültiger Map-Name in INPUT-Statement.

Invalid map name in INPUT statement.

The name of a map to be used in an INPUT statement can be specifas a literal constant or the content of an alphanumeric variableIf a variable is used, it must have been previously defined.

Check program and correct error.

NAT0152 Map-Name in INPUT-Statement muß alphanumerisch sein.

Invalid map format in INPUT statement.

The name of a map to be used in an INPUT statement may be specifas a literal alphanumeric constant or the content of an alphanumvariable. If a variable is used, it must have been previously de

Check program and correct error.

NAT0153 Format-Definition ist für Gruppennamen nicht erlaubt.

Page 46: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 46/781Bearbeitet von: Schäfer DV Consulting

Format definition not allowed for a group name.

A group name is used to refer to a collection of fields as a sinstructure. Since this structure is defined by the formats of thefields, the group name need not have a format definition.If a field of one format is to be redefined as fields of differiformats, the REDEFINE statement should be used.

Another possible cause of this error is that the level number ofnext variable definition is higher than that of the variable maralthough both variables should probably be at the same level.

Remove the format definition at the group name level,or make sure that the level numbers are correct.

NAT0154 Anzahl der Felder in Variablenliste + Map muß gleich sein.

Number of variables must match number of map fields.

If an INPUT USING MAP statement refers to a predefined map, thenumber of fields defined in the map must match the number of fiedefined in the INPUT statement.

Check program and correct error.

NAT0155 Ein Map-Name darf maximal 7 Zeichen lang sein.

Map name must not be longer than 7 characters.

A map name can be specified as a literal constant or the contentalphanumeric variable. The maximum length of a map name is 7 cha

Check program and correct error.

NAT0156 INPUT-Variablen entsprechen in Format/Länge nicht der Map.

Variable format incompatible with specified map.

Variables used in an INPUT USING MAP statement must correspond iformat and length with the corresponding elements of the map def

Check program and correct error.

NAT0157 Länge von INPUT-Variablen entspricht nicht denen der Map.

Page 47: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 47/781Bearbeitet von: Schäfer DV Consulting

Variable length incompatible with specified map.

Variables used in an INPUT USING MAP statement must correspond iformat and length with the corresponding elements of the map def

Check program and correct error.

NAT0158 Unerlaubte Angabe einer Gruppe in MOVE BY NAME-Statement.

Invalid group specification in MOVE BY NAME statement.

The operands to be specified in a MOVE BY NAME statement must bevalid and existing group names. They may also be user views.Individual field names cannot be specified.If a user view is used, it must not be qualified with a statemenlabel or source-code line number.

Check program and correct error.

NAT0159 Keine übereinstimmenden Gruppennamen in MOVE BY NAME.

No matching names in MOVE BY NAME statement.

At least one field with the same name must exist in both groups.

Check program and correct error.

NAT0160 Ungültiger Deskriptor in READ LOGICAL-Statement.

Invalid descriptor in READ LOGICAL statement.

Descriptors that are multiple-valued are not permitted inthe THRU or ENDING AT clause of a READ statement.

Phonetic descriptors must not be used in a READ statement.

A field contained in a PE-group may not be used as search-fieldin a READ statement.

Check program and correct error.

NAT0161 ROUNDED-Klausel ist bei DIVIDE REMAINDER nicht erlaubt.

Page 48: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 48/781Bearbeitet von: Schäfer DV Consulting

ROUNDED clause not allowed with DIVIDE REMAINDER.

In a DIVIDE statement, you can use either the ROUNDED option tothe result of the division rounded, or the REMAINDER option to hthe remainder of the division placed into a separate field.As there can be no remainder with a rounded result, it obviouslyno sense to use both options at the same time and is therefore npermitted.

Use ROUNDED option or REMAINDER option, but not both.

NAT0162 Für DIVIDE REMAINDER ist Format 'F' nicht erlaubt.

Floating format not allowed for DIVIDE REMAINDER.

When you use the REMAINDER option in a DIVIDE statement, the forof the divisor and the dividend must not be 'F' (floating point)

Check program and correct error.

NAT0163 Angabe eines Levels fehlt in DEFINE DATA-Statement.

Specification of level missing in DEFINE DATA statement.

In a DEFINE DATA statement, there must be an integer level numbebefore each variable, group, view, REDEFINE definition.

Check program and correct error.

NAT0164 Der Name nach der Level-Nummer widerspricht den Regeln.

Illegal syntax for name after level number.

In a DEFINE DATA statement, the level specification must be folla valid name of a variable, group or view.

See NATURAL Reference Manual, General Information (Naming Convenand DEFINE DATA statement, for rules on naming variables.

Correct error in program.

NAT0165 Inkonsistenz in Datenstruktur des DEFINE DATA-Statements.

Page 49: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 49/781Bearbeitet von: Schäfer DV Consulting

Inconsistency in data structure of DEFINE DATA statement.

An inconsistency in the data structure of a DEFINE DATA statemenhas been detected.

Check specification of levels and variable definitions.

NAT0166 Ungültige Variablendefinition in DEFINE DATA-Statement.

Invalid variable definition in DEFINE DATA statement.

An invalid definition of the DEFINE DATA statement has been dete

Check and correct variable definition.

NAT0167 Ein View-Name wurde mehrfach angegeben.

Duplicate specification of a view name detected.

View names in the data structure of a program must be unique.

Check view names of each GLOBAL, PARAMETER and LOCAL datastruct

NAT0168 Bei DIVIDE ohne GIVING muß INTO-Feld eine Variable sein.

INTO constant not allowed in DIVIDE without GIVING clause.

If your DIVIDE statement does not have a GIVING clause, the resuwill be place into the operand after keyword 'INTO'; in this casthe INTO operand cannot be a constant.If you require the INTO operand to be a constant, use a GIVING cto specify a result field.

Check program and correct error.

NAT0169 Fehler bei Angabe von EM, HD, PM in DEFINE DATA-Statement.

Page 50: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 50/781Bearbeitet von: Schäfer DV Consulting

Error in EM, HD, PM definition or in length/format.

An invalid specification of one of the following parameters inthe DEFINE DATA statement was detected: EM (edit mask), HD (header), PM (presentation mode).

Or the format/length of a field is invalid.

See the NATURAL Reference Manual, DEFINE DATA statementfor details.

Check program and correct error.

NAT0170 INTO-Feld in SEPARATE-Statement muß eine Variable sein.

A variable must be specified in INTO clause of SEPARATE.

A variable, not a constant, must be specified with the INTO clauof the SEPARATE statement.

Check program and correct error.

NAT0171 SEPARATE-, INTO- und DELIMITER-Feld muß Format 'A' haben.

SEPARATE, INTO and DELIMITER fields must be alphanumeric.

Only alphanumeric fields can be used in a SEPARATE statement(except for the NUMBER option).

Check program and correct error.

NAT0172 Im SEPARATE-Statement fehlt die INTO-Klausel.

The INTO clause is missing in a SEPARATE statement.

The keyword 'INTO', followed by one or more operands, is requirea SEPARATE statement.

Check program and correct error.

NAT0173 Das Schlüsselwort 'NUMBER' fehlt in der GIVING-Klausel.

Page 51: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 51/781Bearbeitet von: Schäfer DV Consulting

The keyword 'NUMBER' is missing in a GIVING clause.

If 'GIVING' is used, the keyword 'NUMBER' is also required.

Check program and correct error.

NAT0174 Das NUMBER-Feld muß eine Ganzzahl sein (Format N, I, P).

The field after NUMBER must be a numeric integer (N,I,P).

The field specif ied in the GIVING NUMBER clause of a SEPARATE stmust be a numeric integer; that is, its format must be one of thfollowing: I N (without decimal digits) P (without decimal digits)

Check program and correct error.

NAT0175 SEPARATE braucht 1 Ausgangs- und mindestens 1 Zielfeld.

Source field and at least one target field are required.

The source field in a SEPARATE statement may be an alphanumericor variable.At least one target field, which must be an alphanumeric variablbe specified.

Check program and correct error.

NAT0176 Fehler bei POSITION-Variable in EXAMINE-Statement.

Error in POSITION field of EXAMINE statement.

The error may be caused by misspelling a variable name used as areference to the POSITION variable. The variable must be of numeformat (N, I or P), and it must also be an integer (no decimal d

Check program and correct error.

NAT0177 Fehler bei der LENGTH-Variablen in EXAMINE-Statement.

Page 52: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 52/781Bearbeitet von: Schäfer DV Consulting

Error in LENGTH field of EXAMINE statement.

The error may be caused by misspelling a variable name used asreference to the LENGTH variable. This variable must be of numerformat (N,I,B or P), and it must be an integer (no decimal digit

Check program and correct error.

NAT0178 Fehler bei der INDEX-Variablen in EXAMINE-Statement.

Error in INDEX field of EXAMINE statement.

The error may be caused by misspelling a variable name used asreference to an INDEX variable. The variables must be of numericformat (N,I,B or P), and they must be integers (no decimal digitThe number of INDEX variables must equal the number of dimensioncontained in the examined array.

Check program and correct error.

NAT0179 Unbekanntes Schlüsselwort in GIVING-Klausel in EXAMINE.

Invalid keyword in GIVING clause of EXAMINE statement.

The following keywords are valid after GIVING: NUMBER POSITION LENGTH INDEXIf more than one keyword is specified, they must be specified inorder indicated above.

Check program and correct error.

NAT0180 Das Wort 'TEXT' fehlt nach 'WITH' in INPUT-Statement.

Word 'TEXT' missing after 'WITH' in INPUT statement.

The word 'TEXT' is a required part of the WITH TEXT clause.

Check program and correct error.

NAT0181 Fehlerhafte Variablenangabe in einer WITH TEXT-Klausel.

Page 53: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 53/781Bearbeitet von: Schäfer DV Consulting

Error in specification of a variable in WITH TEXT clause.

See NATURAL Reference Manual, INPUT or REINPUT statement, for de

Check program and correct error.

NAT0182 Ungültige Parameterliste in einer WITH TEXT-Klausel.

Invalid parameter list for WITH TEXT clause.

See NATURAL Reference Manual, INPUT or REINPUT statement, for de

Check program and correct error.

NAT0183 In WITH TEXT-Klausel sind maximal 9 Parameter erlaubt.

No more than 9 parameters allowed in WITH TEXT clause.

Check program and correct error.

NAT0184 Fehler bei Angabe einer Variablen in der MARK-Klausel.

Specification error in variable of MARK clause.

The variable must be a numeric integer and must have been previodefined.

Check program and correct error.

NAT0185 Nach 'AND' bzw. 'SOUND' muß das Wort 'ALARM' stehen.

Keyword 'ALARM' is required after 'AND' or 'SOUND'.

The keyword 'ALARM' is a required keyword to identify the ALARMthe keywords 'AND' and 'SOUND' may be omitted.

Check program and correct error.

NAT0186 DO und DOEND sind im Structured Mode nicht erlaubt.

Page 54: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 54/781Bearbeitet von: Schäfer DV Consulting

Keywords DO or DOEND not permitted in structured mode.

You wanted to use a DO/DOEND statement group in structured mode;however, DO/DOEND statement groups are only permitted in reportiIn structured mode, explicit END-... statements are used to indiend of a statement block; for example: AT BREAK DO...DOEND becomes AT BREAK...END-BREAK AT END OF DATA DO...DOEND becomes AT END OF DATA...END AT END OF PAGE DO...DOEND becomes AT END OF PAGE...END AT START OF DATA DO...DOEND becomes AT START OF DATA...E AT TOP OF PAGE DO...DOEND becomes AT TOP OF PAGE...ENDIF...DO..DOEND ELSE DO...DOEND becomes IF...THEN...ELSE...E ON ERROR DO...DOEND becomes ON ERROR...END-ERROR BEFORE BREAK DO...DOEND becomes BEFORE BREAK...END-B PERFORM BREAK DO...DOEND becomes PERFORM BREAK...END-

Select reporting mode or use the correct syntax.

NAT0187 Das LOOP-Statement ist im Structured Mode nicht erlaubt.

The LOOP statement is not permitted in structured mode.

You wanted to use the statement LOOP in structured mode; howeverthe LOOP statement is only permitted in reporting mode.In structure mode, a loop is not closed with a LOOP statement buwith an explicit loop-closing END-... statement; for example:

Reporting Mode: FIND ... LOOP

Structured Mode: FIND ... END-FIND

Select reporting mode or use structured mode syntax.

NAT0188 SORT ohne END-ALL ist im Structured Mode nicht erlaubt.

SORT without END-ALL is not permitted in structured mode.

In structured mode, a processing loop initiated with a SORT statmust be closed with an END-ALL statement.

Check program and correct error.

NAT0189 END-ALL mit SORT ist nur im Structured Mode erlaubt.

Page 55: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 55/781Bearbeitet von: Schäfer DV Consulting

END-ALL must be followed by SORT in structured mode.

Check program and correct error.

NAT0190 Die UNTIL- oder WHILE-Klausel steht an falscher Stelle.

Invalid placement of UNTIL or WHILE clause.

An UNTIL or WHILE clause must be specified either immediately afthe keyword 'REPEAT'; or immediately before the 'END-REPEAT'.

Examples:

1. REPEAT UNTIL logical-condition statements END-REPEAT

2. REPEAT statements UNTIL logical-condition END-REPEAT

Check program and correct error.

NAT0191 Nach UNTIL/WHILE fehlt das schleifenbeendende Statement.

Loop-ending statement missing after UNTIL/WHILE.

In structured mode, a REPEAT ... UNTIL/WHILE processing loop musclosed with 'END-REPEAT'.In reporting mode, it must be closed with 'LOOP'.

Check program and correct error.

NAT0192 Im ESCAPE-Statement fehlt eine Zielangabe.

Page 56: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 56/781Bearbeitet von: Schäfer DV Consulting

Destination missing in ESCAPE statement.

The ESCAPE statement requires extra keywords to specify the dest- ESCAPE TOP- ESCAPE BOTTOM or ESCAPE BOTTOM IMMEDIATE- ESCAPE ROUTINE or ESCAPE ROUTINE IMMEDIATE

See the NATURAL Reference Manual for more information.

Check program and correct error.

NAT0193 Nach DECIDE fehlt das Schlüsselwort 'ON' oder 'FOR'.

Keyword 'ON' or 'FOR' missing in DECIDE statement.

The keyword 'DECIDE' must be followed either by 'ON' or by 'FOR'

Check program and correct error.

NAT0194 Unzulässige Syntax im DECIDE FOR-Statement.

Invalid syntax in DECIDE FOR statement.

See NATURAL Reference Manual for informationon correct DECIDE FOR syntax.

Check program and correct error.

NAT0195 Das angegebene Feld darf kein Array-Bereich sein.

Specified field must not be an array range.

Check program and correct error.

NAT0196 GIVING INDEX ist nur für indizierbare Variablen erlaubt.

GIVING INDEX is only allowed for indexable variables.

Check program and correct error.

NAT0197 Format 'C' ist in diesem Statement nicht erlaubt.

Page 57: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 57/781Bearbeitet von: Schäfer DV Consulting

Variable of format 'C' not permitted in this statement.

A variable of format 'C' is not permitted in a DISPLAY, WRITE,INPUT, PRINT, STACK, RUN and FETCH statement.

Check program and correct error.

NAT0198 Im CALL-Statement sind maximal 40 Parameter erlaubt.

No more than 40 parameters allowed in CALL statement.

Check program and correct error.

NAT0199 Ein Label wurde mehrmals definiert.

Duplicate label definition.

Labels must be unique in a NATURAL object.

Check program and correct error.

NAT0200 Falsche Angabe des Copycode-Objekts im INCLUDE-Statement.

Error in INCLUDE source lines.

See NATURAL Reference Manual, INCLUDE statement, for more inform

Check program and correct error.

NAT0201 Die abhängige Variable (Y) im PLOT muß numerisch sein.

Dependent variable value in PLOT must be numeric.

The value of the dependent variable in a PLOT statement must benumeric. See NATURAL GRAPHICS Manual for further information.

Correct error in program.

NAT0202 Im PLOT-Statement fehlt das Schlüsselwort 'BY'.

Page 58: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 58/781Bearbeitet von: Schäfer DV Consulting

Keyword 'BY' is missing in PLOT statement.

When a graph is to be produced, the keyword 'BY' indicates thegroupings of values and is therefore required.See NATURAL GRAPHICS Manual for details.

Check program and correct error.

NAT0203 Im DRAW-Statement fehlt das Schlüsselwort 'PLOT'.

Keyword 'PLOT' missing in DRAW statement.

In a DRAW statement, the keyword 'PLOT' and the subsequent plotidentify the data accumulated in a preceding PLOT statement whicare used to draw the graph.See NATURAL GRAPHICS Manual for further information on theDRAW statement.

Check program and correct error.

NAT0204 Der im DRAW-Statement angegebene Plot-Name ist falsch.

Invalid or undefined plot name in DRAW statement.

A plot name must be unique in a NATURAL program; it may be1 - 32 characters long and must conform to the naming conventionuser-defined variables as described in the NATURAL Reference ManIn a DRAW statement, the name of an existing plot, as defined incorresponding PLOT statement, must be used to refer to that PLOTstatement and thus identify the data to be used to produce the c

Check program and correct error.

NAT0205 Ungültiger Layout-Name im DRAW-Statement.

Invalid layout name used in DRAW statement.

The name of the layout must be built according to the rulesfor variable names.

Check program and correct error.

NAT0206 Ungültiger oder bereits vorhandener Plot-Name in PLOT.

Page 59: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 59/781Bearbeitet von: Schäfer DV Consulting

Invalid or duplicate plot name in PLOT statement.

A plot name must be unique in a NATURAL program; it may be1 - 32 characters long and must conform to the naming conventionfor user-defined variables (as described in the NATURAL ReferencManual).

Check program and correct error.

NAT0207 Gruppenredefinition in DEFINE DATA PARAMETER geht nicht.

REDEFINE group not allowed in DEFINE DATA PARAMETER.

Only elementary fields may be defined in a DEFINE DATA PARAMETERstatement.

Check program and correct error.

NAT0208 Im DRAW-Statement wurde eine unbekannte Option angegeben.

Invalid option specified in DRAW statement.

See NATURAL GRAPHICS Manual for a detailed explanation of theoptions that can be used in a DRAW statement.

Check program and correct error.

NAT0209 Ungültiger Parameter beim NATURAL GRAPHICS-Call.

Invalid parameter in NATURAL GRAPHICS call.

See NATURAL GRAPHICS Manual for the a detailed explanationof the parameters to be used in the graphics calls.

Check program and correct error.

NAT0210 Ungültige Länge von Überschrift/Label in DRAW-Statement.

Invalid heading or label length in DRAW statement.

See NATURAL GRAPHICS Manual for a detailed explanation ofheading text and axis labels.

Check program and correct error.

Page 60: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 60/781Bearbeitet von: Schäfer DV Consulting

NAT0211 Unzulässige Option wurde im GRAPHICS-Kommando angegeben.

Invalid option specified with GRAPHICS command.

See NATURAL GRAPHICS Manual for a detailed explanation ofthe options that can be used in a GRAPHICS command.

Check program and correct error.

NAT0212 Im DRAW-Statement angegebener Plot nicht initialisiert.

Plot specified in DRAW statement in not initialized.

The array of plot values to be referenced by a DRAW statement mubeen previously ini tialized during the execution of the NATURALbefore being available for a DRAW operation.

Check program and correct error.

NAT0213 Ungültiger RANGE-Wert in DRAW-Statement.

Invalid range value in DRAW statement.

The range value of the DRAW statement must agree with the rangepreviously defined by the corresponding PLOT statement.

Check program and correct error.

NAT0214 Im DECIDE-Statement müssen Sie EVERY oder FIRST angeben.

Specify 'FIRST' or 'EVERY' in DECIDE statement.

See NATURAL Reference Manual for an explanation of the DECIDE st

Check program and correct error.

NAT0215 Das Wort 'VALUE(S)' fehlt im DECIDE ON-Statement.

Keyword 'VALUE' missing in DECIDE ON statement.

The keyword 'VALUE' (or 'VALUES') is a required part of theDECIDE ON syntax.

Check program and correct error.

Page 61: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 61/781Bearbeitet von: Schäfer DV Consulting

NAT0216 Unzulässige Feldangabe in DECIDE ON-Statement.

Invalid field specification in DECIDE ON statement.

See NATURAL Reference Manual for information on how to specify fcorrectly in a DECIDE ON statement.

Check program and correct error.

NAT0217 Unzulässige Angabe von Wertfeld in DECIDE ON-Statement.

Invalid specification of value field in DECIDE ON.

The value field(s) following the keyword 'VALUE(S)' in a DECIDEstatement were not specified correctly.See NATURAL Reference Manual for details.

Check program and correct error.

NAT0218 DECIDE ON- bzw. DECIDE FOR-Statement ist falsch aufgebaut.

Error in construction of DECIDE ON/DECIDE FOR statement.

See NATURAL Reference Manual for information on correct syntax fthe statements DECIDE FOR and DECIDE ON.

Check program and correct error.

NAT0219 Die ALL-Klausel ist nur mit DECIDE FOR/ON EVERY erlaubt.

ALL clause is only allowed with DECIDE FOR/ON EVERY.

The ALL clause can only be used with DECIDE FOR EVERY andDECIDE ON EVERY, not for DECIDE FOR FIRST or DECIDE ON FIRST.

Check program and correct error.

NAT0220 Statement nicht erlaubt oder COMPUTE/ASSIGN erforderlich.

Page 62: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 62/781Bearbeitet von: Schäfer DV Consulting

Statement not allowed or keyword COMPUTE/ASSIGN required.

Either the statement is not allowed;or you are programming in structured mode, in which case the key'COMPUTE' and 'ASSIGN' must not be omitted.

Check program and correct error.

NAT0221 Für MOVE ALL sind nur die Formate 'A', 'B', 'N' erlaubt.

Only format 'A', 'B', 'N' allowed for MOVE ALL statement.

In a MOVE ALL statement, the values to be moved must be ofalphanumeric, binary or numeric format.

Check program and correct error.

NAT0222 Syntaxfehler verhindern die Programmausführung.

Syntactical errors prevent execution of program.

In batch mode, NATURAL always continues the syntax checking of aprogram even after an error has been detected.A program containing a syntactical error cannot be executedbecause the compiled code does not agree with the source input.

Check program and correct error.

NAT0223 Nach 'USING' muß das Wort 'MAP' oder 'FORM' stehen.

Keyword 'MAP' or 'FORM' is required after 'USING'.

Check program and correct error.

NAT0224 Eingabe-Map in WRITE- oder Ausgabe-Map in INPUT-Statement.

Page 63: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 63/781Bearbeitet von: Schäfer DV Consulting

Input map in WRITE or write map in INPUT statement.

Either you have specified in a WRITE USING MAP statement the nammap which is an input map, not an output map; or you have specifan INPUT USING MAP statement the name of a map which is an outpunot an input map.Whether a map is an input or output (write) map is indicated inMap Settings.

Check program and correct error.

NAT0225 GIVING LENGTH nur für nicht indizierbare Felder erlaubt.

GIVING LENGTH is only valid for non-indexable variables.

Check program and correct error.

NAT0226 Ein leerer Statement-Block ist nicht erlaubt.

An empty statement block is not allowed.

The only way of having a statement block which does nothing isby filling it with an IGNORE statement.

Correct error in program.

NAT0227 Ungültige Variable/Konstante in DELIMITER-Klausel.

Invalid variable/constant in DELIMITER clause.

A DELIMITER may be an alphanumeric constant or variablecharacter string.

Check program and correct error.

NAT0228 Blockstruktur der GDA ist in WITH-Klausel anzugeben.

Block structure of GDA must be specified in WITH clause.

In this GDA, a block structure is defined.The block structure must be specified inthe WITH clause of DEFINE DATA GLOBAL USING.

Check program and correct error.

Page 64: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 64/781Bearbeitet von: Schäfer DV Consulting

NAT0229 Unzulässige Verwendung von WITH-Klausel in UPDATE/STORE.

Invalid use of WITH clause in UPDATE or STORE statement.

If an UPDATE or STORE statement is based on a view defined withDEFINE DATA or within a data area, the use of the WITH clause isnot permitted. An UPDATE or STORE statement always includes allfields when it applies to a view.

Remove the WITH clause from the UPDATE/STORE statement.

NAT0231 NSD hier nur in 'Linkage Attributes' erlaubt.

Only NSD in linkage attributes allowed here.

An NSD attribute is an element associated with a view. In the FIstatement, one expects to find an attribute name following the 'keyword in a REFERENCED, REFERENCING or RECURSIVELY clause.

In the SHOW statement, one expects to find attributes followingSHOW (or SHOW RECURSIVELY) in brackets as follows: SHOW ATTR1(ATTR2(ATTR3))

Check that the attribute is found in the view specified by'L F ' and correct the source accordingly.

NAT0233 Die Level-Nummer muß eine Ganzzahl sein.

Level number must be numeric integer.

This refers to the level of recursion a FIND statement executionis to go to. The level number must be numeric.

For further information, please refer to the FIND statement,UNTIL clause, in the ENTIRE DB Programmer's Guide.

Correct error in program.

NAT0234 Ein 'ERE SET' muß mit einem Kategorienamen beginnen.

Page 65: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 65/781Bearbeitet von: Schäfer DV Consulting

'ERE SET' must start with a category name.

In a FIND statement, after the FIND header for an ENTIRE view,the syntax logic searches for components called 'ERE SET's.An 'ERE SET' begins with a view name and ends with a searchcriterion.The search criterion finishes when a NATURAL keyword or theview name of the next 'ERE SET' is encountered. When neitherof these conditions is met, this error appears; and the syntaxanalysis cannot proceed.

Check source code and correct error.

NAT0235 Die ISN muß ein Ganzzahl-Wert sein.

ISN must be an integer value.

In a FIND statement, ISN values in the RELATIONSHIP or ISNclauses of the basic search cri terion must be integer values.The ISNs to be found are only numeric.

For further information, please refer to the FIND statement,RELATIONSHIP and ISN clauses of the basic search criterion,in the ENTIRE DB Programmer's Guide.

Correct error in program.

NAT0236 Gleichheitszeichen (=) fehlt nach ENTIRE-Schlüsselwort.

Page 66: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 66/781Bearbeitet von: Schäfer DV Consulting

Equal sign '=' missing after ENTIRE keyword.

This error can occur in two ENTIRE statements:1) FIND view-name WITH ISN = 12335 The equal sign is necessary in the ISN clause of the basic se criterion of the FIND statement.

2) DLOGON USER = 'XXX' PASSWORD = 'YYY' LIBRARY = 'LLL' APPLICATION = 'AER' AUTHORIZATION = A In this syntax form of the DLOGON statement, the equal sign m follow each keyword.

For further information, see FIND and DLOGON statements in theENTIRE DB Programmer's Guide.

Correct error in program.

NAT0237 Entsprechende offnende/schließende Klammer fehlt.

Unmatched closing parenthesis.

ENTIRE DB checks whether each opening parenthesis is pairedwith a corresponding closing parenthesis.

Correct error in program.

NAT0238 Ungült iger Operator in Deskriptor-Suchkriterium.

Invalid operator in descriptor search criterion.

In a FIND statement, the following operators are valid in a descsearch criterion: = (equal to) ^= (not equal) > (greater than) >=(greater equal)In descriptor search cri teria (following WITH), only the aboveoperators are allowed after the attribute (NAME or LINE-NUMBER).See FIND statement in ENTIRE DB Programmer's Guide for furtherinformation.

Correct error in program.

Page 67: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 67/781Bearbeitet von: Schäfer DV Consulting

NAT0239 'Move'-Werte für ENTIRE müssen Ganzzahlwerte sein.

Move values for ENTIRE must be integer values.

A move value is a constant or variable moved into the search bufof an ENTIRE call at runtime.

When this message appears, a numeric value is expected: integer,numeric unpacked or packed without decimal digits, but not binar

Correct error in program.

NAT0240 Alphanumerisches Format erwartet.

Alphanumeric format expected here.

This constant or variable must be of alphanumeric format.

For further information on valid formats for FIND and DLOGONstatements, see ENTIRE DB Programmer's Guide.

Correct error in program.

NAT0242 Öffnende Klammer '(' fehlt.

Open bracket '(' expected.

ENTIRE DB checks for open parentheses in the NATIVE and RELATIONclauses of the FIND statement. Clause elements must be enclosedparentheses. See FIND statement in the ENTIRE DB Programmer's Gufor further information.

Correct error in program.

NAT0243 Syntaxfehler in DEFINE DATA-Statement/-Struktur.

Syntax error in DEFINE DATA statement/structure.

See NATURAL Reference Manual for information on DEFINE DATA synt

Check program and correct error.

NAT0244 Nach 'GLOBAL' muß 'USING' und der GDA-Name stehen.

Page 68: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 68/781Bearbeitet von: Schäfer DV Consulting

'GLOBAL' must be followed by 'USING' and GDA name.

A global data area (GDA) is always a separate object, never partthe data definition within the DEFINE DATA statement of a prograThe GDA is referenced in the GLOBAL clause of the DEFINE DATA stwith the following syntax:

DEFINE DATA GLOBAL USING name-of-gda ... END-DEFINE

Check program and correct error.

NAT0245 Falsche Benutzung/Reihenfolge der Klauseln im DEFINE DATA.

Invalid use/order of clauses in DEFINE DATA statement.

The sequence of clauses in the DEFINE DATA statement is: DEFINE DATA GLOBAL USING PARAMETER LOCALIn a subsequent validation rule, only DEFINE DATA LOCAL is allow

Make sure that the clauses are in the correct order.

NAT0246 Unzulässige Konstanten- oder Variablenangabe.

Invalid usage of format 'C'/'L' variable.

Data types 'C' (control) and 'L' (logic) can not beused in the following statements:- GET TRANSACTION DATA- END TRANSACTION- SORT.

Check program and correct error.

NAT0247 Fehler in automatischem Parameter :1: für Map.

Page 69: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 69/781Bearbeitet von: Schäfer DV Consulting

Error in automatic parameter ... for map.

A parameter which is included for a constant input map or writewithout explicit parameter specification is invalid or undefined

Correct error in program.

NAT0248 Ungültige USING-Variable in PROCESS-Statement.

Invalid USING variable in PROCESS statement.

The left part of the ASSIGN variable in the USING clause of thestatement must be part of the view defined to NATURAL PROCESS.

Check program and correct error.

NAT0249 Fehler in 'ASSIGN' bei NATURAL PROCESS 'USING'-Klausel.

Error in 'ASSIGN' of NATURAL PROCESS 'USING' clause.

Check program and correct error.

NAT0250 Fehlerhafte GIVING-Klausel in PROCESS-Statement.

Error in GIVING clause of NATURAL 'PROCESS' statement.

Check program and correct error.

NAT0251 Datei/DDM ist für PROCESS-Statement nicht definiert.

File/DDM not defined for PROCESS statement.

Check program and correct error.

NAT0252 Angabe einer Library in Security-Umgebung nicht erlaubt.

Library must not be specified in security environment.

In an environment which is protected by NATURAL SECURITY,the specification of a library is not possible.

Do not specify a library.

NAT0253 Statement bei Zugriff auf DB2 nicht erlaubt.

Page 70: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 70/781Bearbeitet von: Schäfer DV Consulting

Statement not allowed for DB2 access.

The following statements and constructions are not supported by

1. FIND UNIQUE2. FIND COUPLED3. FIND FIRST4. FIND ... RETAIN AS5. GET6. any reference to *ISN7. END TRANSACTION within an open database loop8. BACKOUT TRANSACTION within an open database loop

Correct error in program.

NAT0254 Zielfeld von VAL-Funktion hat ungültiges Format.

Receiving field of VAL function has invalid format.

The format and length must be the same as that of the target.This mathematical function extracts the numeric value froman alphanumeric field. The content of the alphanumeric fieldmust be the charcter representation of a numeric value.Leading or trailing blanks are permitted. Decimal point andleading sign character will be processed.

Do not use formats A (alphanumeric) or B (binary).

NAT0255 Allgemeiner Syntaxfehler im Programm.

General syntax error detected in program.

A general syntax error was detected while syntax checking a sourprogram.This message is output for various miscellaneous syntax errorsfor which NATURAL does not provide specific error messages.

Check program and correct error.

NAT0256 Unzulässiges Kommando; oder 'ADHOC' fehlt im Batch-Modus.

Page 71: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 71/781Bearbeitet von: Schäfer DV Consulting

Invalid entry in command line.

The structure of the command does not require the parameters thahave been specified in the command line.NATURAL checks that the parameter specification agrees with theparameter structure expected by the individual command.Another reason for this error is that ADHOC is missing in batch

Check command structure and resubmit.

NAT0257 Bei MASK/SCAN nur Operatoren 'EQUAL', 'NOTEQUAL' erlaubt.

Only operators 'EQUAL', 'NOTEQUAL' val id with MASK/SCAN.

It is not possible to evaluate the operators GREATER or LESS THAa value when only certain positions are included in the comparisTherefore, the only logical operator that are allowed with the scompare function MASK and SCAN are 'EQUAL' and 'NOTEQUAL'.

Restructure the logical criteria to only use operators 'EQUAL'or 'NOTEQUAL' with the functions MASK and SCAN.

NAT0258 Fehlerhafter Aufbau des MASK-Arguments.

Incorrect MASK argument construction.

The mask value must be enclosed in parentheses and may onlycontain the elements as described in the NATURAL ReferenceManual (see also extended error message NAT0017).

Check program and correct error.

NAT0259 Falsche MASK-Konstruktion für Datumsprüfung.

Invalid MASK construction for date check.

When a date check is to be performed, the specification formonth/day/year must be 2 characters each (MM/DD/YY);for year, 4 characters (YYYY) may also be used.

Check program and correct error.

NAT0260 Fehler in Textlisten-Aufbau; Administrator verständigen.

Page 72: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 72/781Bearbeitet von: Schäfer DV Consulting

Error in text list construction; contact administrator.

A discrepancy was detected in the number of alternative entriesin the text list and the syntax list.The error is caused by an invalid modification of the text list.New entries can only be inserted in the text list by using themacro CSYN for synonym, not the macro CALT for alternative.

Retain the keyword on which the error has been detectedand contact your NATURAL administrator.

NAT0261 Das END-Statement fehlt.

END statement missing.

The last statement of a NATURAL program must always be END.Alternatively, a period '.' may be used.

Check program and correct error.

NAT0262 Es sind maximal 29 Stellen (7 Nachkommastellen) erlaubt.

Incorrect number of digits/value out of range.

For a field of format N or P, the overall maximum numberof digits is 29, and the maximum number of digits afterthe decimal point is 7.For a field of format F the value specified must be in the rangevalues as described in the NARTURAL Reference Manual, ChapterGeneral Information, Section Floating Point Constants

Correct error in program.

NAT0263 Fehlerhafter MASK-Aufbau für eine Bereichsprüfung.

Page 73: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 73/781Bearbeitet von: Schäfer DV Consulting

Invalid MASK construction for range check.

If a range check is to be performed, both values for the supplierange must have the same number of positions.Leading zeros must be supplied, as i t is a check for positions ithe value and the number of digits supplied in the range value.The number of positions to be included in the range check must abe specified.

Check program and correct error.

NAT0264 Alphanumerische Konstanten dürfen 1 - 253 Zeichen haben.

Length of alphanumeric constant 0 or > 253 characters.

The length of an alphanumeric constant must be from 1 to 253 cha

Check program and correct error.

NAT0265 Anzahl der angegebenen Hexadezimalzeichen ist ungerade.

Odd number of hexadecimal characters specified.

Hexadecimal notation for literal constants requires that 2 charabe used to represent the content of 1 byte internally.Consequently, a hexadecimal notation must contain an even numbercharacters.

Correct error.

NAT0266 Durch hexadezimale Konstante mehr als 80 Bytes definiert.

Number of bytes defined by hexadecimal constant > 80.

Hexadecimal constants are converted to internal byte representatin an intermediate buffer of 80 bytes.If literal constants of more than 80 bytes internal representatiare to be defined, use the notation 'XXXXXX'-'XXXXXX' to enterthe value in multiple segments.

Check program and correct error.

NAT0267 Ungültige Dateiangabe in der COUPLED-Klausel.

Page 74: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 74/781Bearbeitet von: Schäfer DV Consulting

Invalid file specification in COUPLED clause.

The file specified in a COUPLED clause must be an ADABAS file whbeen physically coupled using the appropriate ADABAS utility proThe file must not be a logical NATURAL system file.

Check program and correct error;or contact your NATURAL administrator about the fi le status.

NAT0268 Falsches Format/Länge für Datenbank-Zähler-Variable.

Invalid format/length for database count variable.

The format of the count variable for a periodic-group name ormultiple-value field must be N or P.No decimal digits are permitted.

Check program and correct error.

NAT0269 Ungültiger Deskriptor in SORTED BY-Klausel.

Invalid descriptor in SORTED BY clause.

The descriptor specified in the SORTED BY clause cannot be withia periodic group. If the descriptor is a multiple-value field, aindex value must not be used.

Check program and correct error.

NAT0270 Unzulässige Verwendung einer variablen Index-Notation.

Invalid use of variable index notation.

Variable index notation is not permitted with asearch variable in the WITH clause of a FIND statement.

Check program and correct error.

NAT0271 Die DISPLAY-Ausgabe überschreitet die Seitenbreite.

Page 75: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 75/781Bearbeitet von: Schäfer DV Consulting

Page width (line size) exceeded in DISPLAY statement.

The total number of positions required for all columnsresulting from a DISPLAY statement must not exceed thelogical page size.

Reduce number of fields being displayed, or reduce spacing betwecolumns, or increase the logical page size (where applicable), oplace multiple values vertically in the same column.

NAT0272 Unzulässiges Wertformat oder inkompatibles Feldformat.

Invalid value format or incompatible field format.

In a SCAN operation, the format of the value to be scanned for m'A' or 'B'; the format of the field to be scanned must be 'A', ''P'. The length of the value must be less than the length of theThe format combination in a WHERE, IF, ACCEPT, REJECT criterionincompatible.

Check program and correct error.

NAT0273 Fehler :1: in Zeile :2: von Data Area :3:, :4: verarbeitend.

Error ... in line ... of data area ... processing ....

As indicated in the error message, an error has occurred in aspecific line of a data area while processing a variable.

Correct error in data area.

NAT0274 Fehler :1: in Zeile :2: von Copycode :3:, :4: verarbeitend.

Error ... in line ... of copycode ... processing ....

As indicated in the error message, an error has occurred in aspecific line of a copycode while processing a variable.

Correct error in copycode.

NAT0275 RETRY-Statement ist nur in einem ON ERROR-Block erlaubt.

Page 76: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 76/781Bearbeitet von: Schäfer DV Consulting

RETRY statement only allowed in ON ERROR statement block.

The RETRY statement can only be used as a response to error NAT3which indicates that a record to be read for update is currentlyin 'hold' status for another user.

Check program and correct error.

NAT0276 C* für Periodengruppenfeld über Gruppenname referenzieren.

Invalid reference to count of field in periodic group.

When referencing the count of the number of occurrences of anelementary field within a periodic group, the name of the periodgroup must be used, not the the name of the elementary field.

Check program and correct error.

NAT0277 Globale Variable darf keine andere Variable redefinieren.

A global variable must not redefine another variable.

For reasons of addressability, parameter variables must not be dby redefining an already existing variable.

Check program and correct error.

NAT0278 SET CONTROL-Variable muß Format 'A' haben.

Value to be used in SET CONTROL must be format 'A'.

The value (constant or variable) used to specify a terminalcommand with a SET CONTROL statement must be alphanumeric.

Check program and correct error.

NAT0279 Anzahl der Ausprägungen für Nicht-Arrayfeld nicht moglich.

Page 77: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 77/781Bearbeitet von: Schäfer DV Consulting

Count requested for a non-array field.

The count field only exists for database fields that are definedas multiple-value fields, periodic groups, or multiple-value fiewithin a periodic group.If the count of a multiple-value field within a periodic group iaccessed, an index must be specified to indicate the occurrencemultiple-value field in the periodic group for which the count irequested.The field for which you have requested a count of occurrences isneither a multiple-value field nor a periodic group.

Check program and correct error.

NAT0280 Für diese Variable ist keine Indexangabe erlaubt.

Index entry incorrectly specified for field.

An index was specified for a variable for which indexing is notpermitted.Index specifications may only be used when defining/referencingarray. A database array can only be defined for a multiple-valueand for fields within a periodic group.

When referencing an array, an index range specification was detewhich exceeds the index range defined for one of its dimensions.

Check program and correct error.

NAT0281 Indexangabe für Array fehlt oder ist falsch.

Page 78: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 78/781Bearbeitet von: Schäfer DV Consulting

Index entry missing or invalid for an array.

When a multiple-value field or a field within a periodic group ireferenced, an index must be specified to indicate the occurrencthe value to be selected.Default indices are created in WRITE or DISPLAY statements basedthe setting of the session parameters MC and PC.A variable to be used as a variable index must have been previoudefined before it can be used as an index notation.If a non-database field has been defined as an array, an index feach dimension must be specified when referencing the field.

Check program and correct error.

NAT0282 Für dieses Feld ist nur ein Index/Indexbereich erlaubt.

Only one index/range specification allowed.

For multiple-value fields, or fields within a periodic group,only one index or range of indices may be specified.Two indices are only allowed for multiple-value fields withina periodic group.

Check program and correct error.

NAT0283 Dieses Feld wurde schon einmal definiert.

Field or variable defined more than once.

A variable or database field can only be defined once usinga format/length specification.When the variable is referenced in the program, no furtherformat/length specification is possible.

Check program and correct error.

NAT0284 Ein Feld dieses Namens gibt es in dieser Datei nicht.

Page 79: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 79/781Bearbeitet von: Schäfer DV Consulting

Field in WHERE clause/UPDATE/STORE not in current file.

The WHERE clause and the statements UPDATE and STORE only allowreference to fields that are derived from the file that is accesvia the current database access statement.Do not use a specific reference for fields in a WHERE clause orthe left side of a SET (WITH) clause within an UPDATE/STORE stat

Check program and correct error.

NAT0285 Falsche/fehlende Referenzierung eines Feldes.

Field reference error; reference invalid or missing.

Probable reasons for this error message:

- A specific database reference has been supplied, but the fiel not present in the file referenced.

- The value of a NATURAL system function has been referenced in form *FUNCTION(FIELD), but no evaluation of the referenced sy function has occurred for the field.

Check program and correct error.

NAT0286 Unzulässige Verwendung von Systemfunktion/Systemvariable.

Page 80: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 80/781Bearbeitet von: Schäfer DV Consulting

Invalid usage of system function or system variable.

NATURAL system functions and NATURAL system variables may onlybe used in specific statement syntax within a NATURAL program.The value of a system function or system variable may be assigneto a variable and then referenced.

In an INPUT statement, most system functions can only be used asoutput fields, not as input fields.

The only system variable that can be used as an argument in thesystem function POS is *COM.

For further information on NATURAL system variables and NATURALsystem functions, please refer to the NATURAL Reference Manual.

Correct error in program.

NAT0287 Kein Zugriff auf DB-Feld oder Variable bereits definiert.

No access to database field; or REDEFINE variable exists.

Either the access to a database field is not possible at this poor a variable to be used in a REDEFINE statement has previouslydefined.A database field can only be referenced within an active processloop. If the loop has been closed, a reference to fields from thdatabase access is no longer possible. If you wish to use a valua database field outside an active processing loop, assign the vto a user-defined variable.

This error also occurs if a 4-digit array occurrence is incorrecspecified. 4-digit array occurrences must be preceded by a slashfor example, #ARRAY(/1000), not #ARRAY(1000).

Correct error in program.

NAT0288 Index-/Formatangabe für NATURAL-Systemfunktion unerlaubt.

Page 81: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 81/781Bearbeitet von: Schäfer DV Consulting

Index/format not permitted in NATURAL system function.

Format or length must not be specified for the reference to a NAsystem function that had been previously evaluated nor for the rto a NATURAL system variable.

Check program and correct error.

NAT0289 Das angesprochene Feld ist kein Deskriptor.

Referenced field is not a descriptor.

The reference to a database field at this point requires that thfield is a descriptor.Descriptors are required in the WITH clause of a FIND statement,sequence fields in a READ LOGICAL statement, or when indicatingfield for which values are to be provided in a HISTOGRAM stateme

Under ADABAS Version 5, this error also occurs if a field that imarked in the DDM as 'non-descriptor' is used as search variablein a READ or HISTOGRAM statement.

Correct error in program.

NAT0290 Sub-/Super-/phonetischer Deskriptor falsch verwendet.

Sub/super/hyper/phonetic descriptor field improperly used.

- Under ADABAS 4, the following applies:The value for a sub-, super- or phonetic descriptor cannot be rethe database because they do not represent data values in a recoexist only as descriptor values.To read values for a sub- or superdescriptor, use a HISTOGRAM stPhonetic descriptors cannot be read.

- Under ADABAS 5, the following applies:The value for a phonetic descriptor cannot be read.

Correct error in program; or use ADABAS Version 5 instead of 4.

NAT0291 Formatangabe für Datenbankfeld ist falsch/inkompatibel.

Page 82: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 82/781Bearbeitet von: Schäfer DV Consulting

Format for database field incompatible.

The format used for a database field is not compatible with theformat of the field as defined in the data dictionary.

Check program and correct error.

NAT0292 Für diese Operation wird ein Ganzzahl-Wert benotigt.

Requested integer field is not an integer.

An integer value is required for this operation.An integer value may be defined either by a numeric integer consor by the contents of a numeric integer variable or database fie

Check program and correct error.

NAT0293 Ein eindeutiger Index, kein Indexbereich, ist anzugeben.

Index range entry specified where not allowed.

A single index entry is required for this type of function; an irange is not permitted.Single index entries are required, for example, in the WITH clauof a FIND statement to indicate a specific occurrence of a periogroup field, or to specify the descriptor to be used for sequenccontrol in a READ LOGICAL statement.

Check program and correct error.

NAT0294 Zwischenspeicher-Überlauf bei arithmetischem Ausdruck.

Intermediate storage overflow in arithmetic statement.

An overflow of an internal stack has occurred during the evaluatof an arithmetic expression.The internal stack is used to sequence the execution of arithmetoperations according to the parenthetical structure.

Reduce the number of operations to be performed within a singlearithmetic operation.

NAT0295 Nichtnumerischer Operand in arithmetischem Statement.

Page 83: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 83/781Bearbeitet von: Schäfer DV Consulting

Operand in arithmetic statement is not numeric.

Only operands of format 'N' (numeric unpacked) or 'P' (packed nuare allowed in arithmetic expression. A numeric operand can be das a constant or as the content of a variable.

Check program and correct error.

NAT0296 Unzulässiges Suchkriterium in FIND-Statement.

Invalid search criteria in FIND statement.

When evaluating complex search criteria, such as one with logicaoperator 'OR', several separate database calls may be required.For a single FIND statement, a maximum of 64 database calls cangenerated internal ly.

Reduce the number of search criteria.

NAT0297 Exponent bei Potenzierung muß ganzzahlig oder Gleitkomma sein.

Exponent in exponentiation must be integer or floating point.

Exponentiations can only be performed with integer or floating pexponents, as the exponents are evaluated by repeated multiplica

Correct error in program.

NAT0298 Das (Zwischen-)Ergebnis einer Multiplikation ist zu lang.

Incorrect parameters specified in SET KEY statement.

A push-button (PB=), menu (ME=), or bitmap (BM=) clausewas detected in a SET KEY statement, but the correspondingparameters were incorrectly specified.

Refer to NATURAL GUI documentation for detailed information.

NAT0299 Ein Zwischenergebnis hat mehr als 31 Stellen.

Page 84: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 84/781Bearbeitet von: Schäfer DV Consulting

Total length of intermediate result exceeds 31 digits.

NATURAL supports operands up to a length of 31 digits.

The length of intermediate results as operands is evaluatedaccording to the rules for arithmetic operations.

See NATURAL Reference Manual, General Information, for details.

Check the digits of intermediate results according to the rules.Separate the arithmetic expression into several statements usingexplicit intermediate results.

NAT0300 Numerischem Feld wurde Wert im Format A oder B zugewiesen.

Alphanumeric/binary value assigned to numeric field.

Numeric values can be converted to alphanumeric representationin a MOVE or ASSIGN operation.Alphanumeric values cannot be converted to numeric values in aMOVE or ASSIGN operation.Binary values can only be converted to numeric values when thelength of the value is less than 4 bytes.

Check program and correct error.

NAT0301 Editiermaske länger als 60 Zeichen oder falsch angegeben.

Page 85: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 85/781Bearbeitet von: Schäfer DV Consulting

Edit mask too long or not correctly specified.

The reason for this error is one of the following:

- The edit mask you have specified is too long. The maximum poss length of an edit mask is 60 characters.

- You have specified an edit mask at statement level in a DISPLA FORMAT, INPUT or WRITE statement. At statement level in these statements, you can only specify 'EM=OFF', but no specific edi

- The specified edit mask contains no character that would cause digit of the value to be output (for example, for numeric valu letter positions are specified, or for alphabetical values onl figure positions are specified).

Correct error in program.

NAT0302 Element in WRITE/INPUT paßt nicht auf eine Zeile.

Element in WRITE/INPUT statement does not fit on 1 line.

The size of an element specified in a WRITE/INPUT statement excethe current line size.

Either increase the l ine size (parameter LS), or reduce the sizeof the element (for example, by using a REDEFINE statement).

NAT0303 Seitenüberlauf, da zu viele Ausgabefelder untereinander.

Page overflow, too many vertical entries.

The number of vertical entries specified within one INPUT, WRITEDISPLAY statement exceeded the current page size.

Either increase the page size (parameter PS)or reduce the number of vertical entries.

NAT0304 Nummer zur Referenzierung des Druckers falsch angegeben.

Page 86: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 86/781Bearbeitet von: Schäfer DV Consulting

Invalid printer reference number.

A printer number must be specified as a numeric constant or symbconstant defined with DEFINE PRINTER enclosed in parentheses.There is no additional printer support within a map (processing

Check program and correct error.

NAT0305 Eine Textkette muß in derselben Zeile anfangen wie enden.

Text string must begin and end on the same line.

A text string is initiated with an apostrophe and must be endedon the same line with another apostrophe.If a text string longer than one line is required, enter the texin two portions (each within apostrophes) in two consecutive linand with a hyphen (-) between the two portions. At execution timthe two portions will be concatenated.

Correct error in program.

NAT0306 DO oder DOEND fehlt oder steht an der falschen Stelle.

DO or DOEND either missing or misplaced.

A group of statements initiated with a DO statement must beterminated with a DOEND statement.

The omission of a DOEND statement may only be detected at theend of a source program.The position of the error in the program does not necessarilycorrespond to the position where the DOEND should be placed.

Ensure that each DO statement has a corresponding DOEND statemen

NAT0307 Schleife muß innerhalb Bedingungsblock geschlossen werden.

Page 87: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 87/781Bearbeitet von: Schäfer DV Consulting

Processing loop not closed within a conditional block.

A processing loop which is initiated within a conditional statemblock must be closed within that block.

Valid example: Invalid example:-------------- ---------------- IF ... IF ... DO DO FIND ... FIND ... DISPLAY ... DISPLAY ... LOOP DOEND DOEND END END

Check program and correct error.

NAT0308 Schleife ist schon geschlossen oder existiert gar nicht.

Attempt to close a non-existent processing loop.

The LOOP statement can only be used to close an active processinloop.

Either the processing loop to be closed was not properly initiator the processing loop had already been closed.

Check program and correct error.

NAT0309 AT BREAK/AT END-Bedingung steht an der falschen Stelle.

Invalid positioning of AT BREAK/END condition.

An AT BREAK/END condition cannot be used within a block ofstatements that is dependent on another special condition.

Blocks are: AT BREAK AT END/TOP OF PAGE AT START/END OF DATA ON ERROR IF

Re-position the AT BREAK/END condition.

Page 88: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 88/781Bearbeitet von: Schäfer DV Consulting

NAT0310 AT END OF oder AT BREAK nur in aktiver Schleife moglich.

AT END OF or AT BREAK requires active processing loop.

An AT BREAK/END statement can only be used within an activeprocessing loop.

Check program and correct error.

NAT0311 Fehler im User Exit für Source-/Objektprogramme.

Error occurred in user exit for source/object programs.

A non-zero response code was received from the user exit which iused to store source/object programs in a user-controlled file.

Check the coding of the user exit(response code in register 15 when returning to NATURAL).

NAT0312 Falsche Referenzierung in AT START/END OF DATA, AT BREAK.

Reference invalid in AT START/END OF DATA or AT BREAK.

A reference number was used to refer one of the above conditionastatements to a specific processing loop. However, the specifiedreference number refers to a line which does not contain the corloop-initiating statement.

Check program and correct error.

NAT0313 Nur 1 BEFORE BREAK/AT START OF DATA pro Schleife moglich.

Page 89: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 89/781Bearbeitet von: Schäfer DV Consulting

Only one BEFORE BREAK/AT START OF DATA allowed in a loop.

Only one AT START OF DATA condition can be specified for a singlprocessing loop. If multiple statements are to be made dependenton the AT START OF DATA condition, use a DO/DOEND construction(see example below).

Example: READ ... AT START OF DATA DO IF ... DO ... DOEND IF ... DO ... DOEND DOEND DISPLAY LOOP ENDCheck program and correct error.

NAT0314 Pro Programm darf ON ERROR nur einmal verwendet werden.

No more than one ON ERROR statement allowed per program.

Only one ON ERROR condition can be specified in a given program.To check multiple conditions in an ON ERROR condition, use IFstatements within the ON ERROR condition.

Example:-------- READ ... UPDATE ... ON ERROR IF ... END-IF IF ... END-IF END-ERROR END-READ END

Check program and correct error.

NAT0315 'n' in AT BREAK OF ... /n/' ist länger als die Variable.

Page 90: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 90/781Bearbeitet von: Schäfer DV Consulting

Entry 'BREAK /n/' greater than length of variable.

The notation '/n/' can be used to specify how many positions ofvariable are to be used in the evaluation of a BREAK condition.The value for 'n' cannot be greater than the number of positionsdefined for the variable.

Check program and correct error.

NAT0316 Dies Statement ist in dieser Bedingung nicht erlaubt.

Statement not permitted within specified condition.

Certain restrictions exist for the use of statements within certconditions.The specified statement is not allowed in this type of conditionWithin an external subroutine object, for example, only DEFINESUBROUTINE statements and DEFINE DATA statements are allowed.

Check program and correct error.

NAT0317 Ein einzelnes Ausgabeelement darf max. 250 Zeichen haben.

1 element (column width) must not exceed 250 characters.

The maximum length of elements that can be output in a DISPLAY cis 250 characters.

Redefine element into smaller elements, or have the fields displin vertical mode.

NAT0318 'FULL VALUE' in EXAMINE TRANSLATE-Statement nicht erlaubt.

'FULL VALUE' must not be specified in EXAMINE TRANSLATE.

Unlike in an EXAMINE statement, 'FULL VALUE' must not be specifiin an EXAMINE TRANSLATE statement. An EXAMINE TRANSLATE statemenalways processes the entire content of the field.

Correct error in program.

NAT0319 Das Argument für AVER, TOTAL, SUM muß numerisch sein.

Page 91: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 91/781Bearbeitet von: Schäfer DV Consulting

Argument for AVER, TOTAL, SUM must be numeric.

The argument for the evaluation of the NATURAL system functionsAVER, TOTAL and SUM must be defined with numeric format.

Check program and correct error.

NAT0320 Editiermaske in INPUT-Statement nur für Ausgabeelemente.

Edit mask permitted for output elements only.

In an INPUT statement, edit masks can only be used for output el(attribute = M or O). For input elements (attribute = A), edit mcannot be used.Note that if you use hexadecimal edit masks for output elements,you cannot use attribute M = modify.

Check program and correct error.

NAT0321 Unzulässige Verwendung des Parameters AL oder NL.

Invalid specification of parameter AL or NL.

The parameter AL and NL can only be used for output elements;they cannot be used for input-only or modifiable elements.The specification of AL or NL for an individual element mustagree in format with the format of the individual variable.

Check program and correct error.

NAT0322 Variablentyp unerlaubt als Argument einer Systemfunktion.

Page 92: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 92/781Bearbeitet von: Schäfer DV Consulting

Type of variable invalid as system function argument.

1) A NATURAL system variable cannot be used as an argument for a NATURAL system function. If a system function is to be evaluated from a system variabl assign the value of the system variable to a user-defined var and use this variable as the argument.2) A variable used as a password/cipher variable cannot be used argument for a NATURAL system function. If the same variable as used for password/cipher is to be use an argument for a NATURAL system function, assign the value t user-defined variable, and use that variable as the argument.

Check program and correct error.

NAT0323 ON ERROR-Statement innerhalb von Bedingung nicht erlaubt.

ON ERROR statement not allowed within condition.

An ON ERROR statement must not be placed within any of the follostatement blocks: - AT START/END OF DATA - AT TOP/END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - IF - IF NO RECORDS FOUND - AT END OF FILE - DEFINE SUBROUTINE

Check program and correct error.

NAT0324 DOEND für DO-Statement in Zeile :1: fehlt.

DOEND missing for DO statement in line ....

A statement block initiated with a DO statement must be terminatwith a DOEND statement.

Correct error in program.

NAT0325 Inkonsistente Benennung von Feldern im Data Dictionary.

Page 93: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 93/781Bearbeitet von: Schäfer DV Consulting

Inconsistent naming of fields in the data dictionary.

The same field name was used twice in a database view definitionin the data dictionary.

Inform your NATURAL administrator,or use the LIST FILE command to check the view definition.

NAT0326 Wiederholungsfaktor in hexadez. Editiermaske maximal 63.

Repetition factor in hexadecimal edit mask exceeds 63.

The repetition factor is a hexadecimal edit mask must not exceed

Check program and correct error.

NAT0327 Numerische Editiermaske enthält ungültige Stellen.

Numeric edit mask specifies no valid positions in value.

The specified numeric edit mask does not contain any positionswhich actually exist in the value to which the edit mask is appl

Check program and correct error.

NAT0328 Gesamtlänge bzw. Anzahl der SORT-Felder über 253 bzw. 10.

Maximum number/length of sort fields exceeded.

Either the total length of the fields to be sorted was greater tor the total number of fields to be sorted was greater than 10.

Reduce the size of the sort criteria.

NAT0329 AT BREAK-Statement fehlt nach PERFORM BREAK PROCESSING.

Page 94: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 94/781Bearbeitet von: Schäfer DV Consulting

AT BREAK required with PERFORM BREAK PROCESSING.

After a PERFORM BREAK PROCESSING statement, no AT BREAK statemenissued.This error can also occur if the PERFORM BREAK PROCESSING is witIF condition and the PERFORM BREAK PROCESSING and subsequentATare not explicitly bounded by DO and DOEND statements.

Check program and correct error.

NAT0330 Mehr als ein AT END OF DATA-Statement in einer Schleife.

AT END OF DATA specified more than once for a loop.

Only one AT END OF DATA statement is allowed per processing loop

Check program and correct error.

NAT0331 Parameter LC, IC, TC in WRITE oder INPUT nicht erlaubt.

Parameters LC, IC, TC not allowed in WRITE/INPUT.

The parameters LC, IC and TC can only be used for the columnar oof a DISPLAY statement.If leading or trailing characters are to be used in a WRITE or Istatement, specify literal constants before or after the value.

Check program and correct error.

NAT0332 Parameter LC und IC konnen nicht zusammen benutzt werden.

The parameters LC and IC cannot be used together.

The LC and IC characters are mutually exclusive.

Check program and correct error.

NAT0333 Alphanum. Editiermaske für numerisches Feld nicht erlaubt.

Page 95: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 95/781Bearbeitet von: Schäfer DV Consulting

Alphanumeric edit mask may not be used for numeric value.

The error may be caused by an incorrect definition of the edit min the data dictionary.

Check program or data dictionary and correct edit mask specifica

NAT0334 Länge eines numerischen Feldes kleiner als im Dictionary.

Numeric field length less than dictionary definition.

The length of a database field may only be explicitly overriddena value which is greater than the length of the field as definedthe data dictionary, but not with a smaller length.If a shorter field is desired, define a variable and assign theof the database field to it (with an ASSIGN or MOVE statement).

Check program and correct error.

NAT0335 Zeichenkette für SCAN muß in Apostrophen stehen.

Text string for SCAN must be enclosed within apostrophes.

The text string to be used for a SCAN operation must be enclosedapostrophes, and it must be contained on a single source code li

Check program and correct error.

NAT0336 Zu untersuchendes Feld muß eine Variable sein.

Field to be examined must be a variable if it is modified.

In an EXAMINE statement, the field to be examined must not be aconstant if it is to be modified, that is, if a DELETE/REPLACEclause is used.

This error also occurs if a constant is specified in an EXAMINETRANSLATE statement; the field to be TRANSLATEd must be a variab

Correct error in program.

NAT0337 Format/Länge von Übersetzungstabelle muß A2 oder B2 sein.

Page 96: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 96/781Bearbeitet von: Schäfer DV Consulting

Format/length of translate table must be A2 or B2.

The format/length of the translate table specified in the USINGof an EXAMINE TRANSLATE statement must be either A2 or B2.

Correct error in program.

NAT0338 Datenbankfeld referenziert, aber Schleife ist schon zu.

A database field with no active reference was used.

A database field can be referenced only within an active processloop. If the processing loop has been closed, reference to fieldavailable by the processing loop is no longer allowed.

Ensure that all references to database fields are contained withactive processing loop.

NAT0339 Keine spezielle Überschrift für Gruppe in WRITE/INPUT.

No specific heading allowed for group names in WRITE.

If a group name is used in a WRITE (or INPUT) statement,no specific header text may be specified for the group.

Check program and correct error.

NAT0340 Tabulator überlagert eine bereits belegte Spalte.

Invalid tab setting; occupied column overlaid.

The tabulation 'nT' can only be used to position forward in a liThe tabulator notation must not position the new value over an aoccupied output position.

Check program and correct error.

NAT0341 Wiederholungsfaktor für Zeichenkette falsch oder > 250.

Page 97: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 97/781Bearbeitet von: Schäfer DV Consulting

Repetition factor for text string > 250 or invalid.

The repetition factor may be used to cause a one-character textstring to be repeated.The repetition factor must be a numeric integer constant enclosein parentheses. The maximum repetition factor allowed is 250.

Check program and correct error.

NAT0342 Bei diesem Schleifentyp ist ein AT BREAK nicht erlaubt.

AT BREAK not possible in this type of processing loop.

The AT BREAK statement may only be used in processing loopsthat are initiated by a FIND, READ, HISTOGRAM or SORT statement.

User-initiated break processing can be done with the statementPERFORM BREAK PROCESSING.

Check program and correct error.

NAT0343 Nur Zeichenketten der Länge 1 konnen wiederholt werden.

Only literal of one character can be used for repetition.

A character string that is to be repeated using a repetition facmay consist of only one single character.

Check program and correct error.

NAT0344 WRITE TITLE/TRAILER in einer Bedingung nicht erlaubt.

Page 98: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 98/781Bearbeitet von: Schäfer DV Consulting

WRITE TITLE/TRAILER is not allowed within condition.

A WRITE TITLE or WRITE TRAILER statement must not be placed withof the following statement blocks: - IF - AT START/END OF DATA - AT TOP/END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - AT END OF FILE - ON ERROR - IF NO RECORDS FOUND - DEFINE SUBROUTINE

Place WRITE TITLE/WRITE TRAILER outside such a statement block.

NAT0345 Fehlerhaft definierte Editiermaske im Data Dictionary.

Edit mask definition error in data dictionary.

The edit mask for a database field, as defined in the data dictiis incorrect.

Contact your NATURAL administrator. A temporary by-pass may be toverride the edit mask defini tion in the program.

NAT0346 Das DDM kann nicht geladen werden.

Data definition module (DDM) :1: cannot be loaded.

The data definition module (DDM) for the requested file cannot bloaded, because the internal DDM load buffer could not be allocawith a sufficent size.

Start NATURAL in a larger thread/partion/region/task environment

NAT0347 SORT-Statement innerhalb einer Bedingung nicht erlaubt.

Page 99: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 99/781Bearbeitet von: Schäfer DV Consulting

SORT statement must not be placed within condition.

The SORT statement closes all existing processing loops and inita new processing loop to process all records after they have beesorted. The SORT statement, therefore, cannot be placed within aof the following statement blocks: - AT START/END OF DATA - AT TOP/END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - AT END OF FILE - IF - IF NO RECORDS FOUND - ON ERROR - DEFINE SUBROUTINE

Check program and correct error.

NAT0348 AT TOP/END OF PAGE innerhalb von Bedingung nicht erlaubt.

AT TOP/END OF PAGE must not be placed within condition.

The statements AT TOP OF PAGE and AT END OF PAGE can only be useoutside the following statement blocks: - AT START/END OF DATA - AT TOP/END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - AT END OF FILE - IF - IF NO RECORDS FOUND - ON ERROR - DEFINE SUBROUTINE

Place AT TOP/END OF PAGE outside such a statement block.

NAT0349 Ungült iger Parameterwert in (SET) GLOBALS-Statement/Komm.

Page 100: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 100/781Bearbeitet von: Schäfer DV Consulting

Invalid parameter value in (SET) GLOBALS statement/command.

The value for a parameter specified in a SET GLOBALS statement (GLOBALS command) was invalid. Possible values for the parameterquestion are 'ON' and 'OFF' (or 'T' and 'F' respectively).

Check program and correct error.

NAT0350 Zu viele vertikale Einträge pro INPUT/WRITE/DISPLAY.

Too many vertical entries in one INPUT/WRITE/DISPLAY.

One INPUT, WRITE or DISPLAY statement can generate a maximum ofvertically.The row value in the notation 'X/Y' must not exceed 63.The number of header lines must not exceed 14.

Check program and correct error.

NAT0351 Keine Überschriften bei VERT, NOHDR oder zweitem DISPLAY.

No header text al lowed for VERT, NOHDR, second DISPLAY.

- Header text is not allowed for any other than the first DISPLA statement of a report.- In VERT mode, header text for individual fields can only be sp if the option 'CAPTIONED' is used; the header texts for the fi will then be placed vertical ly above the column as header text- If the option AS 'text' is used together with CAPTIONED, the t specified for an individual field will be placed in the same l as the field value before the field value in the column.- No header text is allowed for a DISPLAY statement which refers same report as a previous DISPLAY statement which has already a header.

Check program and correct error.

NAT0352 Wert für SF-Parameter nicht numerisch oder großer als 30.

Page 101: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 101/781Bearbeitet von: Schäfer DV Consulting

SF parameter in FORMAT/SET GLOBALS > 30 or not numeric.

The value for the parameter SF must be specified as a numeric inconstant. The maximum value is 30.

Check program and correct error.

NAT0353 Benutzte Parameter dürfen nicht vorher definiert sein.

Parameter must not be previously defined.

Only the first parameter address is passed to the called programAll other parameters must be physically positioned immediatelyafter the first parameter.This can only be achieved if the parameter variables are newlydefined in the CALL FILE or READ WORK FILE statement respectivel

Do not refer to previously defined variables in a CALL FILE stat

NAT0354 Füllzeichen für Eingabefeld wurde falsch angegeben.

Wrong specification of empty input field character.

The character which is to be used to fill the empty part of an ifield, must be specified as a single character enclosed in apostIt may be specified anywhere in the list of values of the AD par

Example: INPUT (AD='Check program and correct error.

NAT0355 Ungültiges Element in Attributdefinition nach 'AD='.

Invalid attribute definition element after 'AD='.

See NATURAL Reference Manual, session parameter AD, for informatvalid values for the AD parameter.

Furtheron, this error appears in a INPUT statement if- (AD=M) is specif ied for a system variable, except of *COM;- (AD=T) is specified for a system variable.

Check program and correct error.

NAT0356 Konstante der Länge 0 in WRITE/DISPLAY nicht erlaubt.

Page 102: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 102/781Bearbeitet von: Schäfer DV Consulting

Constant with length 0 not al lowed in WRITE/DISPLAY.

A constant cannot be displayed by NATURAL if the length betweentwo apostrophes is zero.

Check program and correct error.

NAT0357 Falsche OFFSET-/FILLER-Angabe in READ WORK FILE.

Invalid entry for OFFSET/FILLER in READ WORK FILE.

The OFFSET/FILLER in a record layout for READ WORK FILEmust be specified as an integer numeric constant.The filler entry may be specified in the form 'nX'.

This error also occurs if the OFFSET or FILLER option is placedin the wrong position within the READ WORK FILE statement.Please refer to the NATURAL Reference Manual for the validREAD WORK FILE statement syntax.

Correct error in program.

NAT0358 Nach 'AD =' wurde keine Attributdefinition angegeben.

No attribute definition specified after 'AD='.

At least one attribute setting is required when using 'AD='.

Check program and correct error.

NAT0359 Eine Schleife in der Subroutine wurde nicht geschlossen.

Processing loop in subroutine not closed.

If a processing loop is initiated in a subroutine, it mustbe closed within the same subroutine with a LOOP statement.The LOOP statement must preceed the RETURN statement.

Check program and correct error.

NAT0360 Die IF-Bedingung enthält kein ausführbares Statement.

Page 103: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 103/781Bearbeitet von: Schäfer DV Consulting

No executable statement in IF condition.

Statements such as REDEFINE or FORMAT do not generate executablecode; therefore, they are not allowed as the only statements inan IF condition.A redefinition of a variable is true under all conditions; it istherefore not recommended to place a REDEFINE or FORMAT statemenwithin an IF condition.

Check program and correct error.

NAT0361 Die angegebene Druckernummer ist nicht verfügbar.

Printer number not allocated.

Either a corresponding JCL statement for the specified printer wnot specified;or, if a TP monitor is used, either the TP monitor does not suppoffline printers or the necessary parameter module was not gener

Correct the printer number or contact your NATURAL administrator

NAT0362 DEFINE SUBROUTINE innerhalb einer Subroutine unerlaubt.

Recursive definition of a subroutine.

A subroutine definition, which is initiated with a DEFINE SUBROUstatement, must be terminated with an END-SUBROUTINE or RETURNstatement before another subroutine definition can be initiated.A DEFINE SUBROUTINE statement within another DEFINE SUBROUTINEstatement block is not possible.

Check program and correct error.

NAT0363 DEFINE SUBROUTINE darf nicht in einer Bedingung stehen.

Page 104: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 104/781Bearbeitet von: Schäfer DV Consulting

Invalid definition of a subroutine.

A DEFINE SUBROUTINE statement must not be placed withinany of the following condition statement blocks:

- AT START OF DATA - AT END OF DATA - AT TOP OF PAGE - AT END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - AT END OF FILE - IF NO RECORDS FOUND - ON ERROR

Check program and correct error.

NAT0364 Inkonsistenz bei mehrmaligem Schreiben auf ein Work File.

Inconsistency in multiple writing to the same work file.

This error occurs if one program contains two (or more) WRITE WOstatements that write data to the same work file:

- Writing to the same work file must be either all in fixed leng or all in variable length; that is, the keyword 'VARIABLE' mus specified either in every WRITE WORK FILE statement concerned in none. (Please note that in this context an EXPORT statement corresponds to a WRITE WORK FILE (1) VARIABLE statement.)

- If writing to the same work file is all in fixed length, the s field lengths must be the same for every WRITE WORK FILE state concerned.

Correct error in program.

NAT0365 Zuwenig Speicher um das Modul zu laden/auszuführen.

Page 105: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 105/781Bearbeitet von: Schäfer DV Consulting

Requested module cannot be loaded into storage.

NATURAL programs that are to be invoked with a FETCH statement aloaded into and executed from a user buffer area which must be lenough to hold the compiled program and all data variables usedwithin the program.This error occurs if the user buffer area is not large enough tocontain the program module.

Contact your NATURAL administrator, who may, if necessary, increthe size of the user buffer area.

NAT0366 Unzulässige Verwendung einer NATURAL-Systemfunktion.

Invalid use of NATURAL system function.

NATURAL system functions like MAX, MIN, SUM or AVER can only beused with the conditions AT BREAK, AT END DATA, AT END PAGE.

Check program and correct error.

NAT0367 Die Systemfunktion darf hier nicht angesprochen werden.

Invalid reference of NATURAL system function.

NATURAL system functions like MAX, MIN, SUM and AVER may only beused in an AT END OF PAGE condition if their evaluation per pagehas been requested with the GIVE SYSTEM FUNCTIONS clause of aDISPLAY or WRITE statement.

Check program and correct error.

NAT0368 Das Suchfeld ist zu lang (Maximallänge ist 126).

Search field for a descriptor is too long.

The maximum length for a search field is 126 bytes.

Check program and correct error.

NAT0369 Parameter DY ist nur für alphanumerische Felder moglich.

Page 106: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 106/781Bearbeitet von: Schäfer DV Consulting

Parameter DY may only be used with alphanumeric fields.

Dynamic attributes (blinking, intensified, underlined, color, etmay only be applied to alphanumeric fields.

Check program and correct error.

NAT0370 Fehler beim Verketten von Texten mit 'text'-'text'.

Concatenation error in construction 'text'-'text'.

A literal constant ('text') must follow the character '-'.

Check program and correct error.

NAT0371 Arbeitsdatei für WRITE WORK FILE nicht verfügbar.

WRITE WORK FILE number not allocated/available.

If work files are to be used, they must have been previously defthe NATURAL administrator, and the appropriate job control statemust have been provided.

Make sure that the correct work file number has been used. If itcontact your NATURAL administrator concerning work file status/u

NAT0372 Arbeitsdatei für READ WORK FILE nicht verfügbar.

READ WORK FILE number not allocated/available.

Work files must have been previously defined by the NATURALadministrator.

Make sure that the correct work file number has been used. If itcontact your NATURAL administrator concerning work file status/u

NAT0373 Bitte wählen sie für RENUMBER ein kleineres Inkrement.

Page 107: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 107/781Bearbeitet von: Schäfer DV Consulting

Error in increment specification for RENUMBER.

The line editor allows an increment, in the form (nnnn), to bespecified for renumbering.The increment you have specified would cause line numbers greatethan 9999.

Choose an increment for renumbering that does not cause the linenumbers to exceed 9999.

NAT0374 Block-Transfer von globalen Variablen nicht moglich.

Block mode transfer of global variables not possible.

The block mode transfer of global variables requires a global vatransfer statement to be generated within the program, that is,global variables must have been defined when the program was catIf a NATURAL program is to be Compiled and/or CATaloged, no NATUprogram can be EXecuted earlier in the current LOGON session.

If a NATURAL program is to be EXecuted then no NATURAL program cCompiled or CATaloged earlier in the current LOGON session.

As a result of this error condition, the current set of global vhas been deleted.

As the global variables have been deleted, re-establishthe environment necessary to perform the desired function.

NAT0375 Dies Format-Element kann nur die Werte 'ON/OFF' haben.

Invalid value for format element.

For this type of format element, the only possible valuesare 'ON' and 'OFF' (or 'T' and 'F' respectively).

Check program and correct error.

NAT0376 Globale Variablen :1: passen nicht zusammen.

Page 108: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 108/781Bearbeitet von: Schäfer DV Consulting

Global variables ... do not match.

The global variables that are to be passed between programsdo not agree in format and/or length.

Global variables with the same name must agree in format andlength to allow for a value transfer of the global variableacross mutiple programs when referenced as data as '+NAME'.

Check the currently existing global variables with the EDIT VARIcommand and compare them to the reference in the current programAdjust format/length or clear global variables with the LOGON co

NAT0377 ALLE Sourcecode-Zeilen müssen numeriert werden.

All lines must be numbered if using user-assigned numbers.

You may number the statement lines by entering a 4-digit line nuin the first 4 positions of the source line.Once you have started to number source lines, however, you mustensure that all source lines are numbered consecutively in ascenorder.

Check statement line numbers for ascending order. Do not accidenplace a numeric constant of 4 digits at the beginning of a sourc

NAT0378 Ein Feld darf nicht mit '/' unter Gruppe placiert werden.

Field must not be placed under group using '/' notation.

If a group of fields is referenced in a DISPLAY statement, the gcreates a layout of multiple columns for all individual fields igroup.No individual field can be placed under the group layout.

Place individual field in a separate column.

NAT0379 Fehler bei Aufbau von Ausgabeposition der Form 'x/y'.

Page 109: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 109/781Bearbeitet von: Schäfer DV Consulting

Error in construction of print positioning of form 'x/y'.

The positioning notation 'x/y' can only be used with constantsfor 'x' and 'y'. The positioning must not place the current prinposition outside the range of line and column positions that areavailable with the current line size and page size limits.The line position must not overlay an already occupied printposition.

Check program and correct error.

NAT0380 Fehlerhafter Aufbau einer dynamischen Source-Variablen.

Error in the construction of a dynamic source variable.

The character '&', which indicates a dynamic source variable, wafound, but the '&' was not followed by a valid variable name.

Check program and correct error.

NAT0381 Editiermaske für Variablenname > 40 Zeichen nicht moglich.

Edit mask not permitted for variable name of over 58 characters.

If an edit mask is specified for a variable name which is longer58 characters, this may lead to a destruction of the variable naIn particular a collision may occur in the case of maps, where ycan define variable names with up to 65 characters.

Use a shorter variable name.

NAT0382 Unterschiedliche Chiffriercodes für die gleiche Datei.

Two different cipher codes were specified for same file.

An ADABAS file may only be ciphered with one cipher code.That same cipher code must, therefore, be used for a given file.

Check program and correct error.

NAT0383 Source-Programm im Arbeitsbereich ist falsch numeriert.

Page 110: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 110/781Bearbeitet von: Schäfer DV Consulting

Source program in source work area incorrectly numbered.

To ensure that all references in a program can be resolved correit is necessary that the source code lines are numbered in ascenorder.

Use the RENUMBER command to renumber the program, check all refefor consistency with intended reference (when duplicate numbersAll references will be renumbered automatically.

NAT0384 Eine explizite Formatangabe ist erforderlich.

Explicit format specification required.

The FS parameter has been set with a SET GLOBALS statement or GLcommand to indicate that no default format/length is to be used.Therefore the format/length of all user-defined variables must bexplicitly specified.

Check program and correct error.

NAT0385 Werte für DC, IA, ID müssen voneinander verschieden sein.

Values for DC, IA, ID parameters must exclude one another.

The values for the session parameters DC, IA and ID must excludeanother. The value for each of these parameters must be differenfrom the values for the other two.

Use the GLOBALS command to check the values for DC, IA and IDand make sure that the 3 parameter have 3 different values.

NAT0386 Undefinierte globale Variable in Source-Referenzierung.

Page 111: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 111/781Bearbeitet von: Schäfer DV Consulting

Undefined global variable used for source reference.

All global variables that are to be referenced for sourceparameters in the form '&NAME' must have been previously definedfrom the execution of a program that assigns a value to thisglobal variable.If a source program using global notations is to be created, thican be done without control of the syntax checker, using the EDIcommand. When the syntax checker is to be active during the creaof such program, the proper global variable environment must becreated prior to any '&NAME' reference.

Either create program in EDIT mode or establish proper global vaenvironment by executing programs that define the global variablprior to any '&NAME' reference.

NAT0387 Modifikation von benannten Konstanten ist nicht erlaubt.

Modification of a named constant not allowed.

If the modification of the variable from an initial value is reqand later reinitialization is required, the INIT clause of the DDATA statement and RESET INITIAL statement should be used.

Check program and correct error.

NAT0388 Verweis auf Source-Parameter ist bei CATALOG unerlaubt.

Parameter source reference not allowed for CATALOG.

A program that refers to global variables as source parametersis dynamically changed at execution time (during RUN statementexecution). It therefore cannot be cataloged as an object module

Check program for reference to parameter source &variable and donot catalog a program that contains parameter source reference.

NAT0389 Eine Referenzierung auf Zeilennummer 0000 ist unmoglich.

Page 112: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 112/781Bearbeitet von: Schäfer DV Consulting

Invalid reference '0000' specified.

When you reference a database access statement by specifying theline number, the line number can never be '0000'.

Check program and correct error.

NAT0390 Variable mit Format/Länge F16 ist hier nicht erlaubt.

Variable of format/length F16 is not allowed here.

A floating-point variable of length 16 is not allowed withthe following statements:

- DISPLAY- WRITE- PRINT- INPUT

Do not use an F16 variable in any of the above statements.

NAT0391 Unzulässiges Systemkommando für globale Variable.

Invalid system command in global variable block mode.

Some system commands are implemented in the form of NATURAL progand use the global variable feature.These types of system commands cannot be used when the global-vablock-transfer mode is activated because the dynamic address allis then de-activated.Only the commands LOGON and GLOBALS may be used when workinginvariable block-transfer mode.

De-activate global-variable block-transfer mode, or do not use tcommand.

NAT0392 Unzulässige Operation mit Datums- oder Zeitvariablen.

Page 113: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 113/781Bearbeitet von: Schäfer DV Consulting

Invalid operation with date or time variable.

This error may be caused by the following:- An arithmetic operator other than '+' or '-' was used between a date/time operand and a numeric operand.- An arithmetic operator other than '-' was used between two date/time operands.- An arithmetic operator with one date/time operand and one floating-point operand was used.See NATURAL Reference Manual, Arithmetic Operations with Date anfor further information.

Check program and correct error.

NAT0393 Programm kann nicht ausgeführt werden.

Program cannot be executed.

1) An attempt was made to execute a NATURAL program which is notsupported by the current version of NATURAL. This may be- a NATURAL version 1.X object program- a NATURAL version 2.3 object program.

2) The program to be executed is contained in the blacklistof the current buffer pool (see SYSBPM utility).

1) Re-compile the program under the current version of NATURAL.2) Remove program from blacklist.

NAT0394 Diese Formatangabe ist in diesem Zusammenhang unzulässig.

Invalid format specification.

See NATURAL Reference Manual, NATURAL Session Parameters.

Check program and correct error.

NAT0395 Attribut 'CV' ist vor der 'HE'-Definition zu definieren.

Attribute 'CV' must be defined before 'HE' definition.

Check program and correct error.

NAT0396 Romische Editiermaske ist für INPUT nicht erlaubt.

Page 114: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 114/781Bearbeitet von: Schäfer DV Consulting

Roman edit mask for input fields not allowed.

A roman edit mask can be used in an INPUT statement, butonly for output fields.

Example: INPUT #D (EM=R AD=O)

Check program and correct error.

NAT0397 Dieser Indexbereich in WRITE/DISPLAY nicht generierbar.

Given index range cannot be generated in WRITE/DISPLAY.

Restrictions for WRITE of array ranges are:- no more than two dimensions- no ranges with different variables (#I : #J)- no ranges with constant and variable (1 : #I + 3)Examples of valid ranges: #A (1 : 5) #A (#J : #J + 5) #A (1 : 3,2 : 4) #A (#J + 2 : #J + 5, #I - 5 : #I + 5)DISPLAY: If a line advance is to be made after an array range specification, it must be a constant range or the '*'. All 3 dimensions can then be specified.

Check program and correct error.

NAT0398 Ein Label muß am Zeilenanfang definiert werden.

Label definition must be coded at beginning of line.

Check program and correct error.

NAT0399 INCLUDE muß das einzige Statement in der Zeile sein.

INCLUDE statement must be only statement in source line.

The INCLUDE statement must be the only statement contained in agiven source code line.

Check program and correct error.

NAT0400 Library-Name ungültig oder länger als 8 Stellen.

Page 115: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 115/781Bearbeitet von: Schäfer DV Consulting

Invalid library name.

A library name must begin with an alphabetical characterand must not be longer than 8 characters.

Use a correct library identification.

NAT0401 Programmname ist ungültig oder mehr als 8 Stellen lang.

Invalid program name.

A program name must begin with an alphabetical character andmust not be longer than 8 characters.

Use correct program name.

NAT0402 Editorkommando .'text' endet nicht mit einem Apostroph.

'text' for EDIT command does not end with apostrophe.

.'text' can be used in the line editor to position to a specificbeginning with that text string..S'text' can be used to scan the source program for the specifieand select all lines containing the text.

Check command and correct error.

NAT0403 Dies ist ein unzulässiges Zeileneditor-Kommando.

Page 116: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 116/781Bearbeitet von: Schäfer DV Consulting

Invalid line editor subcommand.

The following subcommands may be used in the line editor:.B position to bottom.Cn(m) copy m lines starting from line identified with.C'text'(m) copy the line beginning with 'text' to position.D delete line.D(n) delete n lines.E terminate line.I insert line.I(program) insert program.Mn move lines identified by n.M'text'(n) move n lines starting from line beginning with '.R(n) renumber with increment n -- default n=10.S'text' scan for textSee NATURAL Reference Manual, EDT command, for use of PF Keys.Issue a valid command.

NAT0404 Unzulässige Zahl für '+/- n' im Zeileneditor.

Number for '+/-' in EDIT command invalid.

'+/-n' can be used to position forward/backward in the line edit'n' must be a numeric constant, and must immediately follow '+/-

Enter a valid command.

NAT0405 FSIZE zur Aufnahme der Datei-/Felddefinitionen zu klein.

FSIZE was too small to contain the file/field definitions.

There was not enough memory available to load the specifiedfiles (DDMs).

Ask your NATURAL administrator to check whether the FSIZE buffercan/should be increased.

NAT0406 Expliziter Indexbereich ist bei SORT nicht erlaubt.

Page 117: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 117/781Bearbeitet von: Schäfer DV Consulting

Explicit index range not allowed with SORT.

Only complete arrays can be specified in the USING clause of theSORT statement. This can be achieved by specifying '*' as indexor by explicitly specifying the complete range of constants.Example: 01 ARRAY (A5/1:20) ... SORT BY ... USING ARRAY(*) or SORT BY ... USING ARRAY(1:20)

Check program and correct error.

NAT0407 Tabulator 'nT' darf Zeilenende nicht überschreiten.

Invalid tab notation 'nT'.

The 'nT' positioning must be within the useable line size.'n' must not be zero or a value greater than the currentlyspecified line size.

Check program and correct error.

NAT0408 Tab-Angabe 'nT' doppel t oder unzulässig im VERT-Modus.

Tab notation 'nT' duplicated or invalid in VERT mode.

The 'nT' positioning can be used to position to a specific outpuposition. In VERT mode, positioning can only be done once betweetwo columns. It cannot be specified for individual fields in VERmode, because the column position can only be defined once beforthe VERT entry.If indentation is required, use the 'nX' notation within a colum

Check program and correct error.

NAT0409 Positionierung 'T*feld' nur einmal zwischen zwei Spalten.

Page 118: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 118/781Bearbeitet von: Schäfer DV Consulting

Position reference to field only allowed once between columns.

The position reference of the form 'T*NAME' can only be used toto a new column in a DISPLAY statement.Within a column in VERT mode, it is not possible to position indfields with the 'T*NAME' notation.If indentation is required within a column, use the 'nX' notatio

Check program and correct error.

NAT0410 Zu viele Sortierschlüsselfelder angegeben.

Too many sort key fields specified.

Reduce number of sort key fields.

NAT0411 Ausgabepositionsverweise nur auf Felder im 1. DISPLAY.

Print position reference must be in first DISPLAY.

Only the first DISPLAY statement creates a print position refereReference to print positions (columns) in the form 'T*NAME' canbe made to variables that have been defined as columns in the fiDISPLAY statement defined in the program.The short-form notation (2 characters) for database fields is nopermitted.

Correct error.

NAT0412 'nX' oder 'nT' positioniert hinter das Zeilenende.

'nX' or 'nT' notation positions beyond line size.

The notation 'nX' or 'nT' resulted in an output position that libeyond the currently specified line size.

Either correct the nX/nT notation or increase line size paramete

NAT0413 Sourcemodul in der Library nicht vorhanden für .I(modul).

Page 119: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 119/781Bearbeitet von: Schäfer DV Consulting

Module in source library does not exist for .I(name).

The source module to be copied from the source library cannot belocated in the current library, or the entry '.I(name)' was notspecified correctly.

Re-issue command using correct source module name.

NAT0414 Nur 1 AT BREAK-Hierarchie pro Datenbankschleife erlaubt.

Only one AT BREAK hierarchy allowed in database loop.

A hierarchy of break processing can be established by specifyingmultiple AT BREAK conditions in the same FIND, READ, SORT orHISTOGRAM loop. The multiple AT BREAKs that form the hierarchymust be specified consecutively in one block.

Place AT BREAKs to form a break hierarchy together in processing

NAT0415 Im PRINT-Statement sind 'T*' und 'P*' nicht moglich.

'T*' and 'P*' notation not permitted in PRINT statement.

Do not use 'T*' or 'P*' in a PRINT statement.

NAT0416 Im PRINT-Statement ist die 'x/y'-Notation nicht moglich.

'x/y' notation not permitted with PRINT statement.

Do not use the notation 'x/y' in a PRINT statement.

NAT0417 READ WORK FILE erlaubt keinen variablen Indexbereich.

Variable index range not permitted with READ WORK FILE.

Check program and correct error.

NAT0418 Das RETURN-Statement ist im Structured Mode nicht erlaubt.

Page 120: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 120/781Bearbeitet von: Schäfer DV Consulting

'RETURN' is not permitted in structured mode.

The RETURN statement is permitted in reporting mode only.In structured mode, the end of a subroutine definitionmust be indicated with the statement END-SUBROUTINE.

Check program and correct error.

NAT0419 Im Structured Mode muß SORT eine USING-Klausel haben.

'USING' is required in structured mode.

When using the SORT statement in structured mode, the USING claumust be used to indicate the fields which are to be written tointermediate storage.If USING KEYS is specified, all sort key fields are written tointermediate storage.USING operand2 ... may be used to indicate fields in addition tthe sort key fields which are to be written to intermediate stor

By default in structured mode, the fields specified in the BY clare NOT written to intermediate sort storage.

Check program and correct error.

NAT0420 Ungültiges Programmkonstrukt um Map zu katalogisieren.

Invalid program construct for cataloging of map.

A map which is defined outside a NATURAL program and is dynamicaloaded during execution only represents the screen layout for thNo further processing is performed as part of the map definitionA program which is to be cataloged as a map must contain only onINPUT statement.

Check program and correct error.

NAT0421 Die definierte Map ist zu groß um katalogisiert zu werden.

Page 121: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 121/781Bearbeitet von: Schäfer DV Consulting

The defined map is too large to be cataloged.

The generated code resulting from a map generation must not exce2200 bytes if the map is to be stored in the database system filand 650 bytes if to be stored in the user-exit file.

The length of the map is determined by the length of the textelements used in the map and the number of fields specified:each field element requires 9 and each textelement 3 additionalcontrol bytes.

Reduce map size by specifying less text/fields.

NAT0422 Falsches/deplaciertes Statement in externer Subroutine.

Invalid or misplaced statement in external subroutine.

An external subroutine must not contain more than oneDEFINE SUBROUTINE statement.The DEFINE SUBROUTINE statement block must be closed with END-SU(or RETURN, in reporting mode).The only statements allowed outside the DEFINE SUBROUTINE blockDEFINE DATA LOCAL/GLOBAL, which must precede the DEFINE SUBROUTIstatement, and END at the end of the subroutine.

Correct error in external subroutine.

NAT0423 Ungültige GIVING LENGTH-Klausel in READ WORK FILE.

Invalid GIVING LENGTH clause in READ WORK FILE statement.

Possible reasons for this error are:

1. The keyword 'LENGTH' is missing after 'GIVING'.

2. The operand is either missing or defined with an incorrect format/length (format/length must be I4).

Check program and correct error.

NAT0424 Ungültiger Operand für PC 'COMMAND'-Option.

Page 122: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 122/781Bearbeitet von: Schäfer DV Consulting

Invalid operand for PC 'COMMAND' option.

The operand for the COMMAND option of theWRITE WORK FILE/WRITE PC/DOWNLOAD statementmust be of alphanumeric format and its lengthmust not exceed 80 characters.

Check program and correct error.

NAT0425 Qualifizierte Variablennamen in DEFINE DATA verboten.

Invalid use of a qualified variable name.

Qualified variable names may only be used when referencingdata variables. They cannot be used when defining variablesin a DEFINE DATA statement.

Check program and correct error.

NAT0426 Der verwendete Variablenname existiert bereits.

Invalid use of variable name in data structure.

In the DEFINE DATA statement, a variable name was used in definia data structure that currently exists. The earlier variabledefinition was not part of another data structure.

Check program and correct error.

NAT0427 In DEFINE DATA verwendete Variable ist bereits definiert.

Invalid definition of variable name in data structure.

A variable name used in the DEFINE DATA statement already existsThe earlier definition of this variable name describes a datastructure at level 1. Data structure names at level 1 must beuniquely defined.

Check program and correct error.

NAT0428 Ungültige Variablennamen-Definition in Datenstruktur.

Page 123: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 123/781Bearbeitet von: Schäfer DV Consulting

Invalid variable name definition in a data structure.

A variable name used in the DEFINE DATA statement already existsThe earlier definition of this variable name describes a dataelement that is contained within the current data structure.Non-unique variable names in a DEFINE DATA statement are referenby qualifying the variable with the level 1 structure name.Therefore, two data structure variables with the same variable ncan not co-exist if they share the same level 1 structure name.1 GROUP 2 STRUCTURE-1 3 SAME-NAME (A1) 2 STRUCTURE-2 3 SAME-NAME (N7) 1 OTHER-STRUCTURE 2 SAME-NAME (P4) Check program and correct error.

NAT0429 Falsche Indexangabe bei Definition eines Datenbank-Arrays.

Index for database array incorrectly specified.

When defining an array, the index specification for eachdimension must not include a non self-defining range.A range which is not self-defining includes any of thefollowing index specifications:

#FIELD(#I + 1) or #FIELD(#J - 1) #FIELD(*) #FIELD(#I + #J)

Check program and correct error.

NAT0430 Unzulässiges Format in einer Array-Definition.

Invalid format used in array definition.

Format 'C' (control variable) is not permitted when defining anarray. Terminal control variables cannot be indexed.

Check program and correct error.

NAT0431 Qualifizierer müssen eine Unterstruktur definieren.

Page 124: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 124/781Bearbeitet von: Schäfer DV Consulting

Qualifiers must be structure level names.

All qualifiers of a variable name must be structure level names,that is, they must themselves define a sub-structure within adata structure. The specification of the current variable namecontains an invalid qualification.

Check program and correct error.

NAT0432 Der erste Qualifizierer muß auf Level 1 sein.

First qualifiers must be level 1 structure name.

The first qualifier of a variable name must be a structure levelname with a level number of 1. The specification of the currentvariable name contains an invalid qualification.

Check program and correct error.

NAT0433 Qualifizierer-Name existiert in Unterstruktur nicht.

Qualifier name does not exist in parent structure.

One of the qualifier names does not exist in the sub-structuredefined by the qualifier immediately preceding this name in thequalified name list.

Check program and correct error.

NAT0434 Qualifizierung identifiziert Variable nicht eindeutig.

Qualification does not uniquely identify variable.

The qualified name list does not uniquely describe thecurrent variable name.

Check program and correct error.

NAT0435 Falscher Index bei Referenzierung eines Datenbank-Arrays.

Page 125: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 125/781Bearbeitet von: Schäfer DV Consulting

Index for database array incorrectly specified.

The NATURAL Version 1.2 notation of defining an index range withthe '-' character cannot be used to reference a database arraywhich was defined using the Version 2.1 notation, that is thecharacter ':'. The converse is not permitted either.Neither is it permitted to mix the two notations when defininga database array.Neither are the index notations 'I + 1' or 'I - 2' etc. permittewhen referencing a database array that was defined with theVersion 1.2 notation.

Check program and correct error.

NAT0436 Datenstruktur zu gross.

The internal size of a data structure is too big.

The size of a data structure in the DEFINE DATA statementis too big.

Reduce number of variables or number of occurrences for a variab

NAT0437 Konstantendefinition für zugehorige Teilstruktur fehlt.

Constant definition missing for current structure.

If a variable is defined as a named constant via the keyword 'COin a DEFINE DATA statement, each elementary field of that structmust be defined as a constant.

Check program and correct error.

NAT0438 Datensatz darf nicht länger als 32 KB sein.

Record length must not exceed 32 KB.

The length of a record read/written with a READ/WRITE WORK FILEstatement must not exceed 32 KB.

Check program and correct error.

NAT0439 Variable Feldlänge nur bei WRITE WORK VARIABLE moglich.

Page 126: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 126/781Bearbeitet von: Schäfer DV Consulting

Variable-length field only allowed in WRITE WORK VARIABLE.

Fields with variable length cannot be used in a WRITE WORK FILEstatement without VARIABLE clause.

Incorrect example: WRITE WORK FILE 1 array(1:j)Correct example : WRITE WORK FILE 1 VARIABLE array(1:j)

Check program and correct error.

NAT0440 DISPLAY und NEWPAGE in AT TOP/END OF PAGE nicht erlaubt.

DISPLAY and NEWPAGE not allowed in AT TOP/END OF PAGE.

A DISPLAY or a NEWPAGE statement must not be placed withinan AT TOP OF PAGE or AT END OF PAGE statement block.

Correct error in program.

NAT0441 RETURN bzw. END-SUBROUTINE in Bedingung nicht erlaubt.

RETURN or END-SUBROUTINE not allowed within a condition.

A RETURN or END-SUBROUTINE statement must not be placed withinany of the following statement blocks: - AT START/END OF DATA - AT TOP/END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - AT END OF FILE - IF NO RECORDS FOUND - ON ERROR

Correct error in program/subroutine.

NAT0442 RETRY-Statement innerhalb dieser Bedingung nicht erlaubt.

Page 127: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 127/781Bearbeitet von: Schäfer DV Consulting

RETRY statement is not allowed within condition.

A RETRY statement must not be placed within any of the followingstatement blocks: - AT START/END OF DATA - AT TOP/END OF PAGE - AT BREAK - BEFORE BREAK PROCESSING - AT END OF FILE - IF NO RECORDS FOUND - DEFINE SUBROUTINE

Correct error in program.

NAT0443 C-Arbeitspuffer nicht definiert oder zu groß.

C routine name not found in jump table.

CALL The routine declared by is not found by the jump tabl lookup routine declared in the module header csect .

Note: the jump table lookup routine is also written in C.

This is an internal NATURAL EXPERT error, please contactSOFTWARE AG and describe how the error was produced.

NAT0444 LFILE-Direktive für ENTIRE-Systemdatei nicht Typ ENTIRE.

Page 128: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 128/781Bearbeitet von: Schäfer DV Consulting

LFILE directive for ENTIRE system file is not ENTIRE type.

Check the LFILE directives for the ENTIRE system files (249,250)Check the ENTIRE NTDB macro entry for validity.In the NATPARM module, the NTDB macro determines the database ty - NTDB ENTIRE,xyz (where 'xyz' is the database ID)

The NTFILE macro in the NATPARM module describes the ENTIREcross-reference and data fi les: - NTFILE ID=249,FNR=10,DBID=xyz (SYS1) - NTFILE ID=250,FNR=11,DBID=xyz (SYS2)LFILE is a dynamic parameter; for example: - LFILE=(249,xyz,10),LFILE=(250,xyz,11)

In both cases, the database handler must be declared as being ofENTIRE. See NATURAL Administrator's Manual for further informatiContact your ENTIRE DB administrator.

NAT0445 C buffer being used by another application.

C buffer being used by another application.

Two applications are using the same NATURAL buffer.This error is detected on starting the second application andas it is desirable to protect data, the second application isnot allowed to start.

The problem could be resolved if the two applications were to usseparate buffers - please contact SOFTWARE AG.

NAT0446 Statement-Name in Attribut-Ausdruck gefunden.

Statement name found in attribute expression.

This error occurs if you have defined an attribute to a categorywhich has the same name as a NATURAL keyword.

Rename the attribute.

NAT0447 FIND UNIQUE ist für ENTIRE-Dateien nicht erlaubt.

Page 129: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 129/781Bearbeitet von: Schäfer DV Consulting

FIND UNIQUE not allowed for ENTIRE files.

This statement is not supported by ENTIRE.

Correct error in program.

NAT0448 C interface - get memory buffer failed.

C interface - get memory buffer failed.

When a function written in C performs a MALLOC operation toget a work buffer, this is supplied to it by the GETMAIN# entryin the environment interface NICMAIN, which in turn gets itfrom the second buffer declared in the C module header. Thisbuffer has not been defined in the NATURAL environment.With NATURAL EXPERT this means that no EXRSIZE or EXCSIZE couldbe allocated.

Check whether there is enough space for the EXRSIZE or EXCSIZE adefined in the NATPARM module or increase the buffer size(s).

NAT0449 DLOGON-User nicht angegeben.

C work buffer too small.

CALL On initialization of the C work buffer, the minimum size requi is + 4K.

This is an internal NATURAL EXPERT error, please contactSOFTWARE AG.

NAT0450 Not enough memory to run C subroutines.

Not enough memory to run C subroutines.

This is an internal NATURAL EXPERT error, please contactSOFTWARE AG.

NAT0451 ENTIRE DB Request Handler nicht geladen/auffindbar.

Page 130: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 130/781Bearbeitet von: Schäfer DV Consulting

ENTIRE DB Request Handler not loaded or cannot be found.

The ENTIRE DB Request Handler is contained for NATURAL Version 2in the module 'AERNAT', and for NATURAL Version 2.2 in the modul'NATDREQ'. Most likely, this module is not linked to NATURAL.

Check the link job and re-link NATURAL with the required module.

NAT0452 Nicht genügend Speicher, um ENTIRE zu initialisieren.

ENTIRE cannot be initialized.

The cause is either that- there was not enough space to satisfy the request;- the ENTIRE buffer (ZSIZE) is too small - minimum is 44;- the ADABAS/Entire nucleus (AERNUC) is not accessible, because is not linked or cannot be loaded dynamically.

Contact your ENTIRE DB administrator.

NAT0455 Erstes Kommando an ENTIRE ist nicht 'DLOGON'.

First command to ENTIRE not 'DLOGON'.

Before accessing the ENTIRE data in any way, a DLOGON statementmust be successfully executed. This allows the user identity tobe determined, the application to be set, and security check andaccessibility of data to be determined.

Ensure that the system calls a DLOGON before access, and correct

NAT0456 Ungültiger Funktionscode für ENTIRE.

Invalid function code for ENTIRE.

ENTIRE has received a control block (same format as ADABAS) whichas a function code field (offset 2 in the CB) that cannot beinterpreted by ENTIRE.

This is most likely caused by an incompatibility of systems and/overwriting of the ENTIRE work area.

Produce an application dump and contact Software AG support.

Page 131: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 131/781Bearbeitet von: Schäfer DV Consulting

NAT0457 ENTIRE-Versionsinkompatibilität.

ENTIRE version incompatibi lity.

This is caused by linking the interface CSECT DDIPFNAT (AERNUC)with another version of the initialisation module ADDINIT (AERNA

Check the NATURAL/ENTIRE link job for 'INCLUDE' datasets,or contact your system administrator.

NAT0458 Ein 'RETAIN AS'-Set dieses Namens gibt es nicht.

No 'RETAIN AS' set with the given name exists.

This occurs when, for example, a FIND references a non-existentor released ISN set. See FIND statement, RETAIN clause, in theENTIRE DB Programmer's Guide for further information.

Make sure that usage of ISN sets in application program is corre

NAT0459 Control Block ist nicht auf Vollwortgrenze ausgerichtet.

Control Block is not aligned.

The Control Block in direct command must be full-word aligned.

Check the program and align the Control Block.

NAT0460 Satzlänge großer als Open-Länge.

Record length is greater than Open length.

ENTIRE DB has attempted to write a record via EXPORT/IMPORT to wfile 1. This work file has already been opened with a record oflength less than 4096 bytes.

Check program for reads/writes and make sure that the first readwrite is at least 4096 bytes. Alternatively, check the DCB.

NAT0461 Fehler in CONTROL-Klausel des DEFINE WINDOW-Statements.

Page 132: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 132/781Bearbeitet von: Schäfer DV Consulting

Error in CONTROL clause of DEFINE WINDOW statement.

The CONTROL clause of the DEFINE WINDOW statement must be specifas follows:

CONTROL SCREEN, or CONTROL WINDOW.

If the CONTROL clause is omitted, CONTROL WINDOW will apply by d

Check program and correct error.

NAT0462 Fehler in SYMBOL-Klausel des DEFINE WINDOW-Statements.

Error in SYMBOL clause of DEFINE WINDOW statement.

See NATURAL Reference Manual for correct syntax of DEFINE WINDOWstatement.

Check program and correct error.

NAT0463 Ungültige Farbe oder ungültiges Attribut angegeben.

Invalid colour or invalid attribute specified.

You have specified an invalid attribute or an invalid colour codeither in the REVERSED clause or the FRAMED clause of the DEFINEstatement.

The only attribute you may specify in a REVERSED clause or FRAMEis CD (colour definition).The colour definition must be specified as (CD=cc), where 'cc' icolour code. For information on valid colour codes, please referthe NATURAL Reference Manual.

Check program and correct error.

NAT0464 Window-Name in DEFINE WINDOW-Statement fehlt/ist falsch.

Page 133: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 133/781Bearbeitet von: Schäfer DV Consulting

Window name in DEFINE/SET WINDOW stmt. missing or invalid.

In a DEFINE/SET WINDOW statement, the name of the windowmust be specified directly after the keywords 'DEFINE/SET WINDOWFor window names, the same rules apply as for names of user-defivariables (see NATURAL Reference Manual).

Check program and correct error.

NAT0465 Window-Name in SET WINDOW-Statement fehlt oder ungültig.

Inconsistent usage of WINDOW ....

Either the window name has been defined twice in two DEFINE WINDOW statements.or a window is referenced in the program (e.g. with an INPUT WINDOW statement), but the window has not been defined in a DEFINE WINDOW statement.

Check program and correct error.

NAT0466 Fehler in SIZE-Klausel des DEFINE WINDOW-Statements.

Error in SIZE clause of DEFINE WINDOW statement.

The SIZE clause of a DEFINE WINDOW statement must be specifiedas one of the following:

SIZE AUTO SIZE QUARTER SIZE lines * columns

If the SIZE clause is omitted, SIZE AUTO will apply by default.

For explanation of the DEFINE WINDOW syntax, please refer to theNATURAL Reference Manual.

Check program and correct error.

NAT0467 Fehler in BASE-Klausel des DEFINE WINDOW-Statements.

Page 134: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 134/781Bearbeitet von: Schäfer DV Consulting

Error in BASE clause of DEFINE WINDOW statement.

The BASE clause of the DEFINE WINDOW statement must be specifiedone of the following:

BASE CURSOR BASE TOP LEFT BASE TOP RIGHT BASE BOTTOM LEFT BASE BOTTOM RIGHT BASE line-position / column-position

If the BASE clause is omitted, BASE CURSOR will apply by default

For explanation of DEFINE WINDOW syntax, see NATURAL Reference M

Check program and correct error.

NAT0468 Fehler in TITLE-Klausel des DEFINE WINDOW-Statements.

Error in TITLE clause of DEFINE WINDOW statement.

In the TITLE clause of a DEFINE WINDOW statement, an alphanumerivariable or constant must be specified immediately after the key'TITLE'.

Check program and correct error.

NAT0469 CLOSE WORK FILE-Statement falsch placiert.

CLOSE WORK FILE statement has been invalidly placed.

A CLOSE WORK FILE statement must not be placed withina READ WORK FILE loop that refers to the same work file.

Place the CLOSE WORK FILE statement outside the READ WORKFILE l

NAT0470 Operand für RET, SORTKEY oder VAL muß alphanumerisch sein.

Page 135: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 135/781Bearbeitet von: Schäfer DV Consulting

Operand for RET, SORTKEY or VAL function must be alphanumeric.

Specify an alphanumeric program name with the RET function.Do not apply the system function SORTKEY to a non-alphanumeric fDo not apply the system function VAL to a non-alphanumeric field

NAT0471 Ungültige Operanden in SUBSTRING-Option.

Invalid operands in SUBSTRING option.

The field name specified in the SUBSTRING option must be alphanuThe starting position in the field and the length of the substrimust be numeric.

Correct error in program.

NAT0472 Dieser Name ist ein reserviertes NATURAL-Wort.

This user-defined name is a NATURAL reserved word.

The NATURAL profile parameter KC=ON (keyword check) has been setwhich means that a user-defined name (identifier) must not be thsame as a NATURAL reserved word.

Use a different name.

NAT0473 Falscher Parameter in DEFINE PRINTER-Statement.

Error in parameter of DEFINE PRINTER statement.

This error may be caused if one of the fol lowing conditions is n

- The operand after 'PROFILE', 'FORMS' or 'NAME' must be of alphanumeric format, and its length must not exceed 8.

- The operand after 'DISP' must be of alphanumeric format, and its length must not exceed 4.

- The operand after 'COPIES' must be a numeric integer (format N, P or I; without decimal digits).

- Each of the above clauses must not be specified more than once

Correct error in program.

Page 136: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 136/781Bearbeitet von: Schäfer DV Consulting

NAT0474 Feldattribut DF nicht für diesen Feldtyp erlaubt.

Field attribute DF cannot be used for this type of field.

The field attribute DF can only be used for fields oftype date.

Correct error in program.

NAT0475 INCLUDE-STATEMENTS über max.

INCLUDE statements must be nested on less than 20 levels.

This program has INCLUDE statements nested on at least 20 levels

Reduce the number of levels on which INCLUDE statements are nestless than 20.

NAT0476 Für Compiler reserviert.

Data structure size of :1: exceeds 32K.

The structure size of a variable or an indexed group must notexceed 32K.

Reduce the size of the variable or indexed group.

NAT0477 Für Compiler reserviert.

NAT0478 Für Compiler reserviert.

NAT0479 Für Compiler reserviert.

NAT0480 Invalid parameter defined for attribute SB or RB.

Invalid parameter defined for attribute SB or RB.

NAT0481 Reserved for NATGUI features.

Reserved for NATGUI features.

Page 137: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 137/781Bearbeitet von: Schäfer DV Consulting

NAT0482 Reserved for NATGUI features.

Reserved for NATGUI features.

NAT0500 *** NAT0500 - NAT0550 issued by NATURAL (VMS). ***

*** NAT0500 - NAT0550 issued by NATURAL (VMS). ***

The messages NAT0500 to NAT0550 are issued by NATURAL (VMS).They are explained in the NATURAL (VMS) Error Messages Manual.

See NATURAL (VMS) Error Message Manual.

NAT0600 'END-IF' fehlt zu IF-Statement in Zeile :1:.

'END-IF' missing for IF statement in line ....

In structured mode, an IF statement block must be terminated wita corresponding END-IF statement.

Example:

READ ... IF ... COMPUTE ... COMPUTE ... END-IF DISPLAY END-READ END

Correct error in program.

NAT0601 'END-START' fehlt zu AT START OF DATA in Zeile :1:.

Page 138: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 138/781Bearbeitet von: Schäfer DV Consulting

'END-START' missing for AT START OF DATA in line ....

In structured mode, an AT START OF DATA statement blockmust be terminated with a corresponding END-START statement.

Example:

READ ... AT START OF DATA MOVE ... DISPLAY ... END-START DISPLAY ... END-READ END

Correct error in program.

NAT0602 'END-ENDDATA' fehlt zu AT END OF DATA in Zeile :1:.

'END-ENDDATA' missing for AT END OF DATA in line ....

In structured mode, an AT END OF DATA statement block must beterminated with a corresponding END-ENDDATA statement.

Example:

READ ... AT END OF DATA COMPUTE ... DISPLAY ... END-ENDDATA DISPLAY ... END-READ END

Correct error in program.

NAT0603 'END-BREAK' fehlt zu AT BREAK-Statement in Zeile :1:.

Page 139: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 139/781Bearbeitet von: Schäfer DV Consulting

'END-BREAK' missing for AT BREAK statement in line ....

In structured mode, an AT BREAK statement block mustbe terminated by a corresponding END-BREAK statement.

Example:

READ ... AT BREAK ... DISPLAY ... END-BREAK DISPLAY END-READ END

Correct error in program.

NAT0604 'END-TOPPAGE' fehlt zu AT TOP OF PAGE in Zeile :1:.

'END-TOPPAGE' missing for AT TOP OF PAGE in line ....

In structured mode, an AT TOP OF PAGE statement block mustbe terminated by a corresponding END-TOPPAGE statement.Example: READ ... DISPLAY ... AT TOP OF PAGE WRITE ... END-TOPPAGE DISPLAY ... END-READ END

Correct error in program.

NAT0605 'END-ENDPAGE' fehlt zu AT END OF PAGE in Zeile :1:.

Page 140: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 140/781Bearbeitet von: Schäfer DV Consulting

'END-ENDPAGE' missing for AT END OF PAGE in line ....

In structured mode, an AT END OF PAGE statement block mustbe terminated by a corresponding END-ENDPAGE statement.

Example:

READ ... AT END OF PAGE DISPLAY ... WRITE TRAILER ... END-ENDPAGE DISPLAY ... END-READ END

Correct error in program.

NAT0606 'END-BEFORE' fehlt zu BEFORE BREAK in Zeile :1:.

'END-BEFORE' missing for BEFORE BREAK in line ....

In structured mode, a BEFORE BREAK PROCESSING statement blockmust be terminated by a corresponding END-BEFORE statement.

Correct error in program.

NAT0607 'END-NOREC' fehlt zu IF NO RECORDS FOUND.

Page 141: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 141/781Bearbeitet von: Schäfer DV Consulting

'END-NOREC' missing for IF NO RECORDS FOUND.

In structured mode, an IF NO RECORDS FOUND clause mustbe terminated with a corresponding END-NOREC statement.

Example:

FIND ... IF NO RECORDS FOUND DISPLAY ... END-NOREC DISPLAY END-FIND

Correct error in program.

NAT0608 'END-ENDFILE' fehlt zu AT END OF FILE in Zeile :1:.

'END-ENDFILE' missing for AT END OF FILE in line ....

In structured mode, an AT END OF FILE statement block mustbe terminated by a corresponding END-ENDFILE statement.

Example:

READ WORK FILE AT END OF FILE COMPUTE ... DISPLAY ... END-ENDFILE DISPLAY ... END

Correct error in program.

NAT0609 'END-ERROR' fehlt zu ON ERROR-Statement in Zeile :1:.

Page 142: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 142/781Bearbeitet von: Schäfer DV Consulting

'END-ERROR' missing for ON ERROR statement in line ...

In structured mode, an ON ERROR statement block mustbe terminated by a corresponding END-ERROR statement.

Example:

FIND ... UPDATE ... ON ERROR RETRY END-ERROR END TRANSACTION END-FIND END

Correct error in program.

NAT0610 Dieses Statement ist im Reporting Mode nicht erlaubt.

This statement is not permitted in reporting mode.

An attempt was made to issue a statement which is validin structured mode only.

Make sure you are working in the correct programming mode.

NAT0611 Schleife oder Bedingung nicht ordnungsgemäß beendet.

Loop/condition not properly closed.

An active loop or condition was not properly closed.For example, in structured mode, a FIND statement wasissued without a corresponding END-FIND statement.

Check program and correct error.

NAT0612 'END-...' zum Schleife schließen nur im Structured Mode.

Specified close loop only permitted in structured mode.

Check programming mode, program, and correct error.

NAT0613 Das END-FIND zum Schließen der FIND-Schleife fehlt.

Page 143: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 143/781Bearbeitet von: Schäfer DV Consulting

'END-...' for corresponding FIND/SELECT is missing.

In structured mode, a loop initiated with a FIND/SELECT statemenmust be closed with a corresponding END-FIND/END-SELECT statemen

Example:

FIND ... UPDATE END TRANSACTION END-FIND SELECT ... DISPLAY ... END-SELECT END

Correct error in program.

NAT0614 Zum READ-Statement fehlt das zugehorige 'END-READ'.

'END-READ/BROWSE' for READ/BROWSE statement missing.

In structured mode, a READ (BROWSE) statement must be followedby a corresponding END-READ (END-BROWSE) statement.

Example:

READ ... DISPLAY COMPUTE ... END-READ

Check program and correct error.

NAT0615 Zum HISTOGRAM fehlt das zugehorige 'END-HISTOGRAM'.

Page 144: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 144/781Bearbeitet von: Schäfer DV Consulting

'END-HISTOGRAM' for corresponding HISTOGRAM is missing.

In structured mode, a HISTOGRAM statement must befollowed by a corresponding END-HISTOGRAM statement.

Example:

HISTOGRAM ... DISPLAY ... END-HISTOGRAM

Check program and correct error.

NAT0616 Zum SORT-Statement fehlt das zugehorige 'END-SORT'.

Keyword 'END-SORT' is missing.

In structured mode, a SORT statement must be followed bya corresponding END-SORT statement.

Example:

FIND ... END-ALL SORT ... DISPLAY ... END-SORT

Check program and correct error.

NAT0617 Zum REPEAT-Statement fehlt das zugehorige 'END-REPEAT'.

Page 145: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 145/781Bearbeitet von: Schäfer DV Consulting

Keyword 'END-REPEAT' for corresponding REPEAT is missing.

In structured mode, a REPEAT statement must be followedby a corresponding END-REPEAT statement.

Example:

REPEAT ... ... ... END-REPEAT

Check program and correct error.

NAT0618 Zum FOR-Statement fehlt das zugehorige 'END-FOR'.

Keyword 'END-FOR' for corresponding FOR is missing.

In structured mode, a FOR statement must be followedby a corresponding END-FOR statement.

Example:

FOR ... ... END-FOR

Check program and correct error.

NAT0619 Zum READ WORK FILE fehlt das zugehorige 'END-WORK'.

Page 146: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 146/781Bearbeitet von: Schäfer DV Consulting

'END-WORK' for corresponding READ WORK FILE is missing.

In structured mode, a READ WORK FILE statement mustbe followed by a corresponding END-WORK statement.

Example:

READ WORK FILE ... ... END-WORK

Check program and correct error.

NAT0620 Zum CALL FILE-Statement fehlt das zugehorige 'END-FILE'.

Keyword 'END-FILE' for corresponding CALL FILE missing.

In structured mode, a CALL FILE statement must befollowed by a corresponding END-FILE statement.

Example:

CALL FILE ... ... ... END-FILE

Check program and correct error.

NAT0621 Zum CALL LOOP-Statement fehlt das zugehorige 'END-LOOP'.

Page 147: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 147/781Bearbeitet von: Schäfer DV Consulting

Keyword 'END-LOOP' for corresponding CALL LOOP missing.

In structured mode, a CALL LOOP statement must befollowed by a corresponding END-LOOP statement.

Example:

CALL LOOP ... ... ... END-LOOP

Check program and correct error.

NAT0622 Es wurde ein unbekannter Schleifentyp angefordert.

Unknown loop type was requested.

Use a valid type of processing loop.

NAT0623 Variable/Feld/View muß in DEFINE DATA definiert werden.

Variable/field/view must be defined in DEFINE DATA.

If a DEFINE DATA statement is present, all variables/fields to bused must be defined in the DEFINE DATA statement in an LDA, GDAor PDA, which are referenced with the keyword USING in theDEFINE DATA statement.

If this error occurs for a DDM and a DEFINE DATA statement ispresent, a view of the DDM (and of any database field referencedin the program) must be defined in the DEFINE DATA statement.

Check program and correct error.

NAT0624 Das 'END-...'-Statement fehlt oder ist falsch placiert.

Page 148: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 148/781Bearbeitet von: Schäfer DV Consulting

Statement END-... either missing or misplaced.

Example: READ ... IF AGE > 65 THEN COMPUTE ... DISPLAY ... END-READ END-IF ENDThe statement END-IF must be before the END-READ and after the lstatement to be executed in the THEN-clause of the IF-statement.This could be after the COMPUTE or the DISPLAY statement, dependon the actual function the program is to perform.Statements with the syntax 'xxx ... END-xxx' must be correctlypaired.

Make sure that all statement blocks are terminated with correspo'END-...' statements, and that the 'xxx' and 'END-xxx' statementcorrectly paired.

NAT0625 END-DECIDE fehlt für DECIDE-Statement in Zeile :1:.

END-DECIDE missing for DECIDE statement.

A statement block initiated with a DECIDE ON or DECIDE FOR statemust be terminated with an END-DECIDE statement.

This error may also occur if an END-DECIDE statement is misplace

Make sure that each DECIDE statement is correctly paired with acorresponding END-DECIDE statement.

NAT0626 Statement does not support database type.

Statement does not support database type.

The statement cannot be used with the database type youare running. For details as to which statements supportwhich database types, see the NATURAL Reference Manual.

Check program and correct error.

NAT0629 Imkompatible Indexbereiche in relationalem Ausdruck.

Page 149: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 149/781Bearbeitet von: Schäfer DV Consulting

Incompatible range combinations in relational expression.

When two arrays are compared in a relational expression,the number of occurrences in each dimension of the one arraymust match the number of occurrences in the correspondingdimension of the other array.

If no corresponding dimension is defined for the other array,the dimension is assumed to be 1.

A variable number of occurrences in one dimension must notbe compared with a fixed number of occurrences in thecorresponding dimension of the other array.

Correct error in program.

NAT0630 Das Statement RESET INITIAL enthält einen Fehler.

Error in RESET INITIAL statement.

See NATURAL Reference Manual for correct usage of RESET INITIALstatement.

Note in particular, that a RESET INITIAL of fields resulting froa redefinition is not possible and RESET INITIAL cannot beapplied to database fields.

Check program and correct error.

NAT0631 Unzulässiger Index in arithmetischem od. ASSIGN-Statement.

Invalid index specified in arithmetic/ASSIGN statement.

Check program and correct error.

NAT0632 Unerlaubte View-Struktur in HISTOGRAM-Statement.

Invalid view structure defined for HISTOGRAM statement.

When using the HISTOGRAM statement with a view, it mustbe defined with only one variable: the search variable.

Check program and correct error.

Page 150: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 150/781Bearbeitet von: Schäfer DV Consulting

NAT0633 Unerlaubte Benutzung eines Views mit Sub-/Superdeskriptor.

Invalid use of view which contains super-/subdescriptor.

Under ADABAS Version 4, the following applies:A sub- or superdescriptor can only be read with a HISTOGRAM stat

Under ADABAS Version 5, sub- and superdescriptors can be read widatabase-accessing statement; however, an UPDATE or STORE statemmust not be applied to a super- or subdescriptor.

Correct error in program.

NAT0634 Zugriffskriterium für diesen Datenbanktyp nicht moglich.

Access criterium not supported for this type of database.

The DBID of this DDM identifies a non-ADABAS database.Non-ADABAS databases introduce certain restrictions forNATURAL's database-access statements.

See NATURAL Reference Manual for restrictions which apply forthe type of database you wish to access.

NAT0635 Schlüs.wort BY VALUE in DEFINE DATA-Stm. falsch verwendet.

Incorr. use.of keyword BY VALUE in DEFINE DATA statement.

The keyword BY VALUE may only be supplied for fields defined ina DEFINE DATA PARAMETER clause. However, this is not permittedfor REDEFINE fields or groups.

Correct error in program.

NAT0636 STARTING WITH ISN-Klausel falsch verwendet.

Page 151: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 151/781Bearbeitet von: Schäfer DV Consulting

Incorr. usage of STARTING WITH ISN clause.

A STARTING WITH ISN clause can only be used for- ADABAS access : FIND READ logical READ physical- VSAM access : READ physical

Correct error in program .

NAT0637 Falsche USING-Klausel angegeben.

Invalid USING clause specified.

Invalid USING clause specified in OPEN CONVERSATION statement.Possible reasons for this error are:1. Keyword USING missing.2. Incorrect object name specified. Either a constant or a variable of type alpha and length Correct error in program.

NAT0638 Ungültige Klausel im CLOSE CONVERSATION-Statement.

Invalid clause in CLOSE CONVERSATION statement.

The operand in a CLOSE CONVERSATION statement is incorrect.Please specify keyword ALL or *CONVID or a variable of type (I4)

NAT0639 Referenzierte GDA kann nicht in V23 konvertiert werden.

The referenced GDA cannot be converted to V23.

When a GDA cataloged with V22 is referenced in a DEFINE DATAGLOBAL, the GDA contents will automatically be converted to aV23 layout. However, this does not work for this GDA objectbecause of internal reasons.

Recatalog the GDA.

NAT0640 Dies Statement ist nicht mittels Label referenzierbar.

Page 152: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 152/781Bearbeitet von: Schäfer DV Consulting

Label reference not permitted for this statement type.

Labels may be used to reference the following statements only:FIND, READ, GET, HISTOGRAM, SORT, FOR, CALL FILE, CALL LOOP,STORE and REPEAT.

Check program and correct error.

NAT0641 Das DEFINE PRINTER-Statement enthält einen Syntaxfehler.

Invalid DEFINE PRINTER statement syntax.

The correct syntax is:

DEFINE PRINTER (logical-name = n) OUTPUT operand1

where 'logical-name' is the name allocated to printer, 'n' is the printer number in range from 1 - 32, 'operand1' is the destination within the online spooling syst

Additional reports can be assigned for default with the followin SOURCE - Output in NATURAL source area CONNECT - Output into a CON-NECT folder DUMMY - Output to be deleted HARDCOPY - Output to the current hardcopy device

Check program and correct error.

NAT0642 OUTPUT-Variable bzw. -Konstante ist falsch definiert.

Invalid definition of OUTPUT variable/constant.

This field must be specified with format A8.

Check program and correct error.

Page 153: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 153/781Bearbeitet von: Schäfer DV Consulting

NAT0651 Anzahl der Parameter (:1: / :2:) stimmt nicht überein

Number of parameters (CALLNAT NBR/SUBPGM NBR) do not match.

The number of parameters defined in the referenced subprogramand supplied in the CALLNAT do not match.

NAT0652 DESCENDING-Option im READ-STm. falsch verwendet.

Incorrect use of DESCENDING option in READ/HISTOGRAM statement.

The associated database type is not able to support this typeof a backward READ statement. Valid combinations are:

1. READ .. logical .. IN DESCENDING SEQUENCE .. works only for ADABAS V6, VSAM and DB2 access.2. READ .. logical .. IN VARIABLE #DIR SEQUENCE .. works only for ADABAS V6 and VSAM access.3. READ .. physical .. IN DESCENDING SEQUENCE .. works only for VSAM access.4. READ .. by isn .. IN SEQUENCE .. works only for VSAM access.5. HISTOGRAM .. IN DESCENDING SEQUENCE .. works only for ADABAS V62, VSAM and DB2 access.6. HISTOGRAM .. IN VARIABLE #DIR SEQUENCE .. works only for ADABAS V62 and VSAM access.

NAT0653 Ungültiger Leserichtungsoperand angegeben.

Invalid direction operand specified.

The field (#DIR) used to control the read direction in a READ ... IN VARIABLE #DIR SEQUENCE ..is not correctly specified. The expected format/length is (A1).

NAT0654 NULL-Indikatorfeld falsch verwendet oder definiert.

Page 154: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 154/781Bearbeitet von: Schäfer DV Consulting

Invalid use or definition of NULL indicator field.

One of the following situations was encountered:1. A NULL indicator field (N@..) is not defined in the DDM with format/length (I2).2. A NULL indicator field used as search variable can only be used with the equal value operator ('=',EQ). Other operations (like NE,LT,..) are not permitted.3. A NULL indicator field may not be used as sort field in a FIND .. SORTED BY .. clause.4. If the FIND statement is generated for a DB2 access, the serach value supplied must be a numeric constant.

NAT0655 WITH REPOSITION-Klausel in READ-Stm. falsch verwendet.

Incorr. use.of WITH REPOSITION clause in READ statement.

Repositioning in an active loop by using READ ... WITH REPOSITION ...is only allowed for a READ logical statement for VSAM access.

NAT0656 Spaltenname :1: der ORDER-BY-Klausel ist nicht eindeutig.

Specified column :1: of ORDER BY clause is not unique.

Column names specified within the ORDER BY clause must beunique within the select column list.

Either define a unique name using the AS clause within the seleccolumn list and use this name or specify the number representingposition of the column within the select column list as order cr

NAT0657 JOIN-Spaltennamen gehoren zur gleichen Tabellenmenge.

Join-expression operands belong to same set of tables.

The join-expression operands on different sides of thejoin-expression must belong to separate sets of joined-tables.

Correct the join-expression so that the join-expression operandsbelong to separate tables.

NAT0658 Indicatorvariablen sind nicht für Textvariable erlaubt.

Page 155: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 155/781Bearbeitet von: Schäfer DV Consulting

Indicator variable not allowed for dynamic text variables.

The specification of indicator variables for dynamic text variabis not allowed.

Remove the indicator variable from the dynamic text variable.

NAT0659 UR darf in dieser WITH-Klausel nicht benutzt werden.

Illegal use of keyword UR within the WITH clause.

The specification of "WITH UR" is only valid in select statementIn DELETE, UPDATE, and INSERT statements, the WITH clause canbe specified only with the keyword CS or RR.

Change the keyword in the WITH clause to either CS or RR orelse omit the WITH clause.

NAT0661 Joinlist Level stimmt nicht mit aktuellem Level überein.

Restored joinlists level/layer doesn't match actual layer.

An internal compiler error occurred.

For processing nested joined-tables, the compiler saves thejoinlists with the context of the select level/layer on a stack.While restoring such a saved joinlist entry, the compilerdetected that the actual level/layer did not match the savedselect level/layer.

This indicates that compiler processing in erroneous.

Contact customer service.

NAT0662 Zuviele Tabellen im SELECT-Statement benutzt.

Too many tables used in SELECT statement.

The compiler can only process a maximum of 256 tableswithin one SQL statement. This limit has been exceeded.

Use fewer tables in the SELECT statement.

Page 156: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 156/781Bearbeitet von: Schäfer DV Consulting

NAT0663 Interner Fehler: Compiler entdeckte SELECT Level null.

Internal error: compiler detected a select level of zero.

The compiler detected a select level of zero, although thisvalue should always be greater than zero.

This is the result of an internal error.

Contact customer service.

NAT0664 Schachteltiefe von SELECT-Klauseln überschreitet Maximum.

Nesting level of SELECT clauses exceeded maximum.

The compiler can only process SELECT statements which havea SELECT clause nesting level of ten or less.

Do not nest SELECT clauses more than ten times.

NAT0665 Zu viele SELECT-Statements auf einem Schachtelniveau

Too many SELECT statements on a single nesting level.

The compiler can only process up to 255 SELECT statements ona single level of nested SELECT statements.

Reduce the number of SELECT statements on a single level.

NAT0666 'Help'-Funktion beendet; bitte programmieren Sie weiter.

Continue with creation of program after help request.

This message does not indicate that an error condition exists.It is used only to re-display the last program line for modificaand to indicate that program creation may continue now that thehelp function was terminated normally.

Carry on programming.

NAT0667 Im Batch-Betrieb konnen Sie keine Online-Hilfe aufrufen.

Online help not available in batch mode.

Check program and correct error.

Page 157: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 157/781Bearbeitet von: Schäfer DV Consulting

NAT0668 Unzulässiger Blockname oder Block existiert nicht.

Invalid block name specified or block does not exist.

Check program and correct error.

NAT0669 Symboltabelle (SYT) der GDA :1: konnte n. geladen werden.

The symbol table (SYT) of the GDA :1: could not be loaded.

During compile, the symbol table of the GDA referenced in theDEFINE DATA GLOBAL statement must be loaded.The load request failed and the compiler could not continue.

Possible reasons:The symbol table of the GDA object was removed when it wastransferred with NATUNLD/INPL.

Provide a GDA including the symbol table.

NAT0670 'SELECT' fehlt nach 'UNION'.

'SELECT' missing after 'UNION'.

The SELECT statement contains the keyword 'UNION', which indicatthat the SELECT statement is to be continued with a further sub-The keyword 'UNION' must be followed by the keyword 'SELECT', whindicates the beginning of the subsequent sub-SELECT.

Correct error in program.

NAT0671 'INTO' oder 'FROM' fehlt.

'INTO' or 'FROM' missing or misplaced.

The first SELECT statement of a UNION-concatenated SELECTconstruct must contain an INTO clause after the selection list.Any subsequent SELECT must not contain an INTO clause.

Correct error in program.

NAT0672 Ungültige Angabe eines 'Order'-Elements.

Page 158: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 158/781Bearbeitet von: Schäfer DV Consulting

Invalid specification of order element.

Only integer-type constants and column variables are allowed asorder elements.If the SELECT construct includes a 'UNION', only integer-typeconstants are allowed.

Correct error in program.

NAT0673 Nicht gleich viele Elemente in SELECT-Liste und INTO-List.

Number of SELECT-list and INTO-list elements do not match.

The number of specified SELECTION-list elements must be the sameas the number of INTO-list elements.If 'INTO VIEW ...' is used, only the real data variables areconsidered whereas redefined fields and groups are ignored.

Correct error in program.

NAT0674 Ungültige 'Expression'-Definition in SELECT-Liste.

Invalid expression definition in SELECT list.

The specified SELECTION-list element is an invalid scalar expres

Correct error in program.

NAT0675 Ungültige Definition von INTO-Liste/Indikator-Variable.

Invalid definition of INTO list/indicator variable.

The specification of an INTO-list variable or an indicator variais not valid.If an INTO-list variable has either not yet been defined or beenmore than once, NATURAL requires a proper format/length definitiAn indicator variable must be of format/length (B2) or (I2).

Correct error in program.

NAT0676 Ungültige Viewnamen-Definition oder View nicht gefunden.

Page 159: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 159/781Bearbeitet von: Schäfer DV Consulting

Invalid view name definition or view not found.

The specified view name is invalid or the view is not found in tprogram.

Correct error in program.

NAT0677 Ungültige 'scalar-function expression'.

Invalid scalar-function expression.

Correct error in program.

NAT0678 Ungültige 'aggregate-function expression'.

Invalid aggregate-function expression.

The argument specified for a COUNT, SUM, AVG, MAX or MIN functiois incorrect.

Correct error in program.

NAT0679 Der angegebene Table-Name ist ungültig.

Invalid table name specified, or database is not DB2.

The specified table name is not a valid identifier.

The database ID of the referenced DDM is not labelled asa DB2 database in the NTDB macro.

Another reason for this error may be that the table specificatioincludes an explicit authorization identifier, and the table namcontains a hyphen; for example: SELECT ... FROM SQL.SQL-TABLE ...This is invalid. When a table name that contains a hyphen is useit must not be prefixed with an explicit authorization identifie

Use valid table name; or do not use this statement for this typeof database, or contact your NATURAL administrator.

NAT0680 Angegebene Bedingung (condition) ist ungültig.

Page 160: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 160/781Bearbeitet von: Schäfer DV Consulting

The specified condition is invalid.

Within the specified search-condition, NATURAL cannot resolve thspecified condition, because the condition does not exist or isspecified incompletely or incorrectly.

Correct error in program.

NAT0681 Die angegebene Bedingung (condition) ist ungültig.

Invalid condition specified.

This error may be caused by one of the following situations:

- The subquery in an EXISTS condition is specified incorrectly.

- For an opening parenthesis in a search-condition, the corresponding closing parenthesis is missing.

Correct error in program.

NAT0682 Die angegebene LIKE-Bedingung ist ungültig.

Invalid LIKE condition specified.

One of the 'atoms' specified after 'LIKE' or after 'ESCAPE'in a LIKE condition is invalid: an atom must be a constantor a valid user-defined variable.

Correct error in program.

NAT0683 Schlüsselwort 'NULL' in 'IS NULL'-Bedingung fehlt.

Keyword 'NULL' missing in 'IS NULL' condition.

Correct error in program.

NAT0684 Angegebene BETWEEN- oder IN-Bedingung ist ungültig.

Page 161: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 161/781Bearbeitet von: Schäfer DV Consulting

Invalid BETWEEN or IN condition specified.

This error may be caused by one of the following situations:

- The scalar-expression after 'BETWEEN' or after 'AND' in a BETW condition is invalid.- The keyword 'AND' in a BETWEEN condition is missing.

- In an IN condition, the specified subquery is invalid, or the specified atoms are invalid, or the list of atoms is not enclo correctly in parentheses.

Correct error in program.

NAT0685 Subquery in ALL/ANY/SOME-Bedingung falsch.

Wrong subquery in ALL/ANY/SOME condition.

The subquery after the keyword 'ALL', 'ANY' or 'SOME' iseither missing or incorrect.

Correct error in program.

NAT0686 Fehler in 'Subquery'.

Invalid subquery.

After the opening parenthesis and the keyword 'SELECT' in a subqthe selection or table-expression is missing or invalid, or theclosing parenthesis at the end of the subquery is missing.

Correct error in program.

NAT0687 Ungültige 'column-reference' in GROUP BY-Klausel.

Invalid column-reference in GROUP BY clause.

Correct error in program.

NAT0688 Ungültige INTO-Felder bei 'SELECT *'.

Page 162: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 162/781Bearbeitet von: Schäfer DV Consulting

Invalid INTO fields for 'SELECT *'.

If 'SELECT * ...' is used, all variable names specified in theINTO clause must be table variables:

- If a view is specified in the INTO clause, all fields defined that view must be contained in the corresponding table(s).

- If individual fields are specified in the INTO clause, all the fields must be contained in the corresponding table(s).

Correct error in program.

NAT0689 Der angegebene View ist leer.

The specified view is empty.

The view specified in the INTO VIEW clause does not contain any'real' database fields.

Correct error in program.

NAT0690 Indikatorfeld :1: im View falsch placiert.

Master field for indicator ... not in view.

The view specified in the INTO clause contains an invalid indicavariable name: when a name of field in a view is prefixed with 'or 'N@', NATURAL treats this field as an indicator field, whichthat the name following the prefix must be the name of a databasalready defined in that view. This master field is missing.

Correct error in data area.

NAT0691 Ungültige Typ-/Längendef. für Indik.-variable :1:.

Invalid format/length def. for indic. variable ....

The format/length of an INDICATOR or LINDICATOR variable mustbe either (B2) or (I2).This applies even if the master is not alphanumeric or binary.

Correct error in program.

Page 163: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 163/781Bearbeitet von: Schäfer DV Consulting

NAT0692 Qualifizierter Name für Alias-Namen nicht erlaubt.

Range variable ... incorrectly specified.

1) A range variable cannot be qualified.

2) The same range variable has been used twice.

3) An alias range variable specified for a view is not assigned to a table.

Correct error in program.

NAT0693 Indikator-Variable nicht erlaubt als Column-Referenz.

Indicator variable not allowed as a column reference.

Special DDM fields with the name prefix N@ or L@ cannot be usedcolumn references because they are unknown to the database.

Correct error in program.

NAT0694 Feld :1: in SELECT- oder SQL-UPDATE-View nicht zulässig.

Field ... must not be used in SELECT or SQL UPDATE view.

Views referenced in a SELECT or SQL UPDATE statement must not coperiodic-group fields or count-variable fields (C*...), as neiththese are supported by DB2.

Remove the above-mentioned fields from the view.

NAT0695 Benutzervariablen in SELECT-Liste nicht erlaubt.

User-defined variables not permitted in SELECT list.

Each field specified in the SELECT list must be either a columna table specified in the corresponding FROM clause or a constantuser-defined variables are not permitted.

Correct error in program.

NAT0696 UPDATE nur mit 'SELECT * INTO VIEW' moglich.

Page 164: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 164/781Bearbeitet von: Schäfer DV Consulting

UPDATE only possible with 'SELECT * INTO VIEW'.

When you use an UPDATE statement in conjunction with a SELECT stthe SELECT statement must be of the form 'SELECT * INTO VIEW'; wother form of the SELECT statement, UDPATE is not possible.

In reporting mode, you must specify 'UPDATE SAME' to update a viwith a SELECT statement; an explici t specification of the columnupdated is not possible.

Use the correct combination of SELECT and UPDATE in the program.

NAT0697 Klammern in SELECT UNION falsch gesetzt.

Inconsistent setting of parentheses in SELECT UNION.

The grouping of multiple SELECT expressions that are concatenate'UNION' contains an error: ei ther there is an opening parenthesiwithout a corresponding closing parenthesis, or vice versa.

Correct error in program.

NAT0698 Feld :1: muß qualifiziert werden.

Field ... must be qualified as it exists in both tables.

The SELECT statement accesses more than one table, and one ofthe fields referenced is contained in two (or more) tables; thereference is therefore ambiguous.

Specify a qualifier with the field.

NAT0699 Spaltenname :1: nicht in der Tabelle gefunden.

Column :1: not found within table.

The column specified in the SQL statement could not be foundin the table specified.

Specify a valid or defined column or omit the reference mentione

NAT0700 Schlüsselwort 'SET' fehlt oder 'range-variable' falsch.

Page 165: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 165/781Bearbeitet von: Schäfer DV Consulting

Keyword 'SET' missing or invalid range-variable specified.

In the SQL UPDATE statement after the table specification, eithethe keyword 'SET' is missing, or the range-variable is incorrect

Correct error in program.

NAT0701 Fehler in Zuweisung in SQL-UPDATE-Statement.

Invalid assignment clause in SQL UPDATE statement.

The specified column does not exist in the referenced table thatto be updated; or the equal sign (=) after the column specificatis missing; or the scalar-expression after the equal sign contaian error.

Correct error in program.

NAT0702 Bei View in SQL UDPATE, muß 'SET *' angegeben werden.

With a view, only 'SET *' is allowed in SQL UPDATE.

When a view is referenced in an SQL UPDATE statement,'SET *' must be specified; an explicit assignment list isonly allowed and required when a DDM is referenced in theSQL UPDATE statement.

Correct error in program.

NAT0703 Ungültige 'range-variable' in SQL-INSERT bzw. -DELETE.

Invalid range-variable specified in SQL INSERT/DELETE.

In an SQL INSERT or SQL DELETE statement, an invalid range-varia(identifier) has been specified after the DDM (table) name.

Correct error in program.

NAT0704 Öffnende oder schließende Klammer fehlt bei INSERT.

Page 166: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 166/781Bearbeitet von: Schäfer DV Consulting

Opening or closing parenthesis missing in INSERT.

In an INSERT statement, either the list of field names orthe list of values is not correctly enclosed in parentheses.

Correct error in program.

NAT0705 In INSERT angegebenes Feld ist nicht in DDM/Table.

Field to be INSERTed is not in specified DDM/table.

The field specified in the column list of the INSERT statementdoes not exist in the referenced DDM/table.

Correct error in program.

NAT0706 Ungültiger Wert in VALUES-Klausel von INSERT-Statement.

Invalid value specified in VALUES clause of INSERT.

Values specified in the VALUES clause of an INSERT statement musbe one of the following:

- the keyword 'NULL' (to assign a null value)

- a special register (USER, CURRENT TIMEZONE, CURRENT DATE, CURRENT TIME, CURRENT TIMESTAMP),

- a constant or a user-defined variable.

Correct error in program.

NAT0707 Anzahl der Felder und Werte muß gleich sein.

Numbers of specified columns and values do not match.

In an INSERT statement, the number of the specified columns mustbe the same as the number of the values (as either specified witthe VALUES clause or supplied via the SELECT clause).

Correct error in program.

NAT0708 VALUES-Klausel fehlt oder Fehler in SELECT-Klausel.

Page 167: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 167/781Bearbeitet von: Schäfer DV Consulting

VALUES clause missing or invalid SELECT clause specified.

In an INSERT statement, either a valid VALUES clause or avalid SELECT clause must be specified.

Correct error in program.

NAT0709 Indexbereich-Feld falsch verwendet.

Incorrect usage of index range field.

1) When an array range is used as a parameter in an SQL statement (e.g. SELECT, INSERT), the lower index of the specified range must be 1. Example: INSERT INTO table (col) VALUES (arr(1:3))

2) The data type of a field specified with an index range must be alphanumeric or binary. In the example for 1) arr must defined as A or B.

3) Arrays must be one-dimensional. That is, arrays that are defined in DEFINE DATA as (A10/1:3;1:5) are not permitted.

4) Variable index ranges, such as (1:I), are not permitted.Check syntax.

NAT0710 The CLSID was not found in the registry (DCOM code :1:).

The CLSID was not found in the registry (DCOM code :1:).

The CLSID associated with the given class name was not foundin the registry.

Make sure that the class name used in the CREATE OBJECT statemeis correctly registered.

NAT0711 The object could not be created (DCOM code :1:).

Page 168: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 168/781Bearbeitet von: Schäfer DV Consulting

The object could not be created (DCOM code :1:).

The object of the class specified in the CREATE OBJECT statementcould not be created. Common reasons are:

1) The class is not correctly registered.2) You are not authorized to create the object.3) The specified node does not exist or could not be reached.

Check if one of the above conditions applies.

NAT0714 Internal error (DCOM code :1:).

Internal error (DCOM code :1:).

An internal error occurred because of one of the following reaso

1) A string could not be converted from Ansi to Unicode.2) An automation interface function failed to execute.3) The default dispatch interface was not returned during object creation.4) Analyzing the type information failed.5) A dispatch interface could not be retrieved.

Check if the used class is correctly registered.

NAT0715 Registry entry could not be changed.

Registry entry could not be changed.

NATURAL could not change or create entries in the system registrwhich are needed to register the DCOM class.

Check, if you have permission to change the system registry.If this is not the case, you cannot register classes.

NAT0716 Registry entry could not be deleted.

Page 169: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 169/781Bearbeitet von: Schäfer DV Consulting

Registry entry could not be deleted.

NATURAL could not delete entries in the system registrywhich are no longer needed when the DCOM class is unregistered.

1. Check, if you have permission to delete entries from the system registry. If this is not the case, you cannot unregister classes.

NAT0717 Registry entry could not be read.

Registry entry could not be read.

NATURAL could not read entries in the system registry,which is needed to register/unregister the DCOM class.

Check, if you have permission to read the system registry.If this is not the case, you cannot register/unregister the DCOM

NAT0718 Internal error during registration.

Internal error during registration.

Internal error during registration.

Unregister the class first and try to register it again.

NAT0719 Registration files could not be created correctly.

Registration files could not be created correctly.

It was not possible to create the server and clientregistration fi les (.reg) for the class.

Check, if you have permission to create these files.

NAT0720 DCOM server message: :1:.

DCOM server message: :1:.

The DCOM server, which was called by the NATURAL client,returns the message displayed above.

None.

Page 170: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 170/781Bearbeitet von: Schäfer DV Consulting

NAT0723 Interactive I/O not possible in server environment.

Interactive I/O not possible in server environment.

An attempt was made to execute an interactive I/O(I/O to report 0), while NATURAL is acting as server.

Check and correct the program.Input data for the NATURAL INPUT statement may be given via theNATURAL stack.

NAT0724 Invalid object handle used.

Invalid object handle used.

An object handle can only be used after the object has beencreated with a CREATE OBJECT statement, or after a valid handlehas been assigned to it.

Make sure that the object has been successfully created beforeit is used in a SEND METHOD statement or property access.

NAT0725 Invalid placement of :1: statement

Invalid placement of a statement.

1. The DEFINE CLASS statement may only be specified in a NATURAL class object and only specified once per class objec 2. An invalid statement has been specif ied in a NATURAL class o In a class object no other statement than DEFINE CLASS and E may be specified.

Check the placement of the statement and correct error.

NAT0726 Invalid :1: name specified.

Page 171: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 171/781Bearbeitet von: Schäfer DV Consulting

An invalid name has been specified.

In a DEFINE CLASS statement the following rules apply to variou 1. The class, interface, property or method name must not have 32 characters. 2. The class name may contain periods. Each identifier separate must conform to the naming conventions for user-defined vari 3. Interface, property or method names must conform to the nami conventions for user-defined variables. The interface name must not be identical to the class name. 4. The copy code or subprogram name must not have more than 8 c

Check the name and correct error.

NAT0727 :1: name is not defined.

The name is not defined.

In a PROPERTY statement - the interface is not defined or - the property name is not defined for the interface specified. In a METHOD statement - the interface name is not defined or - the method name is not defined for the interface specified.

Check the name and correct error.

NAT0728 Keyword :1: expected.

The appropiate keyword is expected.

The appropiate keyword is expected.

Check the keyword and correct error.

NAT0729 :1: name already defined.

This name is already defined.

The interface name is not unique in the specified class or the property or method name is not unique for the specified int

Check the name and correct error.

Page 172: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 172/781Bearbeitet von: Schäfer DV Consulting

NAT0730 Property and assigned object variable not data-transfer compatib

Property and assigned object variable not data-transfer compati

The format/length specifications of the property and the assign variable are not data-transfer compatible. If the attribute READONLY is specified, the rule for data trans of the object variable as sending field and the property as rec apply. Otherwise the data transfer rules for the property and the assigned object variable as sending and receiving field

Check the format/length specifications and correct error.

NAT0731 No object variable assigned to property :1:

No object variable assigned to property :1:.

No object variable is assigned to the property.

Assign an object variable to the property.

NAT0732 Invalid global unique ID specified.

Invalid global unique ID specified.

The specified value is not a valid global unique ID.

Check the value of the valid global unique ID and correct error

NAT0733 The type information could not be retrieved :1:

The type information could not be retrieved

In certain situations NATURAL needs type information about a class to use it. The type information for the class could not be found. A common reason is that the class is not correctly registered on the server side.

Make sure that the class is correctly registered and type information exists.

NAT0735 The method or property was not found (DCOM code :1:).

Page 173: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 173/781Bearbeitet von: Schäfer DV Consulting

The method or property was not found (DCOM code :1:).

The specified method or property was not found in any of the object's interfaces.

Check the specified interface name (if any), the method or the property name.

NAT0736 The NATURAL object of class :1: could not be created.

The NATURAL object of class :1: could not be created.

With the class name specified in the CREATE OBJECT statement it was not possible to create the object. A possible reason is tha the corresponding NATURAL class module was not found at the pla where it was registered.

Check the class name used in the CREATE OBJECT statement and ch if the corresponding NATURAL class module is available.

NAT0737 The method or property was not found.

The method or property was not found.

The specified method or property was not found in any of the object's interfaces.

Check the specified interface name (if any), the method or the property name.

NAT0738 A class with the same :1: :2: already exists as member :3:.

A class with the same name already exists.

You have used a class name which already exists in another classmodule. The class names within a library must be unique.

Change the class name.

NAT0739 READONLY property :1: must not be modified.

Page 174: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 174/781Bearbeitet von: Schäfer DV Consulting

READONLY property :1: must not be modified.

If a property is declared as read-only, it must not be modified.

Correct error in program.

NAT0741 No global unique ID defined for interface :1: of class :2:.

No global unique ID defined for interface :1: of class :2:.

The global unique ID for the given interface is missing in theNATURAL class definition. The ID is needed to enter informationfor this interface in the registry.

Define a global unique ID for the interface.

NAT0742 Type Library creation for class :1: failed.

Type Library creation for class :1: failed.

The type library (.TLB) which is created during registrationof a NATURAL class in the NATURAL etc directory could notbe created. A possible reason is that a type library for the givclass already exists and has been opened by another tool. So NATcannot modify it.

Check, if the type library is being used by another tool.

NAT0743 No registry information entered for :1:.

No registry information entered for :1:.

If a NATURAL class should be accessible with DCOM, itmust be entered in the registry. If the class shouldonly be used locally in NATURAL, this is not necessary.

If you do not want to use the class from DCOM, you can ignorethis error message. Otherwise the following conditions must be m - define a valid ID for the class and

NAT0744 Conflicting number of parameters in SEND METHOD.

Page 175: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 175/781Bearbeitet von: Schäfer DV Consulting

Conflicting number of parameters in SEND METHOD.

The number of parameters which are specified with the SEND METHOstatement must be identical to both: - the number of parameters, that are defined in the method, - the number of parameters, that are declared in the method declaration of the DEFINE CLASS statement.

Check the parameter definitions in the class module, in the methand the parameters in the SEND METHOD statement.

NAT0745 Error during conversion of parameter :1: in SEND METHOD.

Error during conversion of parameter :1: in SEND METHOD.

The parameter could not be converted to an appropriateVARIANT format, or the VARIANT format returned from theserver could not be converted to an appropriate Natural format.

Some possible reasons are:- A Natural variable of format 'C' cannot be passed as a method parameter.- Arrays passed as arguments must match the corresponding method parameter in number of dimensions and number of occurrences per dimension.

Consult the data conversion rules in the NaturalX documentation.

NAT0746 Class name :1: already defined in the registry.

Class name :1: already defined in the registry.

The class cannot be registered, because a class with the samename but a different CLSID has been found in the system registry

Change the class name so that it is unique.

NAT0747 No classes are registered under server ID :1:.

Page 176: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 176/781Bearbeitet von: Schäfer DV Consulting

No classes are registered under server ID :1:.

The UNREGISTER command was used to unregister all classes that aregistered under a given server ID, or under the current serverCurrently there are no classes registered under this server ID.

None.

NAT0748 Error during conversion of property value or return value.

Error during conversion of property value or return value.

The property value or return value could not be convertedto an appropriate VARIANT format, or the VARIANT format passedback from the server could not be converted to an appropriateNatural format.

Some possible reasons are:- A Natural variable of format 'C' cannot be passed as property value or received as return value.- Arrays passed as property value or received as return value must match the corresponding property or return parameter in number of dimensions and number of occurrences per dimensio

Consult the data conversion rules in the NaturalX documentation.

NAT0750 NATGWCOM, initialisation of COM failed, reason :1:.

NATGWCOM, initialisation of COM failed, reason :1:.

NATURAL cannot connect to COM.Reasoncode: 01 Module NATCOMST cannot be loaded. 02 Module NATCOM cannot be loaded. 03 Invalid Version of NATCOM.

NAT0751 :1: class :2:/:3: failed, reason :4: :5:.

Page 177: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 177/781Bearbeitet von: Schäfer DV Consulting

:1: class :2:/:3: failed, reason :4: :5:.

REASON 1: ERROR DURING 'SEARCH CLASS' OCCURRED 2: Class or classes not found 3: COM not available 4: NATGWCOM CANNOT BE LOADED 5: Return code from NATGWCOM 6: Class already registered with a different class GUID 7: Cannot OPEN registry 8: Error during register server information 9: Error during register client information 10: No valid Natural environment (NATDIR/NATVERS) 11: Invalid activation policy or no default server specifi 12: Internal error

NAT0760 Incorrect OPTIMIZE FOR clause.

Incorrect OPTIMIZE FOR clause.

1) An OPTIMIZE FOR cannot be supplied for a SELECT SINGLE statem

2) The value specified in the OPTIMIZE FOR is not an integer con

3) The keyword ROWS is missing after the integer constant.

Check and correct syntax.

NAT0761 UPDATE/DELETE .. WHERE CURRENT CURSOR falsch benutzt.

Incorrect use of UPDATE/DELETE .. WHERE CURRENT CURSOR.

An UPDATE/DELETE table WHERE CURRENT CURSOR mustreference a SELstatement. It cannot, for example, reference a FIND statement.

Check and correct syntax.

NAT0762 UDATE/DELETE Tabelle stimmt nicht mit SELECT überein.

Page 178: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 178/781Bearbeitet von: Schäfer DV Consulting

UPDATE/DELETE table mismatch with SELECT statement.

The table referenced in anUPDATE table WHERE CURRENT CURSOR orDELETE FROM table WHERE CURRENT CURSOR statementis not the table specified in the corresponding SELECT statement

Check and correct syntax.

NAT0763 Falsche alphanumerische Konstante in > angegeben.

Incorrect alphanumeric constant speci fied in >.

The constant specified in > does not adhere to therules for NATURAL constants.For example, alpha constants must be enclosed in apostrophes.

Check and correct syntax.

NAT0764 Variablenbezug in > kann nicht aufgelost werden.

Variable reference in > cannot be resolved.

1) The token directly following the variable indicator (:) does not adhere to the rules for variable names.

2) The variable specified is not defined in the program.

Check and correct syntax.

NAT0765 Ungültiger Korrelationsname nach AS in der FROM-Klausel.

No valid correlation name after AS keyword in FROM clause.

A correlation name is required after the keyword AS in the FROMclause of a SELECT statement. This name could not be found.

Either drop the keyword AS or insert a valid correlation namebehind the keyword.

NAT0766 Schlüsselwort JOIN erwartet nach INNER, LEFT, RIGHT, etc.

Page 179: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 179/781Bearbeitet von: Schäfer DV Consulting

Keyword JOIN expected after INNER, LEFT, RIGHT, FULL, etc.

The keyword JOIN is required after one of the keywords INNER,LEFT, LEFT OUTER, RIGHT, RIGHT OUTER, FULL, FULL OUTER.

Insert the keyword JOIN.

NAT0767 Korrelationsname ist in dieser FROM-Klausel erforderlich.

A correlation name is required in the FROM clause.

When a subquery is specified in a FROM clause, a correlation namis required. This name must follow the SUBSELECT clause.

Insert a correlation name after the subquery within the FROM cla

NAT0768 Keine gültige Tabellenreferenz in der FROM-Klausel.

No valid table name found in FROM clause.

The FROM clause contains no valid table name. Either specifya table name or a subquery of a joined table expression.

Correct the FROM clause by specifying a valid table name.

NAT0769 Ungültige Verwendung von VALUE oder COALESCE im JOIN.

Illegal use of keyword VALUE or COALESCE in join.

The keywords VALUE and COALESCE can only be used in a joinexpression if the related join operation is a FULL join ora FULL OUTER join.

Use VALUE and COALESCE keywords only if a FULL join is specified

NAT0770 Schließende Klammer fehlt im geschachtelten JOIN.

Closing bracket missing in nested join-table expression.

In a nested joined-table expression, the number of opening brackmust be equal to the number of closing brackets.

Insert a closing bracket.

NAT0771 JOIN erfordert JOIN-condition mit Schlüsselwort ON.

Page 180: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 180/781Bearbeitet von: Schäfer DV Consulting

Expression requires join-condition keyword ON.

The keyword ON is missing in a joined-table expression. The jointable expression must have a join-condition which starts with thkeyword ON. The join-condition expression looks like:

ON

Insert the keyword ON.

NAT0772 JOIN-condition enthält ungültigen relationalen Operator.

Join-condition contains an invalid relational operator.

The join-condition contains an invalid relational operator.Valid operators are: = ^= > ^> ^ >= For a FULL join or FULL OUTER join, only "=" is valid.

Specify the correct relational operator.

NAT0773 Mindestens 2 Spaltennamen müssen VALUE/COALESCE folgen.

At least two column names must follow VALUE or COALESCE.

After the keyword VALUE or COALESCE, at least two column names mfollow. These column names must be separated by a comma and placwithin parentheses. For example:

VALUE (column1,column3,...,columnX)

Ensure that none of the following syntax elements is missing:

- An opening parenthesis.- A closing parenthesis.- A separating comma.

Insert the missing comma, operand, or parenthesis.

Page 181: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 181/781Bearbeitet von: Schäfer DV Consulting

NAT0774 Spaltenname gehort nicht zu einer Tabelle des JOINs.

Column name does not belong to any table to be joined.

The join-expression may only contain column names which belongto one of the tables to be joined. At least one of the column nadoes not belong to any of the joined tables.

Check column names to determine which do not belong to a joinedtable. Correct the table name in the join expression.

NAT0775 Ungültige Klausel in einen Singleton SELECT statement.

Illegal clause used in singleton select statement.

The SINGLETON SELECT statement returns maximum one row of atable. The use of the clauses UNION, GROUP BY, HAVING and ORDERis therefore not valid because each clause operates on a set ofrows whose cardinality is greater than one.

Remove the UNION, GROUP BY, HAVING AND ORDER BY clauses fromthe SINGLETON SELECT statement

NAT0776 Das Programm kann nicht ausgeführt werden.

Program cannot be executed.

While loading the NATURAL program, an internal, non-recoverablehas occurred. The program could not be loaded into the NATURAL bpool.

Check program and/or contact your NATURAL administrator.

NAT0777 Der NATURAL-Buffer-Pool ist voll.

Buffer pool full.

The NATURAL buffer pool is full. With NATURAL Version 2,the cataloged NATURAL program must be loaded into theNATURAL buffer pool. If there is not enough space available,the program cannot be executed.

Contact your NATURAL administrator.

Page 182: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 182/781Bearbeitet von: Schäfer DV Consulting

NAT0778 Das Programm steht momentan nicht zur Ausführung bereit.

Program not ready for execution.

The program to be executed is in the process of being catalogedanother user. When loading this program into the NATURAL bufferNATURAL can not guarantee that the program code is in a correctexecutable state.

Execute the program at a later point in time.

NAT0779 Das Programm kann nicht ausgeführt werden.

Program connot be executed.

This message appears if NATURAL has tried unsuccessfully 32 timeto load the program into the NATURAL buffer pool.

Contact your NATURAL administrator.

NAT0780 Ungültiger Case-Expression.

Invalid Case-Expression.

The specified Case-Expression is invalid.Either the keywords ELSE, THEN, WHEN , END are misplacedor one of these keywords is missingor one of the Sub-Expressions is invalid.

Check the syntax of the Case-Expression and correct it.

NAT0781 Interner NATURAL DB2-Fehler.

Internal NATURAL DB2 error.

Provide the NATURAL source and object program and contactSoftware AG support.

NAT0782 Durch das FIND-Statement wurden keine Felder ausgewählt.

Page 183: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 183/781Bearbeitet von: Schäfer DV Consulting

No fields were selected by a FIND statement.

NATURAL DB2: A FIND statement followed by an UPDATE will notretrieve any fields; it will result in the generation of aSELECT with an empty column list.

Check program and correct error.

NAT0783 Dieses Statement ist für Zugriff auf DB2 nicht gültig.

Invalid NATURAL statement for DB2 access.

The following NATURAL statements are not supported when accessina DB2 database: - GET - STORE USING NUMBER (ISN)

Check program and correct error.

NAT0784 Nicht genug Platz zur Generierung von SQL-Anweisungen.

Insufficient space for SQL statement generation.

During generation of SQL statements the buffer containingthe generated statements has overflowed. Usually the bufferis at least 64k or what is left in the thread/partion/region.

Start NATURAL in greater thread/partition/region or reduce numbeor size of SQL statements.

NAT0785 Interner NATURAL DB2-Fehler.

Internal NATURAL DB2 error.

Provide the NATURAL source and object program, and contactSoftware AG support.

NAT0786 Dem UPDATE-Statement sind keine Felder zugewiesen.

Page 184: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 184/781Bearbeitet von: Schäfer DV Consulting

No fields assigned for an UPDATE statement.

NATURAL DB2: An UPDATE statement is present, butno database fields are specified for the view.

Assign a value to a DB2 column.

NAT0787 Ein 'Read-only'-Feld kann nicht modifiziert werden.

A read-only field may not be modified.

NATURAL DB2: Read-only fields were specified in an UPDATE statemThis is not allowed, because these fields may not be modified.

Check program and correct error.

NAT0788 UPDATE/DELETE darf sich nicht auf FIND SORTED beziehen.

UPDATE/DELETE must not be used in conj. with FIND SORTED.

UPDATE/DELETE must not be used in conjuction with READ BY,FIND ... ORDER BY, SELECT ... ORDER BY or READ RESULT SETaccording to DB2 processing logig.

Correct error in program.

NAT0789 Ein Feld in der SORTED BY-Klausel wird nicht angesprochen.

Field in SORTED BY clause is not referenced.

NATURAL DB2: A field referenced in the SORTED BY clauseis not referenced anywhere in the program.

Check program and correct error.

NAT0790 Kein Primärschlüssel in einem IMS-Zugriff.

No primary key in an IMS access.

NATURAL DB2 needs a primary key for UPDATE or DELETEif the loop contains a terminal statement.

Change program according the NATURAL DB2 file-server logic.

NAT0791 Dieser Datentyp wird nicht unterstützt.

Page 185: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 185/781Bearbeitet von: Schäfer DV Consulting

Data type not supported.

The search criterion contains a NATURAL variable or constantof a format that is not supported by the DB2 database manager.Unsupported formats are: N (numeric unpacked) I1 (integer with length of 1) L (logical) D (date) T (time)

Do not use the above formats in a program that accesses a DB2 da

NAT0792 Null oder Länge referenziert ohne das Master-Feld.

Null or length referenced without the master field.

When referencing a length-indicator or null-indicator field,the corresponding master field to which the length or nullindicator applies must also be referenced.

Correct program.

NAT0793 Null- oder Längenindikator kann nicht Deskriptor sein.

Null or length indicator cannot be used as descriptor.

A null indicator or length indicator cannot be used as a descriponly master fields can be used as search criteria.

Change search criterion in NATURAL program.

NAT0794 SELECT FOR UPDATE, aber UPDATE ist nicht erlaubt.

SELECT FOR UDPATE, but UPDATE not allowed.

This message also appears with the statementSELECT SINGLE FOR UPDATE where UPDATE is not allowed.

Check and correct program.

NAT0795 SELECT FOR UPDATE über mehr als eine Tabelle.

SELECT FOR UPDATE over more than one table.

Page 186: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 186/781Bearbeitet von: Schäfer DV Consulting

NAT0796 SELECT-Statement ohne FROM-Klausel.

SELECT statement without FROM clause.

NAT0797 Set-Name kann nur für ADABAS-Dateien verwendet werden.

Set name is only allowed for ADABAS files.

A set name has been specified in the basic search criterion of aFIND statement, but the file to be accessed is not an ADABAS fil

See NATURAL Reference Manual, FIND statement, for information onwhich search criteria are possible for which type of database.

Change the search criterion in your program.

NAT0800 Logon-Prozedur nach :1: Fehlversuchen abgebrochen.

Logon failed after ... consecutive errors.

The NATURAL session has been terminated as a result of toomany unsuccessful logon attempts.

Start a new NATURAL session after verifying your user ID and/orpassword.

NAT0803 Applikations-ID SYSLIB ist für Systemgebrauch reserviert.

Library ID 'SYSLIB' is reserved for system usage.

Log on to another library.

NAT0804 Neues Passwort zur Bestätigung noch einmal eingeben.

Page 187: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 187/781Bearbeitet von: Schäfer DV Consulting

Re-enter new password to confirm password change.

If you wish to change your password, you must type in the newpassword a second time so as to confirm the password change.This confirmation is necessary to prevent typing errors inpasswords (which may occur as the password and new passwordare not visible on the logon screen).

If password modification was intended, enter your new password aIf password modification was not intended, press ENTER to resumelogon procedure.

NAT0805 Neues Passwort nicht bestätigt; Logon nicht erfolgreich.

New password was not confirmed; logon failed.

The logon procedure required that you enter your new passworda second time so as to confirm the password change.However, the second time you entered either no new password atall or one which was different from that entered the first time;this means that the password change was not confirmed.

Log on again.

NAT0806 Applikation nicht gefunden.

Library not found.

The library to which you wish to log on is not defined toNATURAL SECURITY. Under NATURAL SECURITY, any NATURAL librarywhich is to be used must have been defined to NATURAL SECURITY.

Contact your NATURAL SECURITY administrator.

NAT0807 Zugriff auf diese Applikation ist nicht erlaubt.

Logon to this library is not permitted.

The library to which you wish to log on is protected.To be able to log on to this library, you must be linkedto it, but you are not.

Contact your NATURAL SECURITY administrator.

Page 188: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 188/781Bearbeitet von: Schäfer DV Consulting

NAT0808 Keine RESTART-fähige Applikation gefunden.

No restartable library found.

You have specified 'RESTART' in the logon procedure,but no restart library was available.

Use the RESTART option only after having been active in a librarand/or contact your NATURAL SECURITY administrator.

NAT0809 Beim Logon darf keine Terminal-ID angegeben werden.

Terminal ID not permitted for logon.

A terminal ID was entered as a user ID. This is not permitted.Access to a terminal-protected library may be gained by usingthe library ID.

Use the appropriate library ID and no user ID.

NAT0810 Beim Logon darf keine Gruppen-ID eingegeben werden.

Group ID not permitted for logon.

A group ID was entered as a user ID in the logon procedure.However, group IDs cannot be used in the logon procedure;they are only relevant for links to libraries.

Log on with your correct user ID.

NAT0811 Bitte geben Sie eine User-ID ein.

A user ID must be entered.

A NATURAL session cannot be activated if no user ID is specifiedfor the initial logon to NATURAL.For subsequent logons, a user ID need not be specified. NATURALinternally uses the initial user ID until another user ID is spe

If NATURAL SECURITY is installed, a user ID must be specified wieach logon.

Enter a valid user ID.

Page 189: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 189/781Bearbeitet von: Schäfer DV Consulting

NAT0812 User-Security-Definition wurde unerlaubt manipuliert.

User security profile has been illegally manipulated.

The NATURAL SECURITY logon procedure has detected an internalinconsistency in the security profile for the specified user ID.The user security profile was modified by a direct manipulationof the data record.

Contact your NATURAL SECURITY administrator.

NAT0813 Zugriff auf Default-Applikation ist nicht erlaubt.

Logon to default library not permitted.

Your default library is not available to you.

Contact your NATURAL SECURITY administrator.

NAT0814 Applikations-ID und/oder User-ID muß eingegeben werden.

Library ID and/or user ID must be entered.

On the logon screen, you must enter a library ID, or a user ID,

Enter user ID and/or library ID.

NAT0815 Bitte geben Sie eine Applikations-ID ein.

Please enter a library ID.

There is neither a default library defined for you nor have youprivate library. Therefore you must explicitly specify the librato which you wish to log on.

Enter a library ID; or enter a '?' to get a list of the librariethat are available to you.

NAT0816 Dieses Terminal darf diese Applikation nicht benutzen.

Page 190: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 190/781Bearbeitet von: Schäfer DV Consulting

The library may not be accessed from this terminal.

You have tried to access a library which may be accessed onlyfrom certain terminals, but not from the one you are using.

Contact your NATURAL SECURITY administrator.

NAT0817 Logon with a batch user ID not permitted in nonbatch mode.

Logon with a batch user ID not permitted in nonbatch mode.

You attempted to log on using a batch user ID although batchmode is not active. This is not permitted.

Log on using a user ID with type not equal to "batch".

NAT0818 User-ID fehlt, oder dies Terminal ist nicht definiert.

User ID is missing or this terminal is not defined.

Either you have forgotten to enter you user ID, or you have trielog on from a terminal which is not defined to NATURAL SECURITY.

Enter your user ID, or contact your NATURAL SECURITY administrat

NAT0819 Logon nicht erfolgreich (Batch-Betrieb).

Logon unsuccessful (batch mode execution).

An unsuccessful attempt to log on in a batch NATURAL session wasdetected. This error message follows the detailed error messagethat describes the reason for the failed logon.

Act according to explanation of detailed message.

NAT0820 Terminal-Security-Definition wurde unerlaubt manipuliert.

Page 191: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 191/781Bearbeitet von: Schäfer DV Consulting

Terminal security profile was illegally manipulated.

The NATURAL SECURITY logon procedure detected an internal inconsin the security profile of the terminal from which you have trielog on. The security profile was modified by a direct manipulatithe database record.

Contact your NATURAL SECURITY administrator.

NAT0821 Applikation nur verfügbar für: :1:

Library available only for ....

You have attempted to log on to a library which may only be usedthe device type indicated.

Use the library only from the allowed device type.

NAT0822 Private Library nur verfügbar für: :1:

User's private library only available for ....

You have attempted to log on to a private library which may onlyused from the device type indicated.

Use the private library only from the allowed device type.

NAT0823 Logon with a batch ID is not permitted.

Logon with a batch user ID is not permitted.

You attempted to log on using a batch user ID. This userID cannot be used to log on directly in batch mode.

Log on using a user ID with type not equal to "batch".

NAT0824 Applikations-Security-Definition unerlaubt manipuliert.

Page 192: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 192/781Bearbeitet von: Schäfer DV Consulting

Library security profile was illegally manipulated.

The NATURAL SECURITY logon procedure has detected an internalinconsistency in the security profile of the specified library.The security profile was modified by a direct manipulation ofthe database record.

Contact your NATURAL SECURITY administrator.

NAT0825 Security-Profil wurde unerlaubt manipuliert.

Security profile has been illegally manipulated.

The NATURAL SECURITY logon procedure has detected an internalinconsistency in a security profile invoked. The security profilwas modified by a direct manipulation of the database record.

Contact your NATURAL SECURITY administrator.

NAT0826 Ungültige Zahl. Bitte andere eingeben.

Invalid number. Please enter valid number.

Only one of the displayed numbers may be entered during the logoprocedure.

Enter a valid number.

NAT0827 Keine verfügbare Applikation gefunden.

No available library found.

No library for this user ID is available from this terminal.

Contact your NATURAL SECURITY administrator.

NAT0828 Sie dürfen nicht auf 'SYSSEC' zugreifen.

You may not logon to 'SYSSEC'.

You have no permission to log on the NATURAL SECURITY library 'S

Contact your NATURAL SECURITY administrator.

NAT0829 Passwort darf nicht geändert werden.

Page 193: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 193/781Bearbeitet von: Schäfer DV Consulting

Password change not permitted.

You cannot change your password because updating of the NATURALsystem file has been prohibited.

Contact your NATURAL SECURITY administrator.

NAT0830 Helpschirm nicht bestätigt.

Help screen not confirmed.

An attempt was made to enter logon processing, but the requestedconfirmation was not provided.

Continue logon.

NAT0831 ***** NATURAL LOGON-PROZEDUR *****

***** NATURAL LOGON PROCEDURE *****

Text displayed in line 1 during NATURAL logon procedure.

NAT0832 *** SIE HABEN DIREKTEN ZUGRIFF AUF:.. ***

**** YOU ARE LINKED DIRECTLY TO: ... ****

Text displayed in line 2 during NATURAL logon procedure.

NAT0833 **** Sie haben ueber Gruppen Zugriff auf: ... ***

**** YOU ARE LINKED VIA A GROUP TO: ... ****

Text displayed in line 3 during NATURAL logon procedure.

NAT0834 *** Ihr Terminal hat Zugriff auf:... ***

*** YOUR TERMINAL IS LINKED TO: ... ***

Text displayed in line 2 during NATURAL logon procedure.

NAT0835 *** Frei verfuegbare Anwendungen sind:... ***

*** PUBLIC LIBRARIES ARE: ... ***

Text displayed on line 2 as a result of entering a '?' as librarduring NATURAL logon procedure.

Page 194: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 194/781Bearbeitet von: Schäfer DV Consulting

NAT0836 ENTER = Naechste Seite; '. ' = Zurueck zum Logon-Schirm.

Press ENTER for next page, or enter '.' for logon screen.

Text displayed during logon processing for trailer line 1.

NAT0837 oder geben Sie die Nummer der gewuenschten Anwendung ein:

Or select a library by entering its number ==>

Text displayed as trailer line 2 during logon processing.

NAT0838 Bitte Passwort ändern. Altes und neues Passwort eingeben.

Change your password. Enter the old and a new password.

According to your NATURAL SECURITY profile, you must changeyour password periodical ly.

Enter your old password in the 'Password' field and a new passwothe 'New Password' field. When prompted to confirm the new passwenter the new password again in the 'New Password' field.

NAT0839 Die Applikation 'SYSSEC' wurde nicht gefunden.

The library 'SYSSEC' has not been found.

The library 'SYSSEC' is indispensable for a security environment

Contact your NATURAL SECURITY administrator.

NAT0840 Die Private Library wurde nicht gefunden.

Private library not found.

The security profile of the private library specified for you cobe found. The NATURAL SECURITY logon procedure has found an inteinconsistency: a private library is specified in your user securprofile but there is no security profile for the private library

Contact your NATURAL SECURITY administrator.

NAT0841 Dieser Benutzer hat keine private Bibliothek.

Page 195: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 195/781Bearbeitet von: Schäfer DV Consulting

This user has no private library.

A logon to a private library is only possible for users of type'ADMINISTRATOR' or 'PERSON' and only if these users have a privalibrary defined in their security profile.

Enter a library ID, or a '?' to get a list of libraries that areavailable to you.

NAT0842 Zugriff auf eine Private Bibliothek ist nicht gestattet.

Logon to a private library is not allowed.

You have attempted to log on to somebody else's private l ibrary.You cannot log on to another user's private library, only to youown (if there is one defined for you).

Enter a library ID, or a '?' to get a list of libraries that areavailable to you.

NAT0843 Ungültige User-ID; nur ihre TP-User-ID wird akzeptiert.

Invalid user ID; only user ID from TP monitor accepted.

If 'Automatic Logon' is active (that is, the NATURAL parameter Ahas been set), only the user ID used to log on to your TP monitobe accepted for your logon to NATURAL.

Enter the user ID with which you have logged on to your TP monit

NAT0844 Benutzer ist nicht definiert. Restart ist nicht erlaubt.

This user is not defined. Restart not allowed.

The last library of a user is stored in his/her security record.who has not been defined to NATURAL SECURITY does not have suchrecord.Restart is only allowed for a user who is defined to NATURAL SECHowever, you are not defined to NATURAL SECURITY.

Contact your NATURAL SECURITY administrator.

NAT0845 Kommando-Modus verboten und keine Startup-Transaktion da.

Page 196: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 196/781Bearbeitet von: Schäfer DV Consulting

Command mode prohibited, no startup transaction specified.

If command mode is not allowed, either a startup transaction musbeen specified or a command/program must be in the NATURAL stack

Contact your NATURAL SECURITY administrator.

NAT0846 Gruppe wurde nicht gefunden.

Group not found.

You are linked via a group to the library, but the group cannotfound.

Contact your NATURAL SECURITY administrator.

NAT0847 Library-ID muß mit einem Buchstaben beginnen.

Library ID must start with an alphabetical character.

The first character of a library ID must be an alphabetical char

Enter a library ID which starts with an alphabetical character.

NAT0848 Start-Programm: :1: wurde nicht gefunden.

Start transaction ... cannot be found.

The startup transaction specified in the security profile of thelibrary cannot be found, neither in the library itself nor in ansteplib.

Contact your NATURAL SECURITY administrator.

NAT0849 Eine Applikation mit dieser ID existiert bereits.

A library with that ID already exists.

User/library IDs must be unique.

Enter a user ID which is not equal to any l ibrary ID.

NAT0850 Restart-Programm: :1: wurde nicht gefunden.

Page 197: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 197/781Bearbeitet von: Schäfer DV Consulting

Restart program ... cannot be found.

The restart program specified in the security profile of the libused cannot be found, neither in the library i tself nor in any s

Contact your NATURAL SECURITY administrator.

NAT0851 Fehler-Programm: :1: wurde nicht gefunden.

Error program ... cannot be found.

The error program specified - either in the security profile oflibrary used or with the parameter ETA - cannot be found, neithethe library itself nor in any steplib.

Contact your NATURAL SECURITY administrator.

NAT0852 Ihr SECURITY-Administrator hat Sie nicht ganz definiert.

Incomplete security profile; call security administrator.

Either you are defined to NATURAL SECURITY as a user of type MEMUsers of this type must be contained in at least one group. Younot been added to any group, or your user type should be changed

Or your terminal is defined to NATURAL SECURITY, but is not contin any group.

Contact your NATURAL SECURITY administrator.

NAT0853 Logon in Library :1: akzeptiert. Diese Library ist leer.

Logon accepted to library .... This library is empty.

No action required.

NAT0854 Logon in Library :1: akzeptiert.

Logon accepted to library ....

No action required.

NAT0855 Neues Passwort muß mindestens :1: Zeichen lang sein.

Page 198: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 198/781Bearbeitet von: Schäfer DV Consulting

New password must be at least ... characters long.

NATURAL SECURITY requires that passwords have a minimum length.

Choose a longer password.

NAT0856 Automatik-Logon mit ungültigen Daten. Logon abgebrochen.

Automatic logon with invalid logon data; logon failed.

Contact your NATURAL SECURITY administrator.

NAT0857 Dieser Benutzer ist momentan gesperrt.

This user is currently locked.

Contact your NATURAL SECURITY administrator.

NAT0858 Ablaufdatum ist ungültig. Bitte geben sie 'JJ-MM-TT' ein.

Format of expiration date must be as in top right corner.

The expiration date for a mailbox must be entered in the same foas the date displayed in the top righthand corner of the screen.

Enter valid expiration date in valid format.

NAT0859 Das Ablaufdatum darf nicht in der Vergangenheit liegen.

Expiration date may not be a date in the past.

Enter a valid date.

NAT0860 Falscher Code.

Invalid code.

Enter valid code.

NAT0861 Der Benutzer hat keinen Spezial-Link zu der Applikation.

User has no special link to library.

Contact your NATURAL SECURITY administrator.

NAT0862 Dieses NATURAL ist nicht mit NATURAL SECURITY geschützt.

Page 199: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 199/781Bearbeitet von: Schäfer DV Consulting

This NATURAL session is not under NATURAL SECURITY.

In order to perform the desired function, your NATURAL session mbe running under NATURAL SECURITY.

Invoke NATURAL under NATURAL SECURITY (ask your NATURAL administnecessary) before you perform the desired function.If NATURAL SECURITY is not installed, that function is not avail

NAT0863 Dieser Logon ist nicht erlaubt über die Link-ID:'1:'.

Logon to this library not allowed via link ID '...'.

Log on with a valid user ID; contact your NATURAL SECURITYadministrator if necessary.

NAT0864 Nr. Appl.ID Applikationsname*Typ*gelinkt über*Spez.

No. Lib. ID Library Name*Type*Linked via*Spec.

Text displayed by NATURAL SECURITY.

NAT0865 Ungültige Security-Datei. Verständigen Sie Ihren DBA.

Invalid security fi le. Please contact your DBA.

Contact your database administrator.

NAT0866 Ihr NATURAL-Nukleus ist kein NATURAL SECURITY-Nukleus.

Your NATURAL nucleus is not a NATURAL SECURITY nucleus.

There is an inconsistency between your NATURAL nucleus and yourNATURAL system file (FNAT). The nucleus is marked as non-SECURITbut the NATURAL system file contains NATURAL SECURITY-specific pPossible reasons for this inconsistency are:- the nucleus has been illegally zapped.- the NATURAL master control record has been illegally zapped.- the NATURAL SECURITY NATLOAD has not been performed successful

Contact your NATURAL administrator. Repeat the NATLOAD for NATURand - if your system is a NATURAL SECURITY one - also repeat theNATLOAD for NATURAL SECURITY.

NAT0867 Mailbox nicht existent / nicht ihrer Session zugeordnet.

Page 200: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 200/781Bearbeitet von: Schäfer DV Consulting

Mailbox does not exist / not assigned to your environment.

Choose another mailbox ID; or contact your NATURAL SECURITYadministrator.

NAT0868 Das Ablaufdatum von Mailbox :1: ist bereits überschritten.

The expiration date of mailbox ... is already reached.

If necessary, change the expiration date.

NAT0869 File-Security-Datensatz wurde direkt manipuliert.

The file security record has been directly manipulated.

Contact your NATURAL SECURITY administrator.

NAT0870 Upload ist nicht erlaubt.

Upload is not permitted.

Contact your NATURAL SECURITY administrator.

NAT0871 Download ist nicht erlaubt.

Download is not permitted.

Contact your NATURAL SECURITY administrator.

NAT0872 Falscher Funktionscode.

Invalid function code.

Enter valid function code.

NAT0873 Die User-ID oder das Passwort ist falsch.

User ID or password invalid.

Enter correct user ID and correct password.

NAT0874 ENTER = naechste Seite. "." = Ende der Session.

Press ENTER for next page, or "." to terminate session.

NAT0875 Dieser Benutzer ist zur Zei t nicht aktiv.

Page 201: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 201/781Bearbeitet von: Schäfer DV Consulting

This user is currently not active.

Contact your NATURAL SECURITY administrator.

NAT0876 New password is not valid. Please try again.

New password is not valid. Please try again.

The new password was denied for one of the following reasons:

1) New password has too much similarity to previous passwords.

2) New password does not conform to rules for passwords.

Contact your NATURAL SECURITY administrator.

NAT0877 Zugriff auf Utili ty verweigert. Wenden Sie sich an DBA.

NAT0878 Assigned group :1: is currently not active.

Assigned group :1: is currently not active.

The above-mentioned group contains a datewhich marks the group as currently inactive.

Contact your NATURAL SECURITY administrator.

NAT0879 No active group assigned.

No active group assigned.

The user is not assigned to a groupwith a valid activation date.

Contact your NATURAL SECURITY administrator.

NAT0880 Mehr als 10 Syntax-Fehler bei der BATCH-Kompilierung.

More than 10 syntax errors occurred in BATCH compile.

Correct syntax errors and re-compile.

NAT0881 Interne Tabelle in USIZE-Puffer überschreitet 32 KB.

Page 202: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 202/781Bearbeitet von: Schäfer DV Consulting

During compilation, the internal :1: table exceeds :2: maximum.

During compilation of a program, various tables are generated tobuild the object. One of these tables exceeds its maximum size.

Identification list:GPT - Generated program buffer KST - Constant bufferMPT - Array structure buffer RNM - SQL generation bufferSBT - Database access buffer VAT - SQL generation bufferVDT - Variable access buffer

According to the buffer identification, the program must be reduin size.

NAT0882 Response Code :1: von Dump-Formatierungsroutine erhalten.

Response code ... received from dump formatting routine.

The response codes from the dump formatting routine are: 1 - No LFILE definition for LFILE 215 found. 2 - GETMAIN error: no free storage available or address of GETMAIN routine not found. 3nnn - NDA received ADABAS response code 'nnn'. 4 - The file which should receive the dump has not been correctly initialized. 5 - The address of ADABAS is not valid or not available. 6 - The DB which contains the file where the dump is to be written to is not an ADABAS DB. 7 - All available dumps are in use. They are either locked o may not be overwritten due to the specified retention pe 8 - Error when trying to chain/unchain a save area. 9 - The FREEMAIN call failed.Response codes 1, 3nnn, 4, 6 and 7 may be caused by an installaterror. Verify that your installation is correct.In all other cases, please contact Software AG Technical Support

NAT0883 Sourcecode eines INCLUDE-Members ist großer als 32 KB.

Page 203: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 203/781Bearbeitet von: Schäfer DV Consulting

Source code of an INCLUDE member exceeds 32 KB.

The source code of an INCLUDE member must not exceed 32 KB.

Reduce source code of INCLUDE member or split it intodifferent members.

NAT0884 Interner Fehler; die Save Area Chain wurde zerstort.

Internal error, save area chain destroyed.

The relocatable save area in NATURAL is destroyed. NATURAL resetchain and restarts.

NATURAL always tests the correct chains of its save areas.The error is caused by a wrong register 13, a save area overflowor a wrong relocated user area.One reason for a save area overflow may be too many recursiveprogram calls.

NATURAL corrects automatically and restarts.If need be, reduce the number of recursive program calls.

NAT0885 Interner Fehler; E/A-Puffer wurde überschrieben.

Internal error, I/O buffer overwritten.

The buffer area that is used to generate output to the screen/pris also used for other purposes.A condition has arisen where the contents of this I/O buffer havbeen destroyed, and the buffer has not been re-initialized.

Note down the command sequence and contact your NATURALadminist

NAT0886 Speicherüberlauf in ESIZE-Puffer.

Page 204: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 204/781Bearbeitet von: Schäfer DV Consulting

Storage overflow in extended buffer.

Certain tables during processing and compilation of NATURAL progare stored in the extended buffer.The size of the extended buffer is defined by the NATURAL adminiwith the ESIZE parameter.

This error may also be caused by an attempt to write too many dathe NATURAL stack.

Reduce size of source program, or contact your NATURAL administr

NAT0887 Interner Stack-Überlauf.

Internal stack overflow.

During a stack operation into the runtime buffer a table overflooccurred. This situation should never occur and is probablycaused by an (incorrect) excessive store in a runtime buffer tab

Ask your NATURAL administrator to increase the RUNSIZE parameterif problem persists, contact SOFTWARE AG NATURAL support.

NAT0888 Speicherüberlauf während Kompilierung oder Ausführung.

Storage overflow during compilation or execution.

This error is caused by an overflow of the USIZE or DATSIZE buff

- At compilation time, this error is due to the USIZE not beingenough to hold all tables required to create an object module frthe respective program.

- At execution time, this error is due to too many nested objectUse the command LIST DIR to ascertain the DATSIZE requirements oindividual objects being called.

See also NATURAL Operations Manual for details on USIZE and DATSparameters.

Ask your NATURAL administrator to increase the USIZE or DATSIZEor reduce the size of the program being compiled,or reduce the number of nested object calls at execution.

Page 205: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 205/781Bearbeitet von: Schäfer DV Consulting

NAT0889 Überlauf der Programmtabelle während der Kompilierung.

Generated program table overflow.

The table that contains the generated program has overflowedduring compilation of the program.

Reduce the size of the program. Use fewer database calls.If problem persists, contact the NATURAL Administrator.

NAT0890 Diese Source-Parameter-Konstruktion ist unzulässig.

Invalid source parameter construction.

A possible cause for the error is the construction of a parametesource notation within another source parameter.NATURAL supports only one level of parameter source processing.

Check program and correct error.

NAT0891 NATURAL-Symboltabelle paßt nicht mehr in FSIZE-Puffer.

NATURAL symbol table exceeds maximum size of 512K.

During compilation, symbols in a program are covered in a buffercalled symbol table (SYT). The maximum size of the SYT (512K)overflows.

Reduce the number of variables in the program and recompile.

NAT0892 Maximalgroße der Symboltabelle (60 KB) wurde erreicht.

Maximum size of symbol table (60 KB) has been reached.

The program uses more/longer symbols (variable names, subroutineetc.) than fit into the symbol table. The maximum possible sizesymbol table has been reached.

Decrease the number of symbols used (for example, by using seversmaller programs instead of one very large program).

NAT0893 Speicherplatz für Maschinencode-Kompilierung zu knapp.

Page 206: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 206/781Bearbeitet von: Schäfer DV Consulting

Not enough memory for machine code compilation.

The machine code compiler cannot proceed because ofshortage of resources. The following area is used: - FSIZENote that although the object was not stowed in optimizedform it was stowed normally.

Increase FSIZE and recatalog program.

NAT0899 Interner Fehler in Struktur von DDM :1:.

Internal error in structure of DDM ....

The DDM was not correctly generated and contains an internalinconsistency.

Re-generate the DDM.

NAT0900 Speicherüberlauf bei Adresszuweisung für Datenfelder.

Storage overflow while assigning data area.

The storage area that contains the data area for the programoverflowed during address assignment for data fields.

or:There are more than 50 external subroutines referenced in theprogram.

or:There was an overflow while composing an executable object.

Reduce the data areas in the program or use fewer database fieldor increase the DATSIZE profile parameter and restart the sessio

NAT0901 Länge des zu sortierenden Datensatzes ist über 10240 Bytes.

Page 207: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 207/781Bearbeitet von: Schäfer DV Consulting

Length of record to be sorted exceeds 10240 bytes.

The total length of the record to be sorted must not exceed10240 bytes.

Note: The fields written to sort storage are not only those fields specified in the SORT statement, but all database fields and user-defined variables defined before the SORT statement.

Ensure that the sort record does not exceed 10240 bytes.

NAT0902 Speicherüberlauf bei der Generierung von Formatpuffern.

Generation of format buffer fails. Reason code :1:

During generation of format buffers the following error situatiooccurred. Reason code description: 4 - The generation buffer overflowed and the the buffer could not be enlarged because there was not enough memory availab Ac.==> Start NATURAL in a larger thread/partition/region. 8 - The length of the generated format buffer exceeds maximum o Ac.==> Reduce the number of fields in the format buffer.12 - At runtime, a format buffer could not be expanded because t was not enough memory available. Ac.==> Start NATURAL in a larger thread/partition/region.

See reason code descriptions.

NAT0903 Speicherüberlauf während der Laufzeit.

Storage overflow at execution time.

Storage overflow while creating a loop-table entry.

Divide program into segments using 'structured programming' tech

NAT0904 Im Programm sind zuviele -Statements.

Page 208: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 208/781Bearbeitet von: Schäfer DV Consulting

Too many in program.

The program contains too many statements.

Replace the statements with .

NAT0905 Es wurde kein Maschinencode generiert.

Machine code was not generated.

An error has occurred during generation of machine code.The stowed/cataloged NATURAL object is executable, butnot optimized.

Contact Software AG support.

NAT0906 NATURAL-Nukleus wurde ohne V1.2-Laufzeitsystem gelinkt.

NATURAL nucleus does not support Version 1.2 runtime.

The NATURAL nucleus was linked without the Version 1.2 runtime sOnly NATURAL objects cataloged/stowed with NATURAL Version 2 orcan be executed.

Relink NATURAL nucleus with Version 1.2 runtime system and activthe new copy in your environment.

NAT0907 Generation of record buffer failed. Reason code :1:.

Generation of record buffer failed. Reason code :1:.

During the generation of a database statement, the following errsituation occurred. Reason code description: 4 - For ADABAS/VSAM access statements the record buffer size ex the maximum of 64K. Ac.==> Reduce the number of record buffer fields. 8 - For DB2/SQL access statements the record buffer size exceed the maximum of 32K. Ac.==> Reduce the number of record buffer fields.

See reason code descriptions.

NAT0910 Zuwenig Kernspeicher für CALL, SORT, ... WORK FILE.

Page 209: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 209/781Bearbeitet von: Schäfer DV Consulting

Insufficient core for CALL, SORT, WORK FILE statements.

The processing of CALL, SORT and WORK FILE statementsrequires buffers in the partition.The partition does not have enough memory allocated forthe storage requirements of the program.

Re-submit in larger partition or contact your NATURAL administra

NAT0916 :2:User Exit:3:lieferte Returncode:1:.

The user exit specified in the message returned a non-zero returthat caused NATURAL to discontinue program execution.

The user exit detected a condition that prevented the completionoperation. The condition has been indicated to NATURAL by meansreturn code. The return code is specific to the user exit.NATURAL program execution has been terminated.

Contact your NATURAL administrator or the author of the specifieexit.

NAT0918 ESCAPE (TOP) in ON ERROR- bzw. AT-Block nicht erlaubt.

ESCAPE (TOP) not allowed in ON ERROR or AT block.

This error can be caused by one of the following:

1. An ESCAPE statement was used to exit from a currently active ON ERROR block. However, an ON ERROR block must be exited wit a FETCH, STOP, TERMINATE or RETRY statement.

2. An ESCAPE TOP statement was used within one of the following conditions: - AT BREAK - AT START/END OF DATA

Correct error in program.

NAT0919 Das CALL-Statement enthält zuviele Parameter.

Page 210: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 210/781Bearbeitet von: Schäfer DV Consulting

Too many parameters in CALL statement.

Reduce number of parameters in CALL statement.

NAT0920 Programm :1: kann nicht geladen werden.

Program ... cannot be loaded ...

The specified external subprogram could not be loaded dynamicallor located statical ly for one of the following reasons:

- For dynamic subprograms only: The program was not contained in load libraries currently defined to NATURAL.- There was not enough storage available for the dynamic loading the subroutine. Check the operating system return code supplie- The limit for the number of user subroutines to be dynamically loaded was exceeded.- Under COM-PLETE, the thread into which the program was to be loaded was too small.- For static subprograms only: The program is not defined in NAT by the 'CSTATIC' parameter or not linked to the NATPARM module

Ensure that the subroutine is contained in a library availableor linked to NATURAL. Contact your NATURAL administrator concernthe setting of the NATURAL parameters 'CDYNAM' or 'CSTATIC'.

NAT0921 Die maximale Aufruf-Tiefe ist erreicht.

Maximum call level reached.

NATURAL Version 2 supports calls to NATURAL objects up to a leveof 99, except for CALLNAT/FETCH RETURN/PERFORM, where the limit512.Error 921 usually occurs when an object (subroutine, or callnat,calls itself recursively.Please note also that *LEVEL can represent only numbers up to 99

Check program and correct error.

NAT0922 Der Buffer Pool ist nicht aktiv.

Page 211: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 211/781Bearbeitet von: Schäfer DV Consulting

Buffer pool not active.

NATURAL Version 2 requires an active buffer pool manager.

Contact your NATURAL administrator.

NAT0923 Ungültiger Programmaufruf.

Invalid program call.

A NATURAL call statement (e.g., CALLNAT, FETCH RETURN) was issuebut the object being called was a map, global data area, or anotobject.

Only issue calls to actual NATURAL programs or subroutines.

NAT0924 Befehl in diesem Zusammenhang nicht erlaubt (:1: :2: :3:)

Command invalid in this context (:1: :2: :3:)

The command :1: is invalid for object :3: of type :2:.

Consult the manual and try again.

NAT0925 GDA wurde erst nach dem zugehorigen Programm kompiliert.

GDA does not correspond to using program.

Each time a program uses a GDA (global data area), NATURAL checkwhether the compilation time of the program is later than thecompilation time of the GDA. If it is not, NATURAL assumes thatGDA may not correspond to the layout generated into the programproduces this error.

Recompile program and restart system.

NAT0926 Nur der Objekttyp 'Program' ist mit 'RUN' ausführbar.

Page 212: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 212/781Bearbeitet von: Schäfer DV Consulting

Only objects of type 'program' can be 'RUN'.

A RUN command was issued for a NATURAL object which is not a souprogram;or the RUN command was issued without a program name, and the edwork area was not empty and set to a type other than 'PROGRAM'.

To test the execution of a subprogram or subroutine, you mustcatalog/stow this object and write a program that calls thisobject (with a CALLNAT or PERFORM statement respectively).

A map can be tested in the map editor, as can helproutines and hGDA, LDA and PDA define data areas and their initialisation valuonly become executable when put in the DEFINE DATA statement ofNATURAL object.

Check that the work area contains a program, and that the editoris set to 'PROGRAM', or that the specified object is a program,follow the above hints to test objects of other types.

NAT0927 FETCH RETURN von NATURAL SECURITY abgefangen.

FETCH RETURN statement rejected by NATURAL SECURITY.

A program called via a FETCH RETURN statement is security protecand, therefore, cannot be called from another NATURAL program.

Contact your NATURAL or NATURAL SECURITY administrator.

NAT0928 Dieses Programm ist aus einer 'SYS*'-Library zu starten.

Program can only be executed from a SYS* library.

This program is security protected and can only be executedfrom a SYS* library. (SYSTEM is not treated as a SYS* library.)

Log on to the correct library.

NAT0929 Dies Programm kann nicht im Batch-Modus gestartet werden.

Page 213: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 213/781Bearbeitet von: Schäfer DV Consulting

Program cannot be executed in batch mode.

An attempt was made to execute in batch mode a program thatcontains online functions/features.

Execute the program in interactive mode.

NAT0930 Dies Programm kann nicht 'online' ausgeführt werden.

Program cannot be executed online.

An attempt was made to execute in interactive mode a program thacontains functions/features only available in a batch mode envir

Execute the program in batch mode.

NAT0931 Die 'CMSYNIN Job Control'-Definition ist nicht vorhanden.

CMSYNIN job control definition is missing.

In batch mode execution, the DD statement for the definition ofthe main command and source input for NATURAL is missing.No commands can be read.

Specify definition for the CMSYNIN file in the job control.

NAT0932 Das ausgeführte Programm wurde soeben neu katalogisiert.

Program version error.

The executing program has been recataloged by another userbetween screen I/Os (that is, it is possible that the programhas been stowed by a second user while a first user is stillusing it).

Contact your NATURAL administrator.

NAT0933 Neue GDA-Struktur entspricht nicht der vorherigen GDA.

Page 214: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 214/781Bearbeitet von: Schäfer DV Consulting

GDA timestamp conflict.

This error occurs if a program references a global data area (GDwhich was recataloged or a GDA that has been moved from anotherenvironment after the program has been cataloged. Also the progrthat references the GDA could have been moved from a differentenvironment into the current one causing a GDA timestamp conflicIf a GDA is cataloged again, all objects which reference the GDAmust also be cataloged again.

Check the program structure and recatalog i f necessary or usethe RECAT=ON parameter.

NAT0934 Konflikt zwischen Global Data Area und globalen Variablen.

Global data area conflicts with global variables.

A NATURAL Version 2 program attempted to allocate a global datawithin an application where NATURAL Version 1.2 programs have usglobal variables which are not defined via a COMMON global data

Use the CREATE GLOBALS command to define a COMMON globaldata arwith the global variables of the NATURAL Version 1.2 programs.

NAT0935 Anzahl der Parameter stimmt nicht überein.

Conflicting number of parameters.

- The number of parameters specified in a CALLNAT statement doesmatch the number of parameters defined in the DEFINE DATA PARAMEstatement of the called module.

- The number of parameters specified in an INPUT USING MAP statedoes not match the number of parameters generated by the NATURALmap editor.Use 'free mode' or include the INPUT USING MAP prototype instrucin your program.

Check program and correct error.

NAT0936 Format-/Längen-Konflikt in Parameter :1:.

Page 215: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 215/781Bearbeitet von: Schäfer DV Consulting

Format/length conflict in parameter ....

The parameters specified in a CALLNAT or INPUT USING MAP statemeare defined with a format or length different from that of theparameters defined in the called module/map.

Check program/map and correct error.

NAT0937 Konflikt in Array-Definition für Parameter :1:.

Conflicting array definition in parameter ....

An array or an array range was used as a parameter in a CALLNATINPUT USING MAP statement which conflicts with the array definitwithin the called module/map.The following conditions must be met: - The ranks must be equal. - Occurrences of each dimension must be equal.

Check program and correct error.

NAT0938 Gesch.Param. :1: als Zielop.ben.(:2: :3:/:4:/:5:/:6:/).

Protected parameter ... used as target operand.

A parameter specified in a CALLNAT or INPUT USING MAP statementis defined as protected (AD=O). The called module or the calleduses the corresponding parameter as a target operand, but thisparameter is protected and no value may be entered for that fiel

Correct error in program.

NAT0939 NATURAL-Editor wurde nicht gelinkt und ist nicht ladbar.

NATURAL editor is not linked and cannot be loaded.

The NATURAL editor modules are not linked and cannot be loaded.

Contact your database administrator.

NAT0940 Dies Terminalkommando steht Ihnen nicht zur Verfügung.

Page 216: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 216/781Bearbeitet von: Schäfer DV Consulting

This terminal command is not supported.

Terminal commands for screen paging cannot be used underevery TP monitor.

Enter a valid command.

NAT0941 Ungültige Systemdatei-Große für 'Screen Paging'.

Invalid size for screen-paging system file.

A screen-paging command was entered, but the size of thesystem file used for screen paging was '0', which meansthat no screens can be stored.

Restart NATURAL session with valid size for screen-paging system

NAT0942 Hardcopy-Funktion ist nur unter COM-PLETE verfügbar.

Invalid use of hardcopy facility.

The NATURAL hardcopy facility is only available under theTP monitor COM-PLETE.

Enter a valid NATURAL command.

NAT0943 Fehler bei der 'Screen Paging'-Aktivierung.

Screen paging open function failed.

Check the status of the screen-paging system file.

NAT0944 Schirm ist zu groß um mit NATPAGE gespeichert zu werden.

Screen paging record overflow.

An attempt was made to write to the screen-paging system filea record which was larger than the screen page size.

Increase the size of the physical terminal buffer.

NAT0946 Fehler beim Beschreiben der 'Screen Paging'-Systemdatei.

Page 217: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 217/781Bearbeitet von: Schäfer DV Consulting

Screen paging write failed.

An error occurred during an attempt to write a screen to thescreen-paging system file.

Check the status of the screen-paging system file.

NAT0947 Fehler beim Lesen der 'Screen Paging'-Systemdatei.

Screen paging read failed.

An error occurred during an attempt to read a screen from thescreen-paging system file.

Check the status of the screen-paging system file.

NAT0951 Der Batch-Job wurde erfolgreich beendet.

Normal end of execution.

This message indicates the successful execution or completionof a NATURAL batch job.

No action required.

NAT0952 Anzahl der selektierten Datensätze überschreitet Limit.

Database loop processing limit exceeded.

The processing limit of a HISTOGRAM/FIND/READ database loop isspecified via a numeric constant or a numeric user-defined variaWhen this limit is exceeded, this does not necessarily indicateerror condition; however, the records which met the search critein a database loop but which are beyond the limit will not haveprocessed.

Note: The general limit for processing loops may also be set by NATURAL session parameter LT.

Increase the limit value or ignore this error message.

NAT0953 Das Zeitlimit wurde überschritten.

Page 218: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 218/781Bearbeitet von: Schäfer DV Consulting

Time limit exceeded.

In TP mode, this message means that the time-out parameter specifor the TP monitor at system generation time is not sufficient thandle current program requirements. In batch mode, after determthat the program is not in an endless loop, the MT parameter (viSET GLOBALS statement or GLOBALS command) can be used to increasCPU-time factor.

Check program and correct it if necessary.If program is correct, contact your NATURAL administrator.

NAT0954 Programmausführung wurde wegen eines Fehlers abgebrochen.

Abnormal termination during program execution.

An abnormal termination has occurred during theexecution of a NATURAL object program.

A common cause of this error is the use of an arithmeticoperand which does not contain valid numeric dataat execution time.

Check program and correct error.

NAT0955 Die Kompilierung des Programms wurde abgebrochen.

Abnormal termination during program compilation.

An internal abnormal termination has occurred duringthe NATURAL syntax/compilation phase.

Contact your NATURAL administrator.

NAT0956 NATURAL-Abbruch während einer Kommandoauswertung.

Abnormal termination during command analysis.

An abnormal termination of the NATURAL system has occurred durinthe evaluation of a command.

Contact your NATURAL administrator.

NAT0957 Das angegebene Limit wurde überschritten (LE=ON).

Page 219: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 219/781Bearbeitet von: Schäfer DV Consulting

Limit reached with 'LE=ON'.

NATURAL handles this condition as an execution time error and tathe appropriate action (a BACKOUT TRANSACTION statement will beif necessary).

In batch mode, NATURAL will continue processing only if the sessparameter CC is set to 'OFF'.

Increase the limit specification, or set 'LE=OFF'.

NAT0958 Invalid usage of ODA (Object Data Area) in method :1:.

Invalid usage of ODA (Object Data Area) in method :1:.

Object Data Areas are defined in methods to use class specificdata. The Object Data Area must be created with the Naturalstatement CREATE OBJECT. The ODA defined in method :1: does eithnot exist or was created with a different number of variables.

Activate method using the SEND METHOD statement, ensure that theDATA AREA was correctly created with the CREATE OBJECTstatement

NAT0959 Inconsistent structure of ODA in class :1: and method :2: (:3:)

Inconsistent structure of ODA in class :1: and method :2: (:3:)

Object Data Areas (ODA) are defined in methods to use class specdata. Therefore, the structure of the ODA created by the class :match the structure of the ODA defined in method :2:.An inconsistency was detected for variable :3:.

Ensure that the ODAs in class and method have the same format anlength.

NAT0960 SAVE/CATALOG/PURGE-Operation wurde erfolglos abgebrochen.

Page 220: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 220/781Bearbeitet von: Schäfer DV Consulting

SAVE/CATALOG/PURGE/UNCATALOG operation terminated unsuccessfully

The operation was attempted repeatedly and aresponse code of '9' for transaction backoutwas received from ADABAS.

Ask your NATURAL administrator to review the maximum transactionduration time setting for ADABAS.

NAT0961 Zeitgleiches SAVE/CAT/PURGE/UNCAT; oder Hold Queue voll.

Concurrent SAVE/CAT/PURGE/UNCAT; or hold queue full.

The same source program/object module is currently being processfor update by another user.This error condition can also be produced when ADABAS response c'145' is received while attempting to delete the 'old' copy of tNATURAL source or object program. A common reason for this erroran overflow of the ADABAS hold queue.

Retry operation later.If problem persists, notify your NATURAL administrator.

NAT0962 Unzulässiger Zugriffsversuch auf die NATURAL-Systemdatei.

Invalid access to NATURAL system library.

An attempt was made to access/replace a program in the NATURAL slibrary 'SYSLIB'. The use of 'SYSLIB' is restricted to NATURAL sroutines; a user must not use library ID 'SYSLIB'.

Do not attempt to access the system library 'SYSLIB'.

NAT0963 Security-Übertretung während der Programmausführung.

Security violation during program execution.

The current user has attempted to execute a NATURALprogram which has a restricted status.

Contact your NATURAL administrator.

NAT0964 Subroutine :1: existiert bereits als Member :2:.

Page 221: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 221/781Bearbeitet von: Schäfer DV Consulting

Subroutine :1: already exists as member :2:.

Subroutine names within a library must be unique.

Choose another name for the subroutine.

NAT0965 Konvertierungsfehler bei RESULT-Param. :1: (:2: :3:/:4:/:5:/:6:)

Conversion error returning RESULT parameter :1: (:2: :3:/:4:/:5:

While returning the value of parameter :1:, which was defined wiattributes BY VALUE RESULT in object :3: (of type :2:, loaded frlibrary :4: from database :5: file number :6:), a conversion errhas occurred.

Check if the current value matches the "Rules for arithmeticassignment" described in the Natural Reference Manual.

Correct error in program.

NAT0966 Konvrt.fehler bei BY VALUE-Parm. :1: (:2: :3:/:4:/:5:/:6:)

Convs. error assigning BY VALUE parameter :1: (:2: :3:/:4:/:5:/:

During assignment of the value of parameter :1:, which is definethe attributes BY VALUE (RESULT) in object :3: (of type :2:, loafrom library :4: from database :5: file number :6:), a conversiohas occurred.Check if the current value matches the "Rules for arithmeticassignment" described in the Natural Reference Manual.

Correct error in program.

NAT0967 Funktion :1: in diesem Kontext nicht erlaubt.

Function :1: not permitted in current context.

The function :1: is not permitted in a certain context, i.e. whithe 3GL callnat interface is active.

Correct error in program.

NAT0970 Die Sourcezeilen-Grenze wurde auf Null gesetzt.

Page 222: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 222/781Bearbeitet von: Schäfer DV Consulting

Source line limit for program creation is zero.

When the security authorization for this user in this applicatiodefined, the user was allowed to create source programs but thefor the number of source lines to be created was erroneously set

Contact your NATURAL SECURITY administrator.

NAT0971 Die Sourcezeilen-Grenze wurde erreicht.

Source line limit reached.

In the security authorization for this user in this application,a limit of source lines to be created in new programs has beendefined. The user cannot exceed this limit when creating newprograms.

Either reduce program size or ask your NATURAL SECURITY administto increase the limit of source lines.

NAT0972 Der Benutzer darf dieses Kommando nicht verwenden.

User is not authorized to use this command.

In the security authorization for this user in this application,only specific commands have been made available.The user is not allowed to use the command specified.

Do not use this command in this environment, or contact yourNATURAL SECURITY administrator for authorization.

NAT0973 Der Benutzer darf dieses Statement nicht verwenden.

User is not authorized to use this statement.

In the security authorization for this user in this application,only certain statements have been made available.The user is not allowed to use the specified statement.

Do not use this statement, or ask your NATURAL SECURITY administfor authorization.

NAT0974 Der Benutzer darf diese Datei nicht verwenden.

Page 223: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 223/781Bearbeitet von: Schäfer DV Consulting

User is not authorized to use this file.

In the security authorization for this user in this application,only certain files have been made available.The user is not allowed to use the specified file.

Either do not use this file or contact your NATURAL SECURITYadministrator for authorization.

NAT0975 Der Benutzer darf diese Datei nicht ändern.

User is not authorized to update this file.

In the security authorization for this user in this application,only certain files have been made available for updating.The user is not allowed to update the specified file.

Do not update this file, or contact your NATURAL SECURITYadministrator for authorization.

NAT0976 Inkonsistente Security-Definition für Kommando-Auswahl.

Inconsistent security definition for command selection.

An inconsistent definition may occur if the NATURAL administratohas selected commands on the selection screen in the NATURAL SECsystem that are not defined to the system.

Contact your NATURAL administrator.

NAT0977 Inkonsistente Security-Definition für Statement-Auswahl.

Inconsistent security definition for statement selection.

An inconsistent securi ty definition may occur if the NATURALadministrator selects statements that are not defined to the sys

Contact the NATURAL administrator.

NAT0978 Unerlaubte Verwendung der Default-Formatdefinition (N7).

Page 224: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 224/781Bearbeitet von: Schäfer DV Consulting

Invalid use of default format definition (N7).

NATURAL SECURITY allows specification of the user characteristicone option of these is whether the user is allowed to use the deformat definition (N7).For this user in this application, the option is not allowed.

You must explicitly specify the format/length of variables.

NAT0979 Library-Angabe ist bei aktiver NATURAL SECURITY verboten.

Specification of the library not allowed.

In a security-protected environment, a user may not access a libby merely specifying the library ID in a command.The user must properly log on to the l ibrary and may then accessThis protection is also valid in a non-security environment forlibraray ID that starts with 'SYS'.

Log on to the desired library and then re-issue the command.

NAT0980 Angabe der Dateinummer unter NATURAL SECURITY unzulässig.

Incorr. usage of database file number.

With NATURAL V23, the use of a fi le number in a database accessstatement is not allowed anymore.

Use the file/view name and not the file number.

NAT0981 Verwendung von 2-Zeichen-Feldnamen nicht erlaubt.

Incorr. usage of 2-character database field names.

NATURAL SECURITY does not allow the use of 2-character databasefield names to prevent unauthorized access to fields.Furtheron, this error appears if the compiler parameter DBSHORTis set to OFF and a field name of 2-byte length could only beidentified as a DDM short name.

Do not use 2-character database field names.

NAT0982 Interner Fehler; ungültiges Systemkommando angefordert.

Page 225: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 225/781Bearbeitet von: Schäfer DV Consulting

Internal error; invalid system command requested.

A system command was requested that requires a NATURAL program wis not defined.

Contact your NATURAL administrator.

NAT0983 'Update'-Kommandos durch NATURAL SECURITY verboten.

Update commands not authorized by NATURAL SECURITY.

You are not allowed to issue update commands.

Contact your NATURAL administrator concerning NATURAL SECURITYdefinition/authorization.

NAT0984 Diese Datei ist in NATURAL SECURITY nicht definiert.

This file is not defined in NATURAL SECURITY.

Check program and correct error, or contact your NATURAL SECURITadministrator.

NAT0996 Interner Fehler im Maschinencode-Compiler.

Internal error in machine code compiler.

An internal error within the machine code compiler has occurred.

Contact your NATURAL administrator.

NAT0997 Ungültiger Formatpuffer für STORE-/UPDATE-Statement.

Invalid format buffer for STORE/UPDATE statement.

NATURAL has detected a format buffer for a STORE/UPDATE statemenwith a length of zero. This is invalid.

Check program and correct error.

NAT0998 Interner Fehler :1:.

Internal error ....

Contact your NATURAL administrator.

Page 226: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 226/781Bearbeitet von: Schäfer DV Consulting

NAT0999 Interner Fehler.

Internal error.

Contact your NATURAL administrator.

NAT1000 In FIND angesprochener Set-Name wurde nicht RETAINed.

FIND set name not found in RETAIN table.

A reference was made to a set name which had not been placed inthe FIND set table by a FIND ... RETAIN statement.

Enter correct set name.

NAT1001 DBID oder FNR des Sets entspricht nicht der Datei.

DBID or file number of set do not agree with current file.

If a FIND set is to be used in another FIND statement as a logiccriterion, the set must have been selected from the same set thais currently being processed in the FIND statement.However, in the case of this error, the database ID and/or fileof the previously retained set is different from that of file thcurrently being processed.

Check program and correct error.

NAT1002 ADABAS Version3 nicht mit Version-4-Programmen kompatibel.

ADABAS Version 3 not allowed for V4 compiled programs.

The program was compiled with ADABAS Version 4, but the currentruntime version is Version 3. NATURAL programs compiled to runwith ADABAS Version 4 are NOT downward-compatible with ADABASVersion 3.

Contact your NATURAL administrator.

NAT1003 Globale Grenze für Anzahl der Datenbankaufrufe erreicht.

Page 227: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 227/781Bearbeitet von: Schäfer DV Consulting

Global limit for database calls reached.

A limit for the repetition of processing loops may be specifiedthe execution of a NATURAL program either in the form of a globalimit which applies across all database read operations, or as alimit which applies to a specific program, or to one individualdatabase read loop.A global limit is set with the GLOBALS command. A program-wide lis specified with the LIMIT statement. For an individual databasread loop, the limit is specified as a number in parentheses (n)immediately after the statement name, FIND, READ or HISTOGRAM.'n' may represent either a numeric constant or the name of a varIndividual limits may not be broader than a program-wide limit,in turn may not be broader than a global limit.

Check program and correct error.

NAT1004 Mit FIND UNIQUE keinen oder mehr als 1 Datensatz gefunden.

In FIND UNIQUE, either 0 records or more than 1 record found.

The FIND UNIQUE statement requires that exactly one record befound in the database.

Check program and correct error.

NAT1005 Mehr Datensätze gefunden als in WITH LIMIT angegeben.

More records found than specified in search limit.

The 'WITH LIMIT = nnn' clause may be used to specify that a WHERcondition is only to be evaluated if fewer than 'nnn' records habeen selected after the evaluation of the basic search criteria.

Increase the WITH limit, or redefine the basic search criteria.

NAT1006 Der Indexwert ist '0' oder großer als das Maximum.

Page 228: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 228/781Bearbeitet von: Schäfer DV Consulting

Value specified for index is '0' or greater than maximum.

The value specified for an index of a multiple-value field or aperodic group is either greater than the maximum or less than 1.For ADABAS, VSAM and DL/I the maximum value for multiple-valuefields is 191 and for periodic groups 191.For DDMs the maximum value for both multiple-value fields andperiodic groups is 9999.

Check program and correct error.

NAT1007 Wert ist zu groß, um binär dargestellt zu werden.

Value for conversion to binary is too large.

Only values that can be represented in a 4-byte binary numbercan be converted to binary.The specified numeric value does not fit into a 4-byte binary nu

Check program and correct error.

NAT1008 Variabler Index in 'RETAIN-List-Record-Buffer' verboten.

Variable index defined in a RETAIN-List-Record-Buffer.

A variable index is not allowed for a RETAIN-list record buffer,because the format buffer will not be released with EC command.

Check program and correct error.

NAT1009 Programm nach :1: Datenbank-Aufrufen abgebrochen.

Program interrupted after :1: database cal ls.

NATURAL counts all database calls and compares the result withthe setting of the parameter MADIO.When this value is reached, a loop is assumed and the programterminated.

The database-call count is reset to 0 after a screen I/O operati

Correct error in program.

Page 229: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 229/781Bearbeitet von: Schäfer DV Consulting

NAT1010STORE/UPDATE/DELETE wegen UPDATE OFF-Kommandoabgewiesen.

STORE/UPDATE/DELETE rejected due to UPDATE OFF command.

The program is being executed while 'UPDATE OFF' is in effect.Whenever the program issues an STORE/UPDATE/DELETE statement forthe database, this warning message is used to indicate that adatabase-updating statement was encountered but not executed.

Contact your NATURAL administrator.

NAT1011 Betätigter Funktionstaste ist keine Funktion zugewiesen.

Requested function key not allocated.

A user can only request a function by pressing a function keyif the key has been defined in the program with a SET KEYstatement.If this error message appears in response to NEXT, the KEYcommand may be used to assign a value to the function key.

Define the function key as described above.

NAT1012 Änderungen auf der Systemdatei sind Ihnen nicht erlaubt.

Update not allowed for system file.

The user is not authorized to issue SAVE or CATALOG commands.

Contact your NATURAL administrator.

NAT1013 Das eingegebene Terminalkommando existiert nicht.

Illegal terminal command requested.

For information on valid terminal commands,see NATURAL Reference Manual.

Enter a correct terminal command, or press ENTER.

NAT1014 NATIMS: Es wurde kein Hardcopy-Terminal zugewiesen.

Page 230: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 230/781Bearbeitet von: Schäfer DV Consulting

NATIMS: No hardcopy terminal assigned.

Under NATIMS, the terminal identification for the alternatePCB must be specified by the NATURAL administrator using theuser-exit routine NATIMSHC or similar techniques. NATIMSfound this field uninitialized at the time of a hardcopyrequest.

Contact your NATURAL administrator.

NAT1015 NATIMS: Statusinformation fehlt, Wiederanlauf unmoglich.

NATIMS: Lost status - unable to recover session.

- After a restart of the IMS message region, NATIMS found thatthe information stored in the roll slot cannot be used inconjunction with the storage layout of the current region.Therefore the previous NATURAL session cannot be continued.However, a new session can be started at this time.- This message can also result from a user transaction beingscheduled to multiple IMS message regions if these regions donot have identical storage layout (NATIMS and NATCMP must beidentical and preloaded to the same address, the roll buffermust be at the same address and of the same length).

Start a new NATURAL session; if problem re-occurs,contact your NATURAL administrator.

NAT1016 Programm wurde durch den Benutzer abgebrochen.

Program interrupted due to an attention interrupt.

The terminal user interrupted the NATURAL program via an attentiinterrupt: RESETting the terminal and pressing the ENTER key.

No action required.

NAT1017 Update von mehr als einer ADABAS-Datenbank nicht moglich.

Page 231: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 231/781Bearbeitet von: Schäfer DV Consulting

ADABAS update to more than 1 database.

NATURAL cannot ensure that transactions can be synchronizedacross system failures. Therefore, a transaction which containsupdates to more than one database is not permitted.

Check program and correct error.

NAT1018 Eine Session kann auf maximal 24 Datenbanken zugreifen.

Attempt to access more than 24 databases in one session.

Per NATURAL session, no more than 24 databases can be accessed.

Reduce the number of databases to be accessed by the NATURAL ses

NAT1019 Magnetkartenleser muß mit SET KEY sensitiv gemacht werden.

Magnetic card reader must be activated with SET KEY.

Before reading data via a magnetic card reader, the magneticcard reader must have been made program-sensitive via aSET KEY statement (SET KEY MGID, SET KEY CDID, or SET KEY ALL).

Correct error in program.

NAT1020 NATIMS: Status-Code von IMS/DLI: YY in XXXXXX

NATIMS: At XXXXXX status code from IMS/DLI:YY.

NATIMS requested an IMS or DLI function (by calling ASMTDLI)and received the error code 'YY' as specified in the message.The 'XXXXXX' part of the message can be used to locate therequest in error.

Contact your NATURAL administrator.

NAT1021 NATIMS: Die 'SPA'-Mindestgroße ist XXXXX

Page 232: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 232/781Bearbeitet von: Schäfer DV Consulting

NATIMS: Minimum SPA size is XXXXX.

NATIMS cannot run with the SPA size generated for itin the IMS environment. The LSPA value in the NATIMSassembly is the minimum value that can be specified.

Contact your NATURAL administrator.

NAT1022 NATIMS: Es steht kein Roll Slot zur Verfügung.

NATIMS: No roll slot available.

All roll slots in the roll dataset are in use. A largerroll dataset must be allocated, or the directory of thecurrent roll dataset must be reset to eliminate inactiveusers. While this status prevails, all users who stillown a rol l slot can continue or re-enter the system,new users cannot.

Contact your NATURAL administrator.

NAT1023 NATIMS: Die 'Roll Slot'-Große wurde überschritten.

NATIMS: Roll slot size exceeded.

An attempt was made to roll out an area that is larger than thecurrently allocated roll slot size allocated in the roll datasetdirectory. This is a program logic error in NATIMS.

Contact your NATURAL administrator; if the error is not due to lmodification, contact Software AG support.

NAT1024 NATIMS: Unzulässiges 'Roll Slot'-Format

NATIMS: Roll slot format invalid.

Either an unformatted roll dataset was used or a - partial -overwrite occurred from external software.

Contact your NATURAL administrator to have the roll dataset refoand external interference eliminated (if applicable).

NAT1025 NATIMS: Das Roll File konnte nicht geoffnet werden.

Page 233: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 233/781Bearbeitet von: Schäfer DV Consulting

NATIMS: Roll file open failed.

The roll file handler could not open the roll dataset.This error has been detected by the operating system'sOPEN executor.

The most common cause of this error is a missing DD statement.

Contact your NATURAL administrator to verify that a valid DD stareferring to a properly preformatted roll dataset has been incluthe message region JCL.

NAT1028 Not permitted to invoke recursive database loop.

Not permitted to invoke recursive database loop.

An already active database loop may not be starteda second time.Example: PERFORM SUB001 DEFINE SUBROUTINE SUB001 FIND view-name WITH field = 'any-value' DISPLAY *ISN *COUNTER *NUMBER PERFORM SUB001 END-FIND END-SUBROUTINE

Correct error in program.

NAT1029 Abbruch nach zuvielen NATURAL-Programmaufrufen.

Interrupt after too many NATURAL program calls.

Every FETCH, CALLNAT, PERFORM statement is counted.This count is compared against the value supplied in the NATURALparameter module or set via the dynamic parameter facility for MIf this value is less than or equal to the counted value, NATURAdestroys the name of the error transaction and issues this error

Check program and correct error, or set MAXCL to '0' or to a larenough value.

NAT1030 Interner Fehler; ungültiger Zugriff auf Systemdatei.

Page 234: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 234/781Bearbeitet von: Schäfer DV Consulting

Internal error; invalid access to NATURAL system file.

Contact your NATURAL administrator, and, if necessary,Software AG support.

NAT1031 Ungültiger Zugriff auf ein VSAM-Dataset.

Invalid access to a VSAM dataset.

Access to a VSAM dataset was requested, but theNATURAL system does not include support for VSAM.

Contact your NATURAL administrator.

NAT1032 Ungültiger Zugriff auf eine DL/I-Datenbank.

Invalid access to a DL/I database.

Access to a DL/I database was requested, but theNATURAL system does not include support for DL/I.

Contact your NATURAL administrator.

NAT1049 Ungültiger Inhalt des Richtungsoperanden.

Invalid contents of direction operand.

The variable direction operand (#op), used in a READ ... IN VARIABLE #op SEQUENCE ...or HISTOGRAM ... IN VARIABLE #OP SEQUENCE ...statement, contains an invalid character.

Only the following values are permitted:

'D' or 'd' for DESCENDING'A' or 'a' for ASCENDING.

Fill direction operand with a valid character.

NAT1050 Globaler Buffer Pool wurde um :1: gestartet.

NAT1051 Global Buffer Pool um :1: beendet.

Page 235: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 235/781Bearbeitet von: Schäfer DV Consulting

NAT1052 Globaler Buffer Pool ist nicht aktiv.

NAT1053 Globaler Buffer Pool ist bereits aktiv.

NAT1054 Globaler Buffer Pool ist aktiv. Use Count = :1:.

NAT1055 Initialisierung wird gerade durchgeführt.

NAT1056 Global Buffer Pool wird gerade geschlossen. Use Count: :1:.

NAT1057 NATGBPM ist bereits aktiv.

NAT1058 Fehler in Parameter-Kette.

NAT1059 Kein MVS-System.

NAT1060 XA für Nicht-MVS/XA-System angegeben.

NAT1061 V=R kann nicht ausgeführt werden. Storage Key muß 8 sein.

NAT1063 Dies ist kein NATURAL Buffer Pool.

NAT1064 IDT nicht lokalisiert.

Page 236: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 236/781Bearbeitet von: Schäfer DV Consulting

NAT1065 DBID bereits aktiv auf Knoten :1:.

NAT1066 Datenbanktabelle ist voll.

NAT1068 Erzwungene Beendigung abgeschlossen.

NAT1069 Verarbeitung beendet.

NAT1070 Modul ADALNK ist nicht gelinkt.

Buffer pool initialization is not linked.

Driver entry CMBPGETS is missing.NATURAL environment is incomplete.

Check your NATURAL environment.

NAT1071 Modul NATBP ist nicht gelinkt.

NAT1072 Globaler Buffer Pool vorübergehend zu. Use Count: :1:.

Incompatible type for :1: butter pool. (:2:)

NATURAL has various buffer pools to share common virtual memory.For example: - type NATURAL for NATURAL programs, - type SORT for common external sort space, - type EDIT for common external editor buffers and - type MONITOR for common monitor data.Because the buffer pool types have different storage layouts,it is not possible to use the buffer pool types interchangeably.

Check NTBPI macro settings in your NATPARM file for local bufferor the parameter settings in you startup JCL for global buffer p

NAT1073 Initialisierung von :1: Buffer-Pool nicht erfolgreich.

Page 237: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 237/781Bearbeitet von: Schäfer DV Consulting

Initialization of ... buffer pool failed.

The indicated buffer pool could not be initialized for oneof the following reasons:

- GETMAIN for the local buffer pool storage failed- specified buffer pool size (BPSIZE parameter) is too small- missing LINK for the EDTSTUB (installation error)

Please check installation and correct the problem.

NAT1074 Globaler :1: Buffer-Pool nicht gefunden.

Global :1: buffer pool :2: not found.

The global buffer pool :2: of type :1: could not be found.When the NATURAL subsystem specified could not be found, the incsubsystem name was appended to the name of the global buffer pooa slash (/) as separator.

Check the name of the global buffer pool (NATURAL profile parameBPNAME or NTBPI/BPI subparameter NAME) and/or the name of the NAsubsystem (NATURAL profile parameter SUBSID).

NAT1075 Invalid Text Record size.

Invalid Text Record size.

NAT1076 Fehler beim laden von Objekten der Preload Liste.

An error has occurred while loading preload l ist members.

During session initialisation NATURAL loads the modulesdefined in the preload list into the buffer pool.The name of the preload list is defined at BP start.The preload l ist is located in your FNAT in library SYSBPM.

Please check the consistency of your preload list.

NAT1077 Bufferpool "Propagation" nicht erfolgreich.

Page 238: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 238/781Bearbeitet von: Schäfer DV Consulting

Bufferpool propagation failed

Depending on the value of the session parameter BPPROPNATURAL propagates a subset of the bufferpool calls.BPPROP=OFF No propagation.BPPROP=GLOBAL Propagate to all global bufferpools within one system image.BPPROP=PLEX Propagate within the entire SYSPLEX to those bufferpools with the same BPID.BPPROP=GPLEX Propagate to all global bufferpools within the entire SYSPLEX.Depending on the operating system propagation is executedasynchronously by NATURAL's authorized service manager orsynchronously by the NATURAL nucleus.

Please contact the NATURAL administrator.

NAT1100 Der Eingabewert ist nicht numerisch oder zu groß.

Input value for a numeric field is not numeric.

The input value for a numeric field must contain a valid numericvalue. The value may be preceded and/or followed by one or moreOnly one sign and decimal character are permitted.The value must not be longer than the field.

Enter a valid numeric value.

NAT1101 Mit 'MP' angegebene maximale Seitenzahl überschritten.

The specified maximum page count has been exceeded.

The value for the maximum number of pages, as specified in theNATURAL session parameter MP, has been exceeded.

Increase the value for the MP parameter,or reduce the number of pages produced.

NAT1102 Hexadezimaler Eingabewert enthält ungültige Zeichen.

Page 239: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 239/781Bearbeitet von: Schäfer DV Consulting

Input hexadecimal value does not contain hexadecimal characters.

For the specification of hexadecimal input, only thecharacters '0' to '9' and 'A' to 'F' may be used.

Enter valid hexadecimal characters.

NAT1103 In REINPUT angegebene Feldnummer ist großer als 255.

Field number in REINPUT statement must not exceed 255.

The field number to mark a field in the REINPUT statement maybe specified as a numeric constant or the content of a numericinteger variable with a value of 255 or less.

Check program and correct error.

NAT1104 Das REINPUT-Statement ist im Batch-Betrieb nicht erlaubt.

Use of REINPUT statement in batch mode not permitted.

This message is the result of an attempt to use the REINPUTstatement in batch mode, which is not permitted.

Correct the input data for the indicated field.

NAT1105 Undefiniertes Schlüsselwort :1: in der Dateneingabe.

Undefined keyword ... in input.

In keyword/delimiter input mode, individual fields can be selectvia keywords, that is, the field name or the text that was specipreceding the field name in the INPUT statement.The specified value cannot be identified as a keyword from theINPUT statement.

Either use %F or IM=F for forms mode in order to be prompted witkeyword text, or use the correct keyword value.

NAT1106 Eingabewert für das entsprechende Eingabefeld zu lang.

Page 240: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 240/781Bearbeitet von: Schäfer DV Consulting

Data string for input field too long.

The data string entered for a field in delimiter mode islonger than the internal length definition of the field.

Enter data string of correct length.

NAT1107 Parameterfehler bei Ausführung des FETCH-Statements.

Parameter error detected during FETCH execution.

The probable cause is a packed field being passed to a fetchedprogram as a parameter value.

Check program and correct error.

NAT1108 REINPUT nur nach vorhergehendem INPUT-Statement moglich.

REINPUT statement not preceded by INPUT statement.

When a REINPUT statement is to be executed, the last communicatiwith the screen must have been via an INPUT statement.REINPUT is not permitted for a screen that was produced by a WRIor DISPLAY statement.Neither is REINPUT permitted for an INPUT statement inside a loosubroutine or special condition block, when the loop, subroutinespecial condition block has already been terminated.e.g.: REPEAT INPUT ... ESCAPE LOOP REINPUT will produce this error because at execution of REINPUT statement the loop which contains the re INPUT statement has already been closed.Check program and correct error.

NAT1109 REINPUT-Statements sind im Batch-Modus nicht ausführbar.

REINPUT cannot be executed in batch mode.

A program containing a REINPUT statement cannot be executedin batch mode.

Do not execute REINPUT in batch mode.

Page 241: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 241/781Bearbeitet von: Schäfer DV Consulting

NAT1110 Restart nach Synchronisation von OBJIN und SYNIN.

Restart after synchronizing 'OBJIN/SYNIN'.

If an input error occurs, NATURAL must terminate the current proThe restart point is defined as the next '%%' (that is, the currterminal control function value) in both OBJIN and SYNIN.After flushing input from both OBJIN and SYNIN until the next '%NATURAL resumes processing with the next command after '%%' in Sreads input data after the next '%%' in OBJIN.

Note: The first '%' is the character indicating a terminal comma It may be any special character, as defined by the NATURAL administrator with the NATURAL session parameter CF or by GLOBALS command or the SET GLOBALS statement.

Check input data and correct error.

NAT1111 Ungült iges Zeichen nach '=' im Eingabedatenstrom.

Error in input data stream.

An invalid character was detected after the equal sign '='in the input data stream.

Check the usage of assign characters in the input data stream.

NAT1112 Daten fehlen für als 'mandatory' definiertes Eingabefeld.

No data entered for a mandatory input field.

Input fields can be defined with the option that an input valueis required, in which case it must be supplied with the INPUTstatement.

Enter a valid value.

NAT1113 Eine Subroutine wurde nicht über PERFORM aufgerufen.

Page 242: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 242/781Bearbeitet von: Schäfer DV Consulting

Subroutine was not entered via PERFORM.

The REINPUT statement refers to a previous INPUT statement thatlocated in a subroutine; or a RETRY statement refers to a databastatement that is located in a subroutine.

Check program and correct error.

NAT1114 Überlauf des internen Ausgabepuffers.

Internal output buffer overflow, :1:.

An overflow condition occurred during the writing of informationto an output area.

Reduce the program-defined page size and then re-run the programor start the NATURAL session with an increased page size (PS).

NAT1115 Falscher Buchstabenwert für einen SET GLOBALS-Parameter.

Invalid alphabetic value for SET GLOBALS statement.

Permitted values are:

CC ON/OFF CF any character DU ON/OFF DC any character EJ ON/OFF IA any character FS ON/OFF ID any character LE ON/OFF IM F/D RECAT ON/OFF PM C/I/N SA ON/OFF DLSTACK S/I/C WH ON/OFFDLOUT S/I ZD ON/OFF ZP ON/OFFNote: T and F are synonyms for ON and OFF.

Check program and correct error.

NAT1116 Falsche Zahlenangabe für einen SET GLOBALS-Parameter.

Page 243: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 243/781Bearbeitet von: Schäfer DV Consulting

Invalid numeric value for SET GLOBALS statement.

Valid values are:

LS 0-250 LT 0-99999999 MT 0-maximum determined by operating environment. PD 0-255 PS 0-250 SF 1-30 SL 20-80

Check program and correct error.

NAT1117 Die angeforderte Map ist nicht verfügbar.

Requested map not available.

A map to be used in an INPUT USING MAP must exist in objectform in the current library; however, the requested map wasnot found in the current l ibrary.

Make sure you are using the correct library and the correct map

NAT1118 Format-/Längenkonflikt zwischen Map und Variablenliste.

Format/length conflict in loaded map.

The fields specified in the INPUT USING MAP statement must agreesequence, format and length with the fields defined in the map.

Check program and map and correct error.

NAT1119 Die geladene Map ist zur Variablenliste inkompatibel.

The loaded map is incompatible with the variable list.

The fields in the INPUT USING MAP statement must agree in sequenand number with the fields defined in the map.However, the number of elements in the loaded map is not the samas in the supplied variable list.

Check program and correct error.

Page 244: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 244/781Bearbeitet von: Schäfer DV Consulting

NAT1120 Positionierungsparameter darf keinen Wert überschreiben.

Positional parameter may not override pre-entered value.

Positional parameters entered in delimiter mode may not beassigned more than one value; for example: %1=VALUE1,VALUE2 -> will produce this error.

VALUE1,%1=VALUE2 -> is a correct specification, since NATURAL allows specified positions or keys to override values entered in positional mode.

Check input and correct error.

NAT1121 Zahl in '%nnn' überschreitet Anzahl der Eingabefelder.

Number in '%nnn' out of range.

The field position requested by '%nnn' is not defined in theINPUT statement. The highest possible number is determined bythe number of input fields defined.

Enter valid number for input field.

NAT1122 Hinter '%nnn' muß ein '=' und ein Wert folgen: %nnn=Wert.

No '=' found after '%nnn'.

NATURAL treats '%nnn' as a keyword. A value must bespecified after the assign character: %nnn=value.

Use valid syntax construct for input value.

NAT1123 Die Zahl in '%nnn' muß eine natürliche Zahl sein.

Number in '%nnn' not numeric.

Enter integer field number for field selection.

NAT1124 End-of-File-Bedingung in Input nach Fortsetzungszeichen.

Page 245: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 245/781Bearbeitet von: Schäfer DV Consulting

End of file in input after continuation.

A data concatenation was requested in the data stream for an INPstatement, but no data were found in the next line.

Enter data in continuation line.

NAT1125 Zu viele signifikante Ziffern in numerischem Eingabewert.

Too many significant digits in numeric input value.

The integer part of a numeric input value contains moresignificant digits than defined in the variable definition.

Enter valid input data.

NAT1127 Fehler bei Zuweisung zu/von einer Gleitkommavariablen.

Error during assignment of floating point variable(s).

The most likely cause of this error is that one of the variablesoverflowed. Single-precision floating-point variables can onlyrepresent values of a precision of 7 digits or less.Double-precision floating-point variables may be used forapproximately 19 digits. Extended precision must be used forvalues of 20 digits or more.

Check program and correct error.

NAT1128 Die Werte fuer 'DC','IA','ID' müssen verschieden sein.

Values for 'DC', 'IA', 'ID' must exclude one another.

A value for one of the parameters DC, IA or ID has been specifiewith a SET GLOBALS statement which is the same as the value forone of the other two parameters.

Specify values for DC, IA, and ID which are different from one a

NAT1129 Überlauf des physischen Terminal-Puffers.

Page 246: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 246/781Bearbeitet von: Schäfer DV Consulting

Physical terminal buffer overflow.

The physical terminal buffer has overflowed during execution ofINPUT statement. As the execution of an INPUT statement impliesimmediate writing of the resulting map to the terminal, an overfcondition is regarded as an error.

Decrease the number of fields to be displayed; or ask your NATURadministrator to increase, if possible, the size of the physicalterminal buffer (in the TP-driver source).

NAT1130 Unbeabsichtiger Jahrhundertwechsel b. "Stacken" d.Datums

Unintended century switch when stacking date string.

DFSTACK=C has been specified, i.e. date strings are put onthe stack without the century information (NATURAL V22 mode).When recovering this information (under control of a SlidingWindow or the current century), an unintended century switchwould occur: the year is not within the range of the slidingwindow or not in the current century.

Correct error in program or specify DFSTACK=I.

NAT1131 Fehler bei einer Bildschirmeingabe/-ausgabe.

Screen input/output error.

The terminal driver has returned an error during a read/writeoperation to a terminal device.

Ensure that the terminal device being used is supported by NATUR

NAT1132 Interner Fehler; der Attributpuffer wurde zerstort.

Page 247: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 247/781Bearbeitet von: Schäfer DV Consulting

Internal error, attribute buffer destroyed.

An internal error has occurred during transfer from thepage-attribute buffer to the screen-attribute buffer.The error can only occur when either the two buffers hasbeen overwritten. Either the expected attributes are notin sorted order or do not fully describe the correspondingscreen or page buffer.

Contact your NATURAL administrator;if necessary, contact Software AG Support.

NAT1133 Es wurde eine unbekannte Terminalfunktion angefordert.

Invalid terminal function requested.

Enter valid terminal function.

NAT1134 Diese Terminalfunktion wird nicht unterstützt.

Terminal function not supported.

Press ENTER to continue the session.

NAT1135 Die Hardcopy-Funktion wird nicht unterstützt.

Hardcopy function not supported.

The hardcopy (%H) function requires a spooling subsystemand a valid device address.These are not available for the active terminal/TP monitor.

Contact your NATURAL administrator concerning hardcopy support.

NAT1136 Ausgabeseite überschreitet Maximallänge von 250 Zeilen.

More than 250 lines in an output page.

An output statement was executed which results in more than250 lines in the current output page. The maximum value forthe PS parameter is 250.

Check program and correct error.

NAT1137 Die Datumsangabe ist außerhalb der Gültigkeitsbereichs.

Page 248: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 248/781Bearbeitet von: Schäfer DV Consulting

Date is outside valid range.

A date variable contains a value which does not representa valid Gregorian date (value is less than 1582).

Check program and correct error.

NAT1138 SKIP-Werte über 250 sind nicht moglich.

SKIP value is invalid.

A value greater than 250 must not be specified in a SKIP stateme

Enter a valid value.

NAT1139 'Mandatory full'-Feld ist nicht vollständig gefüllt.

Input for 'mandatory full' field is not complete.

The value for a field that is defined as 'mandatory ful l' mustfill the field completely.

Enter a valid value.

NAT1140 Der Eingabewert ist keine gültige Gleitkommazahl.

Input is not a floating point number.

The input entered was not a valid floating point number.A valid floating point number starts with an optional sign (+,-)followed by a mantissa with at most one decimal point and an optexponent.The exponent has to start with the character 'E', followed by anoptional sign (+,-), followed by one or two decimal digits.

Enter a valid number.

NAT1141 Die Eingabe verursachte einen Gleitkomma-Überlauf.

Page 249: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 249/781Bearbeitet von: Schäfer DV Consulting

Input results in floating point overflow.

A positive or negative floating point number was entered,which is too large for floating point processing.

Enter a valid number.

NAT1142 Eingegebener Ganzzahlwert zu groß zum Verarbeitetwerden.

Input results in integer value overflow.

An integer value was entered which is too largeto be processed as indicated in the program.

Enter a valid integer value.

NAT1143 Der eingegebene Wert paßt nicht zur Eingabe-Editiermaske.

Input does not correspond to input edit mask.

Data were input which do not correspond to the input maskas defined within the program.

Correct error.

NAT1144 Daten passen nicht in Zielfeld-Editiermaske (MOVE EDITED).

Data to be assigned do not correspond to edit mask.

A MOVE EDITED statement was issued with a target edit mask,and the source data do not correspond to the target edit mask.

Check program and correct error.

NAT1145 Ungültige Array-Struktur in arithmetischem Statement.

Invalid array structure in arithmetic statement.

If two arrays or array subranges are processed in an arithmeticstatement, the occurrences in the corresponding dimensions mustbe equal.

Check program and correct error.

NAT1146 Ungültige Array-Struktur in einer numerischen Zuweisung.

Page 250: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 250/781Bearbeitet von: Schäfer DV Consulting

Invalid array structure in numeric assignment.

If an array or array subrange is assigned to another array orarray subrange, the occurrences of the corresponding dimensionsmust be equal.An array or array subrange must not be assigned to a scalar.

If an arithmetic array expression contains operands with differedata types, the data types of the intermediate result and the firesult must be equal.See NATURAL Reference Manual to determine the data type of theintermediate result.

Check program and correct error.

NAT1147 Illegal use of DISPLAY GIVING SYSTEM FUNCTIONS.

Illegal use of DISPLAY GIVING SYSTEM FUNCTIONS.

Only one DISPLAY GIVING SYSTEM FUNCTIONS may be used perreport. This applies also to external routines such asCALLNATS, external subroutines, etc.

Check program and called routines and remove duplicateDISPLAY GIVING SYSTEM FUNCTIONS.

NAT1148 Für dieses Feld steht leider keine Hilfe zur Verfügung.

No help available for this data field.

The help key was pressed or the help character was enteredfor a field for which no error text or error routine has beendefined.

Ask your NATURAL administrator for assistance.

NAT1149 Die angeforderte Fehlermeldung ist nicht vorhanden.

Requested message is not available.

A user-defined message, which was requested by a REINPUTstatement, is not contained in the database.

Contact your NATURAL administrator.

Page 251: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 251/781Bearbeitet von: Schäfer DV Consulting

NAT1150 Überlauf des Attributpuffers.

Attribute buffer overflow.

An overflow of the attribute buffer is caused by too manyattributes for one logical page.To prevent this error:- reduce the number of fields on one page; or- ask your NATURAL Administrator to decrease the session parameter AVERIO. This will cause NATURAL to allocate more memory for the attribute buffer.

Reduce number of fields, or contact your NATURAL administrator.

NAT1151 Unzulässiger Zugriff auf eine NATURAL-Systemfunktion.

Invalid access to NATURAL system function.

An invalid access to a NATURAL system function was attempted.

For example, an attempt was made to assign a value to aread-only function.

Check program and correct error.

NAT1152 Ungültige Funktion während des Screen Paging verlangt.

Invalid function in screen paging.

An invalid function code was entered during screen-page processi

Enter a valid function code.

NAT1153 Die angeforderten Bildschirmseiten sind nicht verfügbar.

Requested screen pages are not available.

Screen pages were requested during screen paging,but these pages are not available.

Correct error.

NAT1154 Das Hilfe-System ist bereits aktiv.

Page 252: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 252/781Bearbeitet von: Schäfer DV Consulting

Help function not possible during help processing.

A help key was pressed or the help character was enteredwhile the help system was already active.

NAT1155 Der Reporting Mode ist nicht erlaubt.

Reporting mode not permitted.

Switching to reporting mode is not permitted if NATURAL was starwith structured mode (parameter SM=ON).Switching to reporting mode can be done via the GLOBALS command.When a NATURAL source program is read into the source area, NATUautomatically switches to the mode in which the program was storThe program can be edited, but before a STOW command can be execthe user must ensure that the program structure is in accordancethe appropriate programming mode.

Make sure you are using the correct programming mode.

NAT1156 Statement innerhalb AT TOP/END OF PAGE nicht moglich.

Statement not possible within TOP OF PAGE or END OF PAGE.

The specified statement must not be specified within anAT TOP OF PAGE or AT END OF PAGE statement block.

Correct error in program.

NAT1157 Ungültiges Format des Operanden.

Invalid format of operand.

During runtime, the format of an operand is not contained in theof valid formats.

Contact SAG support.

NAT1160 Fehler bei der 'Recording'-Aktivierung.

Page 253: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 253/781Bearbeitet von: Schäfer DV Consulting

Error in 'Recording' activation.

This error is caused by one of the following:

- The requested recording has not been found.

- You have specified no recording name.

- For a new recording, you have specified the name of an already existing recording.

Make sure you use the right recording name in the right library.

NAT1161 DBCS: Falsches SO/SI-Paar in Zeile :1: Spalte :2:.

DBCS: Invalid SO/SI pair in line ... column ....

NATURAL checks the correct pairing of SO/SI forDBCS (double-byte character set) terminals.

Check program logic and generate correct SO/SI pairs.

NAT1165 Die WINDOW-Statements sind nicht mehr konsistent.

Window statement corrupted.

NATURAL tried to execute the internal reference to the DEFINE WIstatement during the execution of an INPUT WINDOW=window-name orSET WINDOW window-name. The reference is not the correct statemeanymore. Probably the generated program has been destroyed.

Clear the buffer pool and restart NATURAL.Recatalog the program.

NAT1166 Zeilenlänge (:1:) des Fensters falsch (10

Page 254: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 254/781Bearbeitet von: Schäfer DV Consulting

Invalid window width specified in SIZE clause.

The value for the number of columns in the SIZE clause of the DEWINDOW statement is outside the valid range.The minimum number of columns if the FRAME clause is used is 13.The minimum number of columns if the FRAME clause is not used isThe maximum number of columns is the physical screen size.

Correct program.

NAT1167 Seitengroße (:1:) des Fensters falsch (4

Invalid window length specified in SIZE clause.

The value for the number of lines in the SIZE clause of the DEFIWINDOW statement is outside the valid range.The minimum number of lines if the FRAME clause is used is 4.The minimum number of lines if the FRAME claused is not used isThe maximum number of lines is the physical screen size.

Correct program.

NAT1168 Die Start-Zeile (:1:) des Fensters ist zu groß.

Invalid window start line (:1:).

The current size of the window inhibits the position of thewindow at the specified line in the screen.

Reduce the size of the window, or use a smaller line value.

NAT1169 Die Start-Spalte (:1:) des Fensters ist zu groß.

Invalid window start column (:1:).

The current window size is too large to start the window at thespecified column on the screen.

Reduce the window size, or use a smaller column value.

NAT1170 Ein PC-Zugriff ist leider nicht moglich.

Page 255: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 255/781Bearbeitet von: Schäfer DV Consulting

PC access method not available.

NATURAL checks to see if the terminal command '%+' is validin the current environment. The PC access method is not linkedto the NATURAL nucleus.

Do not use '%+', or contact your NATURAL administrator.

NAT1171 Die verlangte Terminal-Support-Routine fehlt.

The required terminal support routine is missing.

This error occurs if the terminal command '%T=nnnn' has been entbut the required support routine for terminal type 'nnnn' has nolinked to the NATURAL nucleus, and NATURAL therefore does notrecognize this terminal type.This error also occurs if the terminal command '%+' has been entfrom a PC running in ASYNCH (TTY) mode to activate NATURAL CONNEfull-screen support, but the required TTY support routine has nobeen linked to the NATURAL nucleus.

Link NATURAL correctly and retry.

NAT1172 Die PC-Verbindung ist bereits aktiv.

PC connection already active.

The terminal command '%+' has been entered, but PC connectionwas already active.

No action required.

NAT1173 Die PC-Verbindung ist nicht aktiv.

PC connection not active.

The terminal command '%-' has been entered, but thePC connection was not active or had already beende-activated.

No action required.

NAT1174 Für Upload muß Kleinschreibung eingeschaltet sein.

Page 256: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 256/781Bearbeitet von: Schäfer DV Consulting

Not in lower case for upload.

For uploads, NATURAL has to be in lower case to be able to computhe right check sum and to upload binary data.

Set lower case on and try again.

NAT1175 Upload wurde wegen eines Prüfsummenfehlers abgebrochen.

Upload aborted due to check sum errors.

The sent check sum is different from the one computed by NATURAL

Try upload again later.

NAT1176 Dieser Zugriff ist für NATURAL-1-Programme nicht moglich.

NATURAL 1.2 programs not supported by this access method.

The new PC access method supports only NATURAL Version 2 program

Convert your program to NATURAL 2 or use the old PC access methofor this program.

NAT1177 Es wurde ein nicht unterstützter Formattyp gefunden.

Unsupported format type found.

Supported format types for the old PC access method are alphanumand numeric.

Supported format types for the new PC access method are: - alphanumeric - numeric - packed - logical - floating point - integer - binary.

Correct your program and retry.

NAT1178 Upload-Daten müssen DDM oder NATURAL2-Source/-Objekt sein.

Page 257: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 257/781Bearbeitet von: Schäfer DV Consulting

Uploaded data are not a DDM or NATURAL 2 source/object.

The data used when uploading a DDM or a source binary or anobject are not of the appropriate type.

The used file on the PC does not hold a binary downloaded DDM orsource or object.

Use an appropriate file and retry.

NAT1179 Workfile-Nummer ist nicht PC oder PCNEW zugewiesen.

Used work file number not assigned to PC or PCNEW.

The work file number used in the subprogram for the current up-/is either not assigned to PCNEW if up/downloading binary or notto PC or PCNEW if up-/downloading as source.

Use SYSFILE to check which work files are assigned to PC and PCN

Use correct work file number and retry.

NAT1180 Ungültiger Typ angegeben für UPLOAD SOURCE WITH TYPE.

Invalid type entered for 'Upload from PC'.

Valid types for 'Upload from PC' are: P, N, S, H, C, K, T, M, 4.

Use appropriate type.

NAT1181 Source oder Objekt für Download existiert nicht.

Source or object for download does not exist.

An attempt was made to download a non-existing source or object.

Check the name and the library of the source or object you wantdownload and retry.

NAT1182 Source dieses Typs kann nicht heruntergeladen werden.

Page 258: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 258/781Bearbeitet von: Schäfer DV Consulting

Source to download is of invalid type.

An attempt was made to download a data area as source.Sources of data areas can only be downloaded binary.

Download source of data area binary.

NAT1183 Workfile kann nicht für COMMAND-Download benutzt werden.

Specified work file cannot be used for COMMAND download.

The specified work file cannot be used forWRITE/DOWNLOAD PC/WORK 5 COMMAND statement,because of one of the following reasons:

- The work file is not defined for the new PC access method.

- The work file is already being used.

Define work file correctly, or use different work file.

NAT1184 Heruntergeladenes Kommando vom PC zurückgewiesen.

Downloaded command rejected by PC.

The command that was downloaded has been rejected by the PC,because the command is not valid.

Please refer to the your NATURAL CONNECTION documentation forinformation on which commands can be downloaded.

Correct program and retry download.

NAT1185 Katalogisieren Sie das Objekt vor dem Download/Upload.

Catalog the object before you download/upload it.

The object contains an error or inconsistency which preventsits being downloaded/uploaded.

Catalog the object to be downloaded/uploaded;then try again to download/upload it.

NAT1186 Pufferüberlauf wegen zu vieler oder zu langer Feldnamen.

Page 259: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 259/781Bearbeitet von: Schäfer DV Consulting

Buffer overflow due to too many or too long field names.

While downloading/uploading data with field names, a bufferoverflow has occurred. The reason that the field names do notfit into the corresponding buffer, either because too manyfields are sent or because the field names are too long.

Upload/download the data without field names (see PC profile paror reduce the number of fields to be uploaded/downloaded.

NAT1200 Ein-/Ausgabefehler bei externem 'Sort'.

I/O error during external sort.

The system sort program to be used for the external sort functiocould not be found in any of the libraries defined to the NATURAprogram as load libraries.

Check if SORTNAM in NATPARM or dynamic parameters contain avalid sort-program name and that the load library available toNATURAL contains that module.

NAT1201 Kontrollfelder für externen 'Sort' über 256 Bytes lang.

External sort control fields total exceeds 256 bytes.

The external sort used via the SORT statement supportsa maximum of 256 bytes for the sort fields.

Reduce the number or length of sort fields specified in the SORTstatement.

NAT1202 Fehler bei externem Sort, da zuwenig Speicher vorhanden.

Page 260: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 260/781Bearbeitet von: Schäfer DV Consulting

Error in external sort; core/disk space insufficient.

For the external sort function, either a system sort program isinvoked (in batch mode) or an incore sort is invoked (in onlinemode).In batch mode, the reason for the error message is either insuffdisk space or a missing DD card.In online mode, the reason for the message is insufficient memorthe file buffer which is used for intermediate storage in the soprocess.

Contact your NATURAL administrator.

NAT1203 Sort Request Handler nicht gefunden oder nicht ausführbar.

Sort request handler not found or not executable.

The NATURAL SORT nucleus can be configuered using different sortrequest handlers to execute the sort function.A sort request handler can be: an interface to an external SORT product, the NATURAL incore SORT or an access method to an intermediate storage medium.

Which sort request handler is used can be configured with theNATURAL parameter SORT (or the NTSORT macro).Subparameter EXT=ON is only possible in batch oriented environmeand requires that an external SORT product is installed and canfound under EXTNAME= .Subparameter STORAGE=SD is possible under COM-PLETE only.

Please check your SORT (NTSORT) defini tions.

NAT1205 Kein weiterer Arbeitsspeicher mehr für 'Sort' vorhanden.

Page 261: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 261/781Bearbeitet von: Schäfer DV Consulting

No more sort work space.

There is no more space in the core; or the work files cannotbe accessed, are full, or cannot be supported; or the recordsize is greater than the maximum buffer size.

Decrease the number of records to be sorted, or the number offields per sort record; or enlarge the incore sort work areaor sort work files (if present).

NAT1212 Interner Fehler; kein weiterer Speicher für 'Quicksort'.

Internal error - no more space in the quicksort work area.

Contact your NATURAL administrator.

NAT1220 Mehrere SORTs dürfen nicht gleichzeitig aktiv sein.

Multiple active SORTs are not allowed.

No more than one SORT loop may be active at a time. This error oif within an active processing loop initiated with a SORT statemanother program, subprogram or subroutine is invoked, and withininvoked object another SORT statement is executed.

Correct error in application.

NAT1300 Ein Exponent darf nicht negativ sein.

Negative exponent not allowed.

NATURAL performs an exponentiation via repetitive multiplicationNegative exponents are not permitted.

Use only positive exponent values.

NAT1301 Zu großes Zwischenergebnis verursacht internen Überlauf.

Page 262: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 262/781Bearbeitet von: Schäfer DV Consulting

Intermediate result too large.

The construct of the arithmetic expression generates an intermedresult with too many digits.

Separate the arithmetic expression into several statements withlengths for intermediate results.

NAT1302 Division durch Null ist bei 'ZD=ON' nicht erlaubt.

Division by zero not permitted by parameter ZD=ON.

The ZD session parameter is set to 'ON'. This createsan error when a division by zero is attempted.

If a result of zero is desired when attempting a divisionby zero, change the setting of the ZD session parameter to 'OFF'

Set 'ZD=OFF' if desired.

NAT1303 Numerische Trankierung durch Addition/Subtraktion von 1.

Numeric truncation caused by adding/subtracting 1.

In the evaluation of a relational expression, the operatorsGREATER and LESS THAN are evaluated by adding/subtracting '1'from the value.

Increase length of field used in relational expression.

NAT1304 Wert wurde gerundet und ist nun länger als das Feld.

Value has been rounded and does not fit into field.

Rounding has caused the value to exceed the number of digitsdefined for the field.

Increase length of field being rounded.

NAT1305 Numerischer Wert wurde bei MOVE/ASSIGN abgeschnitten.

Page 263: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 263/781Bearbeitet von: Schäfer DV Consulting

Numeric value truncated in MOVE/ASSIGN operation.

The receiving field in a MOVE/ASSIGN operation is not longenough to hold the result of the value.

Increase the length of the receiving field.

NAT1306 Fehler im STEP-Wert im FOR-Statement.

Error in STEP value in FOR statement.

The end value cannot be reached by incrementing the start valuebecause STEP value = 0 was detected.

Check program and correct error.

NAT1307 Zieladresse in MOVE INDEXED außerhalb der Data Area.

Resulting element address in MOVE INDEXED out of range.

The target address of the MOVE INDEXED operation liesoutside the NATURAL data area.

Check index value or length of base field in MOVE INDEXED.

NAT1308 REPLACE-Wert in EXAMINE überschreitet die Feldlänge.

Replace string does not fit into variable.

In an EXAMINE statement, one of the strings to be examined andreplaced resulted in a total string length that is larger than tvariable length.A truncation of a value is not allowed in an EXAMINE statement.

Adjust length of field in EXAMINE statement.

NAT1309 Überlauf in der NUMBER-Variable des EXAMINE-Statements.

Overflow in NUMBER variable of EXAMINE statement.

The number of strings found in the source variable is too largeto be represented in the NUMBER variable of the EXAMINE statemen

Adjust the length of the NUMBER variable.

Page 264: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 264/781Bearbeitet von: Schäfer DV Consulting

NAT1310 RETRY-Statement für diese Fehlernummer nicht moglich.

RETRY statement not allowed for this error number.

1. A RETRY is only possible for database response code '145'. Thresponse code indicates that a record which is to be read for upcurrently in 'hold' status for another user. NAT3145 can only octhe global option WH=OFF (wait hold) is in effect.2. NAT1310 can also occur under one of the following conditionsresponse code is in fact '145':- The object module which was active when '145' was received doe contain an ON ERROR statement.- The RETRY statement executed in reaction to '145' is not conta the same object module as was active when the response code wa received.Response code '145' can only be handled by the object module whiactive when the response code is received. When control is returthat module, NATURAL automatically converts NAT3145 to NAT1310.Check program and correct error.

NAT1311 Der Index im MOVE INDEXED-Statement muß positiv sein.

Index in MOVE INDEXED statement is zero or negative.

The index in a MOVE INDEXED statement must be positive.

Correct program.

NAT1312 Anzahl der Zieloperanden paßt nicht in NUMBER-Feld.

Number of elements too large for number field.

The NUMBER clause was used in the SEPARATE statement,but the number of elements to be returned does not fitinto the field specified.

Increase the length of the field which is to containthe resulting number of elements.

NAT1313 Nicht genügend Zielfelder im SEPARATE-Statement.

Page 265: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 265/781Bearbeitet von: Schäfer DV Consulting

Not enough receiving fields available in SEPARATE.

The source field contained so many delimiter characters that thewere not enough target fields available in the SEPARATE statemento receive all values.

Check program and correct error.

NAT1314 Ein Zielfeld im SEPARATE-Statement ist zu kurz.

Target field too small for field portion.

In a SEPARATE statement, a portion of a field to be transferredlarger than the target field specified.

Increase the length of the target field.

NAT1315 Quell- und Zielfeld im SEPARATE überlappen sich.

Source field and target field in SEPARATE overlap.

Avoid overlapping of source and target fields.

NAT1316 Der Index liegt außerhalb der Array-Struktur.

Index not within array structure.

The index specified for an array is not within the dimensionsdefined for the array.

Check program and correct error.

NAT1317 Arithm. Array-Operationen nur auf identischen Strukturen.

Array range operation on invalid ranges.

An arithmetic operation may operate on array ranges withidentical range structures, or on array ranges withsingle values (scalar values).Two or three ranges were defined for an arithmetic operation,which do not have identical range structures.

Check program and correct error.

NAT1318 Überlappung von Bytes bei ASSIGN-Statement.

Page 266: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 266/781Bearbeitet von: Schäfer DV Consulting

Overlap during ASSIGN.

During assignment of alphanumeric or binary operands, aninvalid overlap was detected. This condition occurs when anattempt is made to move a byte which has already been movedduring the execution of the statement.

Check program and correct error.

NAT1319 Ungültige Operation mit Datumswerten.

Invalid date operation.

The result of an operation (date integer) is a negative date.

Check program and correct error.

NAT1320 Unzulässiger Operand für die Systemfunktion VAL.

Invalid operand for system function VAL.

The operand of the VAL system function does not contain a validalphanumeric representation of the resulting value.The VAL system function is similar to the INPUT statement: whatis accepted by the INPUT statement is also accepted by the VALsystem function.

Check program and correct error.

NAT1321 Ungültiger UNTIL-Parameter in MOVE ALL-Statement.

Invalid UNTIL parameter in MOVE ALL statement.

This error may be caused by one of the following:- The UNTIL parameter contains a negative value.- The UNTIL parameter contains a value with more than 7 valid decimal digits or more than 31 valid binary digits.

Correct error.

NAT1322 Parameter :1: fehlt in CALLNAT-Statement.

Page 267: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 267/781Bearbeitet von: Schäfer DV Consulting

Parameter ... missing in CALLNAT statement.

NATURAL tried to execute a statement which contained a referencea parameter which was not supplied in the CALLNAT statement.

This may occur if the CALLNAT parameter list is shorter thanthe parameter list (DEFINE PARAMETER) in the called module.

Specify the missing parameter in the CALLNAT statement.

NAT1323 ACCEPT, REJECT, REINPUT in End-of-Data-Bedingung verboten.

ACCEPT, REJECT, REINPUT not allowed in end-data condition.

The statements ACCEPT and REJECT are not allowed in an end-of-dacondition (loop is already closed).The same restriction applies for a REINPUT statement if thecorresponding INPUT statement is contained within a loop which hbeen closed.

Check program and correct error.

NAT1324 Statement darf nur in aktiver Schleife verwendet werden.

Loop must be active if this statement is used.

ESCAPE LOOP, ACCEPT, REJECT or PERFORM BREAK PROCESSINGcannot be executed because there is no loop active.

Correct error in program.

NAT1325 Das Muster enthält zuviele Sterne '*'.

Too many asterisks '*' found in pattern.

A maximum of 10 asterisks '*' may be supplied in a pattern. If mare found in the pattern, a table overflow occurs and thereforeexecution is stopped. However, '**' is recognized as '*'.

Decrease the number of asterisks '*' in the pattern.

NAT1326 Bereich in der SUBSTRING-Option ist außerhalb des Feldes.

Page 268: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 268/781Bearbeitet von: Schäfer DV Consulting

Range specified in SUBSTRING option is outside field.

Error in the SUBSTRING option of an ASSIGN, EXAMINE, IF, MOVE orSEPARATE statement:- the starting position is not within the field; or- the value of the starting position is zero or negative; or- the specified length exceeds the length of the field; or- the length value is zero or negative.

Check program and correct error.

NAT1327 Data in numeric field is not numeric

Data in numeric field is not numeric

The content of a numeric variable (type N, F or P) is not numeriFor example, a field of the definition N4 contains the hexadecimvalue H'404040F1'A possible reason is that the numeric field is a redefinitionof an alphanumeric field.

Correct error in program.

NAT1400 Überlauf bei Auswertung der Systemfunktion TOTAL/SUM.

Overflow for total/sum in NATURAL system function.

The value that resulted from the addition of values from allprocessed records caused an overflow of the value for a NATURALsystem function.The number of positions for a NATURAL system function is derivedfrom the length of the argument field.

Increase the length of the argument field.

NAT1500 Workfile :1: kann nicht geoffnet werden.

Page 269: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 269/781Bearbeitet von: Schäfer DV Consulting

Open for ... file ... failed ....

Possible reasons:- COM-PLETE: Workfiles: Insufficient space for SD-fi les. Printers : Message indicates the PSOPEN error.- MVS: Insufficient or incorrect DCB information. Please check for operating system messages in the job log.- VSE: Dataset not allocated in job control.- BS2: see the DMS error code for information. One cause for example, may be code DD33 - file does not exist.

- UNIX/PC: Read/write privileges for the directory where the work file is located may be incorrect. Or the specified path for the work file may be incorrect.

Contact your NATURAL administrator.

NAT1501 Ungenügender DCB für READ; RECFM=F für Variable WRITE.

Insufficient control information for ... file ....

Either there is insufficient DCB for a READ statement, ora RECFM=F parameter has been specified for a variable WRITEoperation.A possible reason is an incompatible DCB specification injob control.

Ensure that the referenced work file has previously been usedas an output file. If the file is unlabelled, ensure that thecharacteristics of the files agree with previous WRITE.

NAT1502 Permanenter physischer Ein-/Ausgabefehler.

Permanent physical I/O error for ... file ....

The work file cannot be processed because of permanent I/O error

Possible reason is a physical damage to the file.

Check the console log for corresponding error message.

NAT1503 Workfile :1: innerhalb READ WORK FILE-Schleife geschlossen.

Page 270: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 270/781Bearbeitet von: Schäfer DV Consulting

Work file ... closed within READ WORK FILE loop.

Within a READ WORK FILE processing loop, another NATURAL programor subprogram has caused the closing of the work file, either byexplicit CLOSE WORKFILE statement or implicitly due to anend-of-file condition during a READ WORK FILE processing loop. Ithe work file has been closed, an open READ WORK FILE loop for twork file must be exited with an ESCAPE BOTTOM statement.

Correct error.

NAT1504 READ WORK FILE ONCE nur mit AT END OF FILE verwenden.

READ end-of-file reached but no AT END processing coded.

The READ WORK FILE ONCE option was specified and the file hasreached the end-of-file condition.This condition should be checked with an AT END OF FILE clause.

Correct program.

NAT1505 Unzulässige Daten für ein numerisches Eingabefeld.

Invalid data for numeric input field.

The READ WORK FILE SELECT option checks all data fields for valiinput data.A non-numeric value was found in a field defined as numeric.

Check program and correct error.

NAT1506 Großes gepacktes Feld sollte ungerade Stellenanzahl haben.

Specify odd number of digits for large packed field.

When processing large packed fields, NATURAL must handle specialoverflow conditions.Under certain conditions, an even number of digits cannot behandled.

Specify an odd number of digits for the packed field.

NAT1507 Die Ausgabe-Arbeitsdatei (output work file) :1: ist voll.

Page 271: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 271/781Bearbeitet von: Schäfer DV Consulting

The ... file ... is full.

The space allocated for an output file is not large enoughto hold all the records written by the Natural program.

Ask your Natural administrator to increase the size of the outpufile or to reserve more storage for it.

NAT1508 Ausgabe-Workfile bereits von anderem Benutzer benutzt.

The ... file ... is already open for another user.

The print or work file is being used by another userand cannot be shared by users.

Check concurrent programs to ensure that they are not using thesame file.

NAT1509 Dynamic allocation for :1: file :2: failed :3:.

Dynamic allocation for ... file ... failed ....

During the dynamic allocation of the designated file an error ocThe error and info codes at the end of the message show the reasthe failure. Refer to IBM OS/390 MVS Programming: Authorized AssServices Guide, Chapter 'Dynamic Allocation' for the error reaso

Contact your NATURAL administrator.

NAT1510 Die Datensatzlänge ist falsch.

Page 272: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 272/781Bearbeitet von: Schäfer DV Consulting

Record too small for ... file ....

For VSE systems, this message indicates that the WLRERRexit was entered for a reader using DTFDI or a work fileusing DTFMT or DTFSD.

For MVS systems, this message indicates that for RECFM=F therecord is shorter than the dataset record length and paddingby blanks (print files) or nulls (work files) is not allowed.Record padding is controlled by the subparameter PAD of thePRINT or WORK parameter.

Contact your NATURAL administrator to ensure that the NATURAL JCbeen specified correctly. For MVS systems, start the session witsubparameter PAD=ON to allow record padding or correct your appl

NAT1511 WRITE WORK FILE nach READ WORK FILE ist nicht moglich.

WRITE WORK FILE issued after READ WORK FILE.

A work file can be created within a NATURAL program andsubsequently read within it, but not vice versa.If a work file has been opened as a result of executing aREAD WORK FILE statement, the execution of a WRITE WORK FILEstatement will generate a runtime error.

Check program and correct error.

NAT1512 Satzlänge zu groß für Ausgabe auf einen Workfile.

Record too large for ... file ....

The length of the record to be written exceeds the output dataserecord length and truncation by blanks (print files) or nulls(work files) is not allowed.Record truncation is controlled by the subparameter TRUNC of thePRINT or WORK profile parameter.

Start the session with subparameter TRUNC=ON to allow record truor correct your application program or correct the output dataselength, e.g. by profile subparameter LRECL.

NAT1513 Fehler beim Schließen von Workfile :1:.

Page 273: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 273/781Bearbeitet von: Schäfer DV Consulting

Error occurred when closing ... file ...

An error has occurred during CLOSE of the specified print or wor

If a DEFINE or a READ WORK statement failed, the opened file canclosed because the profile subparameter CLOSE=FIN was specifiedthe file.

Check the job log protocol for operating system error messages.case of CLOSE=FIN, change your application program or use anothevalue for the CLOSE subparameter for the file.

NAT1514 Ein so organisierter Workfile wird nicht unterstützt.

Not supported file organization for :1: file :2:.

Currently, Natural only supports sequential files as work files.

Check file organization of the file to be processed and correct

NAT1515 Maximal 5 Workfiles dürfen gleichzeitig geoffnet werden.

Too many work files open in parallel.

This NATURAL version is active under COM-PLETE.COM-PLETE has the restriction that not more than 5 work files(SD-files) can be processed in parallel by one transaction.Therefore, NATURAL checks to ensure that not more than 5 areopened at the same time.It is possible that in a set of subsequent transactionsmore than 5 work files can be processed, but not more than 5at a time.

Reduce number of work files in use.

NAT1516 GETMAIN-Fehler beim Öffnen einer Arbeitsdatei (Workfile).

GETMAIN error on open for ... file ....

There is not enough main storage to satisfy a GETMAIN request thissued when the specified file is opened.

Increase the available region or partition size.

Page 274: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 274/781Bearbeitet von: Schäfer DV Consulting

NAT1517 FREEMAIN-Fehler beim Schließen eines Workfile.

FREEMAIN error on close for ... file ....

A FREEMAIN request failed when closing the specified file.

Contact your Natural administrator.

NAT1518 GET/PUT auf eine nicht geoffnete Datei ist nicht moglich.

GET or PUT to not opened:1: FILE :2:.

An internal error condition may have occurred.

Contact your Natural administrator.

NAT1519 Der angegebene Gerätetyp ist ungültig.

Invalid device type for ... file ....

The device type for a printer is not a printer, orthe device type for a work file is neither a tape nor a disk.

Check JCL and correct error; if necessary, contact yourNatural administrator.

NAT1520 Workfile oder Drucker :1: nicht verfügbar.

... file ... not available.

The specified print or work file is not available. Either the finot defined in Natural, neither by JCL nor profile parameters orfile access method is not available.

Check using the SYSFILE utility, whether the file is defined witthe correct file name and access method. Check JCL and the PRINTWORK parameter and correct the error.

NAT1521 Ungültiger variabler Workfile-Eingabedatensatz.

Page 275: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 275/781Bearbeitet von: Schäfer DV Consulting

Invalid variable record.

The first 4 bytes of a variable input-work-file record do notconstitute a valid record descriptor-word.

The setting of the NATURAL parameter BWORKD may be incorrect.

Check JCL or file and correct error,or contact your NATURAL administrator.

NAT1522 Das ZDS-System lieferte einen unerwarteten Returncode.

NATAMUSR: Access method exit NATAM9EX not installed.

The User Access Method exit entry point NATAM9EX is notresolved in User Access Method module NATAMUSR.

Check if the exit has an entry point NATAM9EX.Check if the exit is linked to module NATAMUSR.

NAT1523 NATAMUSR: Access method buffer not allocated.

NATAMUSR: Access method buffer not allocated.

The User Access Method is not operational becauseits buffer is not allocated.

a) The GETMAIN for the buffer might have failed.

b) The buffer has been released, because no. NATURAL print or work file is managed by. the User Access Method.

NAT1524 NATAMUSR: :1: file :2: exit :3: error rtc :4: reason :5:

NATAMUSR: :1: file :2: exit :3: error rtc :4: reason :5:

An error occurred in the User Access Method exit.

See User Access Method exit handler for error andreason code and appropriate actions.

NAT1548 TPS spool request failure.

Page 276: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 276/781Bearbeitet von: Schäfer DV Consulting

TPS spool request failure.

A non-zero return code on a TPS spool request has occurred.

Refer to the appropriate TPS manual for details.

NAT1549 TPS Spooling Interface not available.

TPS Spooling Interface not available.

For online environments:

Module TPSSPINO is not available in the TP environment.

For batch environments:

TPSSPINB is not linked to NSITPS.

Depending on your environment, either make TPSSPINO available,or link TPSSPINB to NSITPS.

NAT1550 NATURAL ADVANCED FACILITIES wurde nicht initialisiert.

NATURAL ADVANCED FACILITIES has not been initialized.

WRITE or DISPLAY has been requested, butNATURAL ADVANCED FACILITIES has not been initialized.Most probably the session was started with an invalidPRINTER parameter.

Install NATURAL ADVANCED FACILITIES correctly, andrestart the session.

NAT1551 Fehler bei Zugriff auf die NATSPOOL-Datei.

Error on NATSPOOL file.

A response code different from 0 was returned when accessingthe NATSPOOL file.

Check status of the NATSPOOL file and correct error.

NAT1552 NATSPOOL: Satz für zu druckenden Report nicht gefunden.

Page 277: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 277/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: Record not found for a report being printed.

To store a report on the NATSPOOL file, NATSPOOL tries to read tcurrent DETAIL record (for update). This request failed becausethe record could not be found.

Re-run the NATURAL program which generates the report.

NAT1553 NATSPOOL: Ungültige Ausgabelänge in WRITE(rep)-Statement.

NATSPOOL: Invalid output length in WRITE (rep) statement.

The NATSPOOL nucleus receives lines of output from the NATURALnucleus. The length of one of these lines is not positive.

Contact Software AG support.

NAT1554 NATSPOOL: Gruppendatensatz für 'Queue' nicht gefunden.

NATSPOOL: No message group record found for a group.

To store a queue on the NATSPOOL file, NATSPOOL reads a free groupdates the DETAIL record and then tries to read the previousgroup record (for update). This request failed because the recorcould not be found.

Re-run the NATURAL program which generates the queue.

NAT1555 :1: bei Dateizugriff aufgetreten.

DMS error DXXX occurred during work- or print fi le access.

Check file command settings for work- or print file.

NAT1556 Die NATSPOOL-Datei ist voll.

Page 278: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 278/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL file is full.

The NATSPOOL file, which is used as the physical spool file forreports produced by NATURAL programs, is full. The maximumnumber of reports that may be contained in the NATSPOOL file,is defined via the formatting function of the Spool File Mainten

(1) Print some reports with disposition D; or(2) Delete some reports; or(3) Increase the spool file (see Spool File Maintenance).

NAT1557 NATSPOOL: Job-Nummer-Satz am Checkpoint nicht gefunden.

NATSPOOL: Job number record not found on checkpoint.

The NATSPOOL environment (user profiles, logical printer profilehas been correctly defined, but the part of the file which is tocontain the printout queues has not been pre-formatted.

Format the NATSPOOL file,using the F-function of the NATSPOOL operator commands.

NAT1558 NATSPOOL: Intervall-Steuerungsfehler.

NATSPOOL: Interval control error.

The NATSPOOL printer task could not be started because aninvalid type of request was received for processing by theCICS interval control program.

Contact your system programmer.

NAT1559 GETMAIN für NATSPOOL-Arbeitsbereich war nicht moglich.

Page 279: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 279/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: GETMAIN for work area failed.

This error may be caused by one of the following:

1) During initialisation, the NATURAL ADVANCED FACILITIES work a (2 KB) could not be allocated.

2) During execution, the size of this work area was not sufficie

1) Increase the thread size.2) Contact Software AG support.

NAT1560 NATSPOOL: Indexsatz für eine 'Queue' ist unauffindbar.

NATSPOOL: Index record not found for a queue.

This error is caused by an internal error within theNATSPOOL nucleus.

Contact your NATURAL adminstrator; if necessary,contact Software AG support.

NAT1561 Interner NATSPOOL-Fehler: Ungültige Form oder Destination.

NATSPOOL: Invalid form or destination.

An internal error has occurred in the NATSPOOL nucleus.

Contact your NATURAL administrator; if necessary,contact Software AG support.

NAT1562 NATSPOOL: Index record not found during close processing.

NATSPOOL: Index record not found during close processing.

To close a report on the NATSPOOL file, the index record isupdated with 'number of pages' and status 'to be printed'.This request failed because the index record could not befound.

Re-run the NATURAL program which creates the report.

NAT1563 NATSPOOL: EXEC CICS START, ungültige SYSID.

Page 280: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 280/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: EXEC CICS START, invalid SYSID.

The SYSID of the printer associated with the NATSPOOLprinter task could not be found.

Contact your NATURAL administrator.

NAT1564 NATSPOOL: EXEC CICS START, ungültige Transaktions-ID.

NATSPOOL: EXEC CICS START, invalid transaction ID.

The transaction ID of the NATSPOOL printer task could not be fouin the CICS Program Control Table.

Contact your NATURAL administrator.

NAT1565 NATSPOOL: EXEC CICS START, ungültige Drucker-ID.

NATSPOOL: EXEC CICS START, invalid printer ID.

The terminal ID of the printer associated with the NATSPOOLprinter task could not be found in the CICS Terminal Control TabPossible reasons are:- a misspelt printer name in the NATSPOOL Allocation Table; or- the terminal ID of the printer is not contained in the CICS TC

Check NATSPOOL Allocation Table or contact your NATURAL administ

NAT1566 NATSPOOL: Drucker in CICS undefiniert / LOCATE mißlungen.

NATSPOOL: Printer not defined in CICS, or LOCATE failed.

When scanning the CICS Terminal Control Table (DFHTC CTYPE=LOCATthe terminal ID specified in TCATPTA could not be located.

Contact your NATURAL administrator.

NAT1567 NATSPOOL: 'CICS locate' wegen Fehler abgebrochen.

Page 281: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 281/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: CICS locate failed.

When scanning the CICS Terminal Control Table (DFHTC CTYPE=LOCATan error occurred.

Contact your NATURAL administrator.See program NATAF in the NATURAL ADVANCED FACILITIES sourcelibr

NAT1568 NATSPOOL: 'OPEN PRINTER' für Hardcopy-Ausgabe abgebrochen.

NATSPOOL: Open printer for hardcopy output failed.

The hardcopy system was invoked with the request 'OPEN PRINTERFOR OUTPUT', but the OPEN failed.

Contact your NATURAL administrator.

NAT1569 Doppelter Indexsatz auf der NATSPOOL-Datei.

Duplicate index record on NATSPOOL file.

To close a queue on the NATSPOOL file, NATSPOOL updates the inderecord with 'number of pages' and status 'to be printed'.This request failed because more than one index record with thesame key was found.

Re-run the NATURAL program which generates the print queue.

NAT1570 NATSPOOL: CSECT 'NOMPUT' fehlt.

NATSPOOL: CSECT 'NOMPUT' is missing.

The CSECT 'NOMPUT', which is used when routing reports from NAFto NOM is either missing in the link-edit stream or the name ofthe CSECT 'NOMPUT' has been changed.

Check for the presence of NOMPUT in the link-edit stream.

NAT1572 Logical printer profile :1: not found on spool file.

Page 282: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 282/781Bearbeitet von: Schäfer DV Consulting

Logical printer profile ... not found on spool file.

When using RSO direct support for printing, NAF readsthe corresponding LPF from the spool file.During CLOSE processing, this LPF could not be read,either because it did not exist or because anADABAS error occurred.

Check why the LPF could not be read.

NAT1573 Logisches Druckerprofil :1: ist nicht auf Spool File.

Logical printer profile ... not found on spool file.

(1) The logical printer referred to in the user's NATURAL progra has not been associated with the user profile.

(2) The NATURAL session was not started with a correct PRINTER parameter for NATSPOOL, i.e. PRINTER=(NATSPOOL,...).

(3) The OUTPUT operand of a DEFINE PRINTER statement references a logical printer profile which does not exist on the spool

(1) Define a logical printer profile for the user using the U function of the NATSPOOL operator command.(2) Define a correct PRINTER parameter for NATSPOOL.

NAT1574 Für Hardcopy ist kein physischer Drucker zugeordnet.

NATSPOOL: No physical printer al located to hardcopy.

A hardcopy was requested (%H), but no physical printer is allocaWhen hardcopies are requested, an allocation between the logicalprinter

DESTINATION: TERMID of the user's terminal FORM: A

and at least one physical printer must be defined.The allocated printer(s) must be added to the NATSPOOL file.

Define an allocation between logical and physical printer,by using the hardcopy allocation function of SYSPOOL.

Page 283: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 283/781Bearbeitet von: Schäfer DV Consulting

NAT1575 NATSPOOL: Ungültiger Funktionscode bei Hardcopy-Write.

NATSPOOL: Invalid function code in hardcopy write.

The hardcopy system was invoked with a request differentfrom OPEN, PUT, or CLOSE.

Contact your NATURAL administrator.

NAT1576 NATSPOOL: Das Hardcopy-System ist nicht verfügbar.

NATSPOOL: Hardcopy system not available.

A hardcopy was requested (%H), but NATSPOOL did not providesupport for hardcopy due to one of the following reasons:

(1) Module NATSPOOL is not included in the link-edit of NATURAL.

(2) During initialization of NATURAL, the GETMAIN for the hardcopy system has failed.

(1) Include NATSPOOL in the link-edit of NATURAL.(2) Ensure that sufficient storage is available.

NAT1577 NATSPOOL: CSECT 'NAFPPARM' ist nicht vorhanden.

NATSPOOL: CSECT 'NAFPARM' is missing.

This error may be caused by one of the following:

- The NATURAL ADVANCED FACILITIES parameter module NAFPARMC/NAFP is missing in the link-edit stream.

- The CSECT instruction is missing in the source of the paramete module.- The name in the CSECT instruction has been changed; the name m 'NAFPARM'.

Check for the presence of the parameter module in the link-editcheck if the source of the parameter module is correct/complete.

NAT1578 Kein logisches Druckerprofil für Hardcopy gefunden.

Page 284: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 284/781Bearbeitet von: Schäfer DV Consulting

No logical printer profile for hardcopy found.

When the user issues %H, NAF needs a logical printer profile (LPThe name of this LPF is built from CMTERMID or USRID, dependingNAF customization. This LPF was not found during sessioninitialization - probably it has been deleted from the spool fil

Provide such an LPF or issue %Hxyz where xyz is the nameof an existing LPF.

NAT1579 NATSPOOL: Logischer Drucker :1: nicht verfügbar.

NATSPOOL: Logical printer :1: not available.

The logical printer number in the user's NATURAL programreferres to a logical printer profi le that does not existin the currently active user profile.If the session is protected by NATURAL SECURITY, the usageof this printer might have been restricted by means of theSPOOL profile.

Correct the printer number or contact your NATURAL SECURITYadministrator.

NAT1580 NATSPOOL: FSPOOL nicht V23 kompatibel (:1: Fehler :2:)

NATSPOOL: FSPOOL not V23 compatible (:1: error :2:)

A database error (ADABAS/VSAM) occured when trying to access FSPThe error number is specified in the error message.Probably, FSPOOL does not have the layout (FDT) required by NAF2

Convert V22 FSPOOL to V23 FSPOOL using command CONVERT.This command has to be executed from the command line in SYSPOOL(Older versions of FSPOOL have to be converted to V22 at first)

NAT1581 NATSPOOL: CSECT :1: fehlt.

Page 285: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 285/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: CSECT :1: is missing.

The CSECT specified in this error message is missingin the l ink-edit stream.

If NAFIO is missing, check for the presence of module NAFAF.If NAFBS2FC is missing, check for the presence of module NAFSERV

NAT1582 NATSPOOL: Job-Nummer-Satz bei 'Close' nicht gefunden.

NATSPOOL: Job number record not found during 'close'.

When closing a report, NATSPOOL has to update the job numberrecord. However, this record was not found.

Contact Software AG support.

NAT1583 Report auf Spool File kann nicht geschlossen werden.

Unable to close report on spool file.

When closing a report, NATSPOOL has to update the job numberrecord. If this record is in 'hold' by another user, NATSPOOLretries 10 times. Thereafter, 'close' processing is terminatedwith this error.

This error condition may occur if there are reports on thespool file which are assigned the status NOT CLOSED.This report status indicates that an END OF TRANSACTIONstatement is missing in the respective application.

Check the spool file for reports with status NOT CLOSED;then check why report status NOT CLOSED is assigned.

NAT1584 NATSPOOL: Drucker konnte nicht gestartet werden.

Page 286: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 286/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: Unable to start printer.

To start a printer, NATSPOOL has to update the printer status.If this record is in 'hold' by another user, NATSPOOL retries10 times; thereafter, processing is terminated with this error.

Try to restart the printer.Increase ADARUN NH parameter to prevent ADABAS response code145

NAT1585 Drucker-Status konnte nicht auf HUNG gesetzt werden.

NATSPOOL: Unable to set printer to status HUNG.

When assigning status HUNG to a printer, NATSPOOL has toupdate the printer status. When this record is in 'hold'by another user, NATSPOOL retries 10 times; thereafter,processing is terminated with this error.

Check why the printer record is in 'hold'.

NAT1586 Physischer Drucker :1: auf Spool-File nicht definiert.

Physical printer ... is not defined on spool file.

The terminal command '%Hdddddddd' was entered, but the outputdestination 'dddddddd' has not been defined on the spool file.

Define the physical printer 'dddddddd' on the spool file.

NAT1588 NATSPOOL: NAFEXIT4 completed with errors.

NATSPOOL: NAFEXIT4 completed with errors.

The user written exit NAFEXIT4 returns with error(s).

Please check program.

NAT1589 NATSPOOL: NAFEXIT4 not found.

Page 287: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 287/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: NAFEXIT4 not found.

The module NAFEXIT4 was not linked to the NATURAL nucleus.

Please check you installation.

NAT1590 NATSPOOL: Getmain for RSO buffer failed.

NATSPOOL: Getmain for RSO buffer failed.

To support RSO directly, NATURAL Advanced Facilitiesneeds a buffer with a size of approximately 3700 bytes.This buffer could not be allocated.

Please check your installation.

NAT1591 NATSPOOL: WRLST macro failed using RSO support.

NATSPOOL: WRLST macro failed using RSO support.

Reports to be created using the RSO support ofNATURAL Advanced Facilities are written to aBS2000 *SYSLST dataset.Execution of the WRLST macro failed.

Please switch on protocol and check for any errors.

NAT1592 NATSPOOL: PRNT macro failed using RSO support.

NATSPOOL: PRNT macro failed using RSO support.

Reports closed for printout are spooled to RSOusing the PRNT macro. Execution of this macro failed.

Please switch on protocol and check for any errors.

NAT1593 NATSPOOL: Invalid printer no. for RSO support (internal).

NATSPOOL: Invalid printer no. for RSO support (internal).

The internal printer number given to module NAFRSO was invalid.

Please check assembly of NAFRSO and take dump.

NAT1594 NATSPOOL: Invalid func. code for RSO support (internal).

Page 288: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 288/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: Invalid func. code for RSO support (internal).

The module to handle the RSO direct support was calledusing an incorrect internal function code.

Please check assembly of NAFRSO and take dump.

NAT1595 NATSPOOL: No device name found for RSO support (internal)

NATSPOOL: No device name found for RSO support (internal)

The module to handle the RSO direct support was calledwithout setting a device name.

Please check assembly of NAFRSO and take dump.

NAT1596 NATSPOOL: Allocate SYSLST failed for RSO support.

NATSPOOL: Allocate SYSLST failed for RSO support.

The allocation of the *SYSLST dataset failed.

Please switch on protocl and check for any errors.

NAT1597 NATSPOOL: No End of Block found for RSO support (intern.)

NATSPOOL: No End of Block found for RSO support (intern.)

Data for the report to be spooled by RSO direct support donot contain valid End of Block or End of Report.

Please check installation.

NAT1598 NATSPOOL: Release SYSLST failed for RSO support.

NATSPOOL: Release SYSLST failed for RSO support.

Resetting the *SYSLST allocation to the primary onehas failed.

Please switch on protocol and check for any errors.

NAT1599 Die angegebene Arbeitsdatei (Workfile) existiert nicht.

Page 289: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 289/781Bearbeitet von: Schäfer DV Consulting

Attempt to READ/WRITE WORK to non-existent file.

The work file specified in the job control does not exist.

Check allocation of work fi les.

NAT1600 Die gewünschte Stack-Funktion gibt es nicht.

Invalid stack function requested.

See NATURAL Programmer's Guide for information on availablestack functions.

Correct error.

NAT1601 Länge der im Stack zu speichernden Daten muß positiv sein.

Length of data to be stacked is zero or negative.

The length of data to be stacked must be specified as non-zeroand positive.

Check program and correct error.

NAT1602 Stack enthielt kein Kommando und wurde geloscht.

Stack destroyed, command was expected.

NATURAL tried to read a command from the top of the stack,but none was found.

Check program and correct error.

NAT1603 Stack enthielt keine Eingabedaten und wurde geloscht.

Page 290: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 290/781Bearbeitet von: Schäfer DV Consulting

Stack destroyed, data expected.

NATURAL tried to read data from the top of the stack, but noinformation was available (can be produced by specifying:STACK=(EX pgm:)).

Data must be specified for an INPUT statement. If default dataare to be passed to INPUT fields, specify data for a non-existenINPUT field. The data will be ignored in delimiter mode.

Check program and correct error.

NAT1604 Der Stack ist leer.

Stack empty.

NATURAL tried to read data from the stack, but the stack wasempty. Either an internal error has occurred, or the stack wasdestroyed.

Check program and correct error.

NAT1605 Die Stack-Daten sind übergelaufen.

Stack data overflow.

The amount of stack data does not fit into the stack area.You can stack a maximum of 999 elements.

Check program and reduce the number or size of fields to be stac

NAT1610 SET KEY-Fehler: Bit für Funktionstaste nicht vorhanden.

SET KEY error, function key bit not supplied.

Check program and correct error.

NAT1611 SET KEY-Fehler: Die Funktionstaste ist nicht verfügbar.

Page 291: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 291/781Bearbeitet von: Schäfer DV Consulting

SET KEY error, function key not available.

The selected function key in a SET KEY statement is not definedto NATURAL.

Check program and correct error.

NAT1612 Fehler in SET KEY-Statement.

Error in SET KEY statement.

A variable has been specified after 'SET KEY', and thevariable contains an invalid value.Valid values are: 'PA1' to 'PA3', 'PF1' to 'PF24', 'CLR',and 'ENTR'.

This error may also occur if the variable contains 'ENTR'but a SET KEY statement option other than the NAMED clauseis applied to the key.

Correct error in program.

NAT1700 Diese Applikation steht Ihnen jetzt nicht zur Verfügung.

This application is currently not available to your.

In NATURAL SECURITY, the availability of the application has beerestricted to certain periods of time only; outside these times,the application cannot be used.

Ask your NATURAL SECURITY administrator at what times theapplication is available to you.

NAT1701 Sie waren zu lange inaktiv; bitte drücken Sie ENTER.

Non-activity time limit exceeded; press ENTER.

For this application/user, a non-activity time limit is defined.The elapsed time between the last screen I/O and the current I/Oexceeded the defined limit.NATURAL SECURITY requires the user to log on again.

Press ENTER; then log on again.

Page 292: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 292/781Bearbeitet von: Schäfer DV Consulting

NAT1702 Sie dürfen keine datenändernden Statements verwenden.

User is not authorized to use update statement.

An UPDATE/STORE/DELETE statement was issued, but the useris not currently authorized to issue such update commands.

Contact your NATURAL administrator.

NAT1703 Non-activity time limit exceeded; transaction backed out.

Non-activity time limit exceeded; transaction backed out.

For this application/user a non-activity time limit is defined.The elapsed time between the start of transaction and currentdata base call exceeded the defined limit.The availabe time window can be queried by the NATURAL systemvariable *TIME-OUT.

Restart the transaction.

NAT1800 MCG-Modul für die gegebene Architektur nicht vorhanden.

MCG module for given architecture is not present

The CPU clause of the MCG options indicates an architecture forno module is available.

Link the required module to the NATURAL nucleus, or use a differvalue for the CPU= clause.

NAT1801 Speicherpl. für STMT-Puffer zu klein,großeren Thread ben.

Memory shortage for STMT buffer - use bigger thread

The thread or address space is not large enough for the intermedbuffers required by the NATURAL OPTIMIZER COMPILER.

Use a bigger thread or region. If it proves impossible to compilonline, it may be necessary to compile in batch, where more memois available to the nucleus.

NAT1802 Block-Verschachtelungsfehler (Compiler-Fehler)

Page 293: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 293/781Bearbeitet von: Schäfer DV Consulting

Block nesting error (compiler error)

There are too many nested blocks in the program. NOC can only hato 128 nested blocks. A new block starts every time a FOR, REPEAREAD, FIND, HISTOGRAM, READ WORK, DEFINE SUBROUTINE orAT statemencountered and ends when the loop is closed or the block is ter

Try to re-arrange the program so that the number of nested blockreduced.

NAT1803 Parameter-Fehler - Option unbekannt od.falsch geschrieben

MCG parameter error - unknown or misspelled option

A parameter of the OPTIONS MCG= statement has not been recognizeCurrently the following options are supported:

ON OFF IO MIX INDX OVFLW RANGE ZD NODBG LOOPS NOSGNTRERRDUMP PGEN TRSTMT TRGPT TRMPT TRVDT NOSRCE TREXTCPU=/370 OPTLEV= TRACELEV= LPP=

(But please consult the latest NOC doc, there may be more).

Parameters are separated by commas, without spaces. e.g.

OPTIONS MCG=PGEN,OPTLEV=2,TRACELEV=127

Correct error in program.

NAT1804 Speicherp. für gen. Code zu klein, großeren Thread ben.

Memory shortage for generated code - use bigger thread

The thread, region or address space is not large enough for thebuffer containing the generated code.

Use a bigger thread or region. It may be necessary to compile inbatch where more memory is available, if the program is very lar

NAT1805 Zuordnungsfehler (NOC-Fehler)

Page 294: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 294/781Bearbeitet von: Schäfer DV Consulting

Assignment error (NOC error)

A MOVE or ASSIGN between incompatible or unknown data types hasoccurred.

This is a compiler error, please call Software AG Development.

NAT1806 Speicherplatz zu klein für die Trace-Informationen.

Memory shortage for trace record

There is not enough memory for the trace data.

Use a bigger thread or region, or reduce the amount of traceinformation by using OPTIONS MCG=+PGEN before the specific areatraced and OPTIONS MCG=-PGEN after. Or use TREXT option with use

NAT2000 Fehlerhafte Auswahl

Invalid option selection.

Check program and correct error.

NAT2006 Fehlerhafte Angabe - bitte nur 'J' oder 'N' eingeben

Invalid - please enter 'Y' or 'N'.

Check program and correct error.

NAT2192 Wert(e) fehlen

Value(s) missing.

Check program and correct error.

NAT2687VOM SUB/SUP DESCR. REFERENZ. FELD NICHT IM DDMDEFINIERT.

NAT2998 FUNCTION NOT POSSIBLE WITH DBID = 0.

Page 295: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 295/781Bearbeitet von: Schäfer DV Consulting

Function not possible with DBID = 0.

To generate the NATURAL cross references the DBID of the NATURALsystem file, where the module is to be stored, must not be zero.

Contact the DBA to generate a valid NATURAL parameter module orinvoke NATURAL and overwrite the value of the data base identifidynamically.

NAT3000 Response Code ungleich Null von der Datenbank erhalten.

A non-zero response code was received from the database.

The NATURAL error messages NAT3001 - NAT3999 deal with databasecodes, i.e., an error message 'NAT3nnn' indicates that the databreplied to a command with a response code 'nnn'.The error may be caused by one of the following:

- An invalid request was made to the database.

- A malfunction occurred in the database.

Retain the number of the response code and contact your databaseadministrator.

NAT3001 ISN-Liste nicht sortiert..DB/FNR :1:/:2: Subcode :3:

ISN list not sorted. DB/FNR :1:/:2: Subcode :3:

An ISN list could not be sorted because of either an excessivenumber of resulting ISNs or a discrepancy between the number ofreturned and the actual number of records found (the latter is opossible only if 'security by value' is being used).For the detailed reason see the subcode.

Reduce number of ISNs in SORT.

NAT3002 Datensatz nicht im "Hold". DBID :1:

Record not held. DBID :1:

ISNs could not be held because of insufficient space in the hold

Contact your database administrator.

Page 296: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 296/781Bearbeitet von: Schäfer DV Consulting

NAT3003 End-of-file oder End-of-list gefunden. DB/FNR :1:/:2:

An end-of-file or end-of-list condition was detected.

NAT3004 S2/S9 v.Abl.d.Mindeszeit zw.synchr.Checkpoints.DB/FNR :1:/:2:

S2/S9 issued before minimum time between synchronized checkpoint

Either an S2/S9 command was issued before the minimum time betwesynchronized checkpoints has elapsed, or the minimum number of cwas not issued.

Check program and correct error.

NAT3005 Synchronized checkpoint pending. DB/FNR :1:/:2:

Synchronized checkpoint pending.

Notification is given that a synchronized checkpoint isabout to be taken.

Issue a valid C2/C3 command.

NAT3006 LREPL-AREA VOLL. DB/FNR :1:/:2:

NAT3007 Sx-Befehl wegen Zeitüberschreitung abgebr.DB/FNR :1:/:2:

Sx command interrupted because time limit was exceeded.

An Sx command has been interrupted because the maximum amount ofpermitted has been exceeded.

Contact your database administrator.

NAT3008 Befehl unterbrochen, sonst WORK-Überlauf. DB/FNR :1:/:2:

Command interrupted to prevent WORK overflow.

The command was interrupted to prevent a WORK overflowbecause of a pending backout operation.

The value specified for the LP parameter might have to beincreased.

Page 297: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 297/781Bearbeitet von: Schäfer DV Consulting

NAT3009 Datenbanktransaktion abgebrochen. :1: Subcode :2:

Last transaction backed out of database :1:. Subcode :2:

The last transaction has been backed out by ADABAS because an ADtime limit has been exceeded or because of a security violation.

This error may also occur if an ADABAS OP command is required(ADABAS parameter OPENRQ=YES) but an ADABAS command was issuedwithout an OP command having been issued before.For the detailed reason see the subcode.

Correct cause of time-out or security violation, and execute traagain; or issue OP command correctly.

NAT3010 EXBUF darf n.0 sein, wenn Buf.Pool über 16MB_od ADAPRM=ON

EXTBUF must not be 0 if buf. pool above 16MB or ADAPRM=ON.

The parameter EXTBUF may not be set to zero if the NATURAL buffeis placed above 16 MB, or if ADAPRM is set to ON.

Increase EXTBUF or contact your NATURAL administrator.

NAT3017 Ungültige Dateinummer. DB/FNR :1:/:2: Subcode :3:

Invalid file number. DB/FNR :1:/:2:. Subcode :3:

The file number was invalid. Possible causes are:

- The file number was either 0 or greater than 255.

- The file was not in the database.

- The file was locked.

- A required ADABAS system file was not loaded.

For the detailed reason see the subcode.

Make sure that you use the correct file number.

NAT3018 Dateinummer falsch verwendet. DB/FNR :1:/:2:

Page 298: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 298/781Bearbeitet von: Schäfer DV Consulting

Incorrect usage of file number.

The file number was modified between successive L2/L5 cal ls.

Check program and correct error.

NAT3019 Keine Änderung mogl. Lesezugriff. DB/FNR:1:/:2:

Update not permitted for access-only file.

An attempt was made to update a file which was opened for access

Check program and correct error.

NAT3020 Fascher Eintrag für CID. DB/FNR :1:/:2:

Incorrect entry made for a CID value.

One of the following incorrect entries was used for a CID value:

- X'00000000'

- X'40404040'

- X'FFxxxxxx'

Check program and correct error.

NAT3021 Ungültiger Wert bei CID. DB/FNR :1:/:2:

An invalid CID value was detected.

A time-out occurred because a command ID was not found.This program error can be caused by:

- CMD ID being assigned to another Ln command (n = 1,...9);

- CMD ID being assigned to another file;

- CMD ID not found for an S8 command.

Check program and correct error.

NAT3022 Ungültiger Befehl. DB/FNR :1:/:2: Subcode :3:

Page 299: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 299/781Bearbeitet von: Schäfer DV Consulting

Invalid command. DB/FNR :1:/:2:. Subcode :3:

The command entered was invalid:

- invalid command code;

- access-only user attempted to issue update command;

- non-ET-logic user issued BT command;

- CLU user issued ET command.

For the detailed reason see the subcode.

Check program and correct error.

NAT3023 Ungültige Anfangs-ISN angegeben. DB/FNR :1:/:2:

Invalid starting ISN specified for L2/L5 command sequence.

The starting ISN specified for an L2/L5 command sequence was inv

.- the ISN is not assigned to a record in the file;

- the ISN was larger than the MAXISN in effect for the file.

Check program and correct error.

NAT3024 Ungült.ISN in komplex. FIND SORTED-Statement. DB/FNR :1:/:2:

Invalid ISN detected for complex FIND SORTED statement.

This error may be caused by one of the following:

- The ISN list in the ISN buffer was already sorted.

- The ISN list in the ISN buffer contained an invalid ISN.

- The 'D' option was specified when trying to sort by ISN.

Check program and correct error,or contact your database administrator.

Page 300: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 300/781Bearbeitet von: Schäfer DV Consulting

NAT3025 ISN in ISN-Untergrenze für S1/S4 nicht gefunden. DB/FNR:1:/:2:

ISN in ISN lower limit for S1/S4 command not found.

The ISN specified in ISN Lower Limit for an S1/S4 (or S2/S9) comwas not found.

Check program and correct error.

NAT3026 Ungültige ISN-Pufferlänge für S9-Kommando. DB/FNR :1:/:2:

Invalid ISN buffer length for S9 command.

Either the number of ISNs to be sorted as provided in ISN Quantiwas 0, or an incorrect SVC number was specified in the link rout

Check program and correct error.

NAT3027 Nicht genug Arbeitsplatz für Search/Value Puffer. DB/FNR :1:/:2:

Not enough work space available for search/value buffers.

There was not enough work space available to accomodate thecombined sizes of the search and value buffers as indicated in tSearch Buffer Length and Value Buffer Length fields.

Check program and correct error.

NAT3028 Falscher Descriptor. DB/FNR :1:/:2:

Incorrect descriptor in first 2 bytes of ADDITIONS1 field.

Descriptor was invalid for an L3/L6 or S2/S9 command:

- The field was not a descriptor.

- The descriptor was changed between successive cal ls.

- The descriptor is contained within a periodic group.

- The ADDITIONS1 field contained a different descriptor than the descriptor contained in the search buffer.

Check program and correct error.

Page 301: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 301/781Bearbeitet von: Schäfer DV Consulting

NAT3029 Versuch v. ungültiger Wertverschiebung. DB/FNR :1:/:2:

Incorrect value repositioning attempted in L3/L6 command.

A value repositioning was attempted with an L3/L6 command (bytesof the Additions 1 field contain spaces) and the Command Optiondid not contain the value 'V'.The command ID is released.

Check program and correct error.

NAT3031 Datensatz entspr.nicht ADASTAR-Distributionskrit.DB/FNR :1:/:2:

The record does not meet ADASTAR distribution criteria.

Correct error in program, or contact your database administrator

NAT3032 Logische ID fehlt in ADASTAR NETTAB-Tabelle DB/FNR :1:/:2:

The ADASTAR NETTAB table does not contain the logical ID.

Check program and correct error, or contact your database admini

NAT3033 ADASTAT gab Befehl an phys. Knoten weiter. DB/FNR :1:/:2:

ADASTAR has passed the command to the physical node.

No action required.

NAT3034 Ungültige Kommandooption verursachte ADABAS-Fehler.DB/FNR :1./:2

NAT3035 RC-L-Befehl bei d.ADABAS-Konfig. nicht gültig. DB/FNR :1:/:2:

NAT3040 Systaxfehler im Format-Puffer. DB/FNR :1:/:2:

Page 302: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 302/781Bearbeitet von: Schäfer DV Consulting

A syntax error was detected in the format buffer.

The syntax error may be one of the following:

- The terminating period was missing.

- The first position contains a period.

- Length and/or format was specified with a range definition.

- An invalid element was detected.

- The L9 descriptor name in the search buffer did not agree w the name in the format buffer.

Check program and correct error.

NAT3041 Fehler im Format-Puffer. DB/FNR :1:/:2:

Error detected in format buffer.

This error may be caused by one or more of the following:- A phonetic descriptor was specified.- A field was specified incorrectly.- An index for a periodic group or multiple-value field was spec incorrectly.- A periodic group was referenced incorrectly.- A count was specified for a field which is not a multiple-valu- A multiple-value field was indexed incorrectly.

Check program and correct error.

NAT3042 Interner Format-Puffer zu klein. DB/FNR :1:/:2:

Internal format buffer too small to generate format.

The internal format buffer is too small to generate a formataccording to the user format buffer definition.

Increase size of ADABAS parameter LFP.

NAT3043 Descriptor in Format+Search-Puffern nicht gleich. DB/FNR :1:/:2:

Page 303: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 303/781Bearbeitet von: Schäfer DV Consulting

HISTOGRAM: Descriptor in format + search buffers unequal.

The descriptor specified in the format buffer did not agree withdescriptor specified in the search buffer.

Check program and correct error.

NAT3044 Ungültiger Format-Puffer. DB/FNR :1:/:2:

The format buffer was invalid.

The format buffer was invalid for use with an update command (A1or an add command (N1/N2).

Check program and correct error.

NAT3045 Format-Puffer braucht mehr als 32 KB. DB/FNR :1:/:2:

The format buffer requires more than 32 KB.

Contact your database administrator.

NAT3046 Hochstwert für ADABAS NQCID überschritten. DB/FNR :1:/:2:

Maximum value for ADABAS NQCID parameter was exceeded.

The maximum value for the ADABAS parameter NQCID was exceeded.

Contact your ADABAS administrator.

NAT3047 Hochstwert für ADABAS NISNHQ überschritten. DB/FNR :1:/:2:

Maximum value for ADABAS parameter NISNHQ was exceeded.

Contact your database administrator.

NAT3048 Doppelte aktive User-Ids. DB :1:. Subcode :2:

Page 304: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 304/781Bearbeitet von: Schäfer DV Consulting

Duplicate active user IDs. DB :1:. Subcode :2:

User ID _____ OP command already assigned to other user.

This error message informs you that you are going to overwritethe already existing ET-data with the ET-data from the new activIf this is intended, continue by pressing the ENTER key in a nonsecurity environment. In a security environment, specify the pasagain and press ENTER. If the error occurs again, wait at leastone minute before you repeat the action.

For the detailed reason see the subcode.

Determine which ET-data are to be used,then either continue or leave current activi ty.

NAT3049 Kompr. Datensatz für internen Puffer zu lang. DB/FNR :1:/:2:

Compressed record too long for internal buffer.

For ADABAS Version 4, the compressed record must not exceed 3000

For ADABAS Version 5, the compressed record must not exceed thesize of Data Storage.

Contact your database administrator.

NAT3050 Syntaxfehler im Record-Puffer. DB :1:

A syntax error in the record buffer was detected. DB :1:

A syntax error in the record buffer was detected during processiof an OP command.

Correct the record buffer by changing the OPRB parameter.

NAT3051 Fehler im Record-Puffer. DB :1:

An error in the record buffer was detected. DB :1:

An error in the record buffer was detected during processingof an OP command.

Correct the record buffer by changing the OPRB parameter.

Page 305: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 305/781Bearbeitet von: Schäfer DV Consulting

NAT3052 Ausführ.fehler im Record, Value od. Search Puffer. DB/FNR :1:/:2

Error while processing record, value or search buffer.

An error occurred while processing the record buffer, value buffor search buffer:

- The value of a P format field was not in packed decimal for

- The value of a U format field was not in unpacked decimal f

- A variable-length field was specified without a length para

- A record is stored, but a field defined as 'NOT NULL' in th ADABAS file is not in the Format Buffer.

Check program and correct error.

NAT3053 Record-Puffer zu klein. DB/FNR :1:/:2:

The record buffer was too small.

The record buffer must be large enough to contain all required Avalues in compressed form.

Check program and correct error, or contact your database admini

NAT3054 Record-Puffer zu lang. DB/FNR :1:/:2:

Record buffer too long.

The record buffer for a C5 or ET command was too long.A maximum of 2000 bytes can be written to the checkpoint file.

Check program and correct error, or contact your database admini

NAT3055 Diese Format-Längenkonvertierung nicht moglich. DB/FNR :1:/:2:

Page 306: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 306/781Bearbeitet von: Schäfer DV Consulting

Attempted format/length conversion not possible.

Attempted format conversion was not possible due to incompatibledata formats or other compatibility problems.

During a read-type operation, a field defined with the SQL nul (option contained a null value, but the format buffer held no "S"(significant null) indicator field. Additions 2 may contain thefield name in the leftmost two bytes; the rightmost two bytes macontain the offset into the record buffer.

Correct error in program, or contact your database administrator

NAT3056 Descriptor-Wert zu lang. DB/FNR :1:/:2:

Descriptor value too long.

The descriptor value was too long:

- greater than 126 for descriptor;

- greater than 253 for superdescriptor.

Check program and correct error.

NAT3057 Ungültiger Descriptor im Seach-Puffer. DB/FNR :1:/:2:

Invalid descriptor specified in search buffer.

The descriptor specified in the search buffer of the L9 commandwas invalid.

Check program and correct error.

NAT3058 Format nicht gefunden. DB/FNR :1:/:2:

The format could not be found.

The format - as defined within format selection criteria - couldbe found.

Check program and correct error.

NAT3059 Formatkonvertierung eines Unterfeldes nicht mogl.DB/FNR :1:/:2:

Page 307: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 307/781Bearbeitet von: Schäfer DV Consulting

Format conversion of a subfield is not possible.

Check program and correct error.

NAT3060 Syntaxfehler im Format-od.Search-Puffer. DB/FNR :1:/:2: subc :3:

Syntax error in format buffer or search buffer. DB/FNR :1:/:2: s

For the detailed reason see the subcode.

Check program and correct error.

NAT3061 Fehler im Search-Puffer. DB/FNR :1:/:2:

An error was detected in the search buffer.

The cause of error may be:- The order of elements was invalid.- The specified field was not a descriptor.- An index was missing or invalid.- Invalid connection of partial criteria.- Invalid use of a phonetic descriptor.- The length of a descriptor value was greater than 253.- An invalid file number.- An invalid range specification.

Check program and correct error.

NAT3062 Search/Value-Puffer_zu kurz. DB/FNR :1:/:2:

Search/value buffer length too short for search criteria.

The length of the search buffer and/or value buffer, as specifiethe search and value buffer length fields, was too short to accothe search criteria specified;or the first character in the search buffer was a '.';or the search buffer does not contain a '.'.

Check program and correct error.

NAT3063 Im Search-Puffer angeg.CID-Wert nicht gefunden. DB/FNT :1:/:2:

Page 308: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 308/781Bearbeitet von: Schäfer DV Consulting

CID value specified in the search buffer was not found.

The CID value specified in the search buffer was not found.

Check program and correct error.

NAT3064 Funktion kann nicht ausgeführt werden. DB/FNR :1:/:2:

Requested function cannot be performed.

The requested function cannot be performed on ADABAS system file

Refer to the ADAREP output report for a list of the system files

NAT3065 Interner Fehler. DB/FNR :1:/:2:

Internal error.

An internal error has occurred: the ADABAS nucleus has detectederror in space calculation.

Contact your database administrator.

NAT3066 Interner Fehler bei Platzkalkulation. DB/FNR :1:/:2:

NAT3067 Interner Fehler beim Ausführ.v. Sx-Befehl. DB/FNR :1:/:2:

Internal error while executing an ADABAS Sx command.

An internal error has occurred while an ADABAS Sx command was beexecuted.

Retain all related information, and contact Software AG support.

NAT3068 Inkompat.Owner-ID od.falsch. Non-Descrpt.Search.DB/FNR :1:/:2:

Page 309: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 309/781Bearbeitet von: Schäfer DV Consulting

Incompatible owner ID or non-descriptor search set to off.

One of the following has occurred:- An incompatible owner ID was detected during an update operation on a multiclient file. The owner ID may be blank or too long.- A non-descriptor field was used as a search criterion, and the non-descriptor search facility has been set off (the default for this facility is 'on').

Check the owner ID of any multiclient file's update operation.Otherwise, remove non-descriptor searches from your application

NAT3070 Überlauf in Tabelle sequent. Kommandos. DB/FNR :1:/:2:

An overflow occurred in the table of sequential commands.

The database administrator may increase the value used forthe LQ parameter, and/or RC commands may be used to release elem

Contact your database administrator.

NAT3071 Überlauf in Tabelle v.ISN-Ergebnislisten. DB/FNR :1:/:2:

An overflow occurred in the table of resulting ISN lists.

The database administrator may increase size of the value used fthe LI parameter, and/or RC commands may be used to release elem

Contact your database administrator.

NAT3072 Überlauf in Benutzer-Queue. DB/FNR :1:/:2:

An overflow occurred in the user queue.

The database administrator may increase the value used for theNU parameter.

Contact your database administrator.

NAT3073 Überl. im WORK-Dataset für ISN-Ergebnislisten. DB/FNR :1:/:2:

Page 310: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 310/781Bearbeitet von: Schäfer DV Consulting

Overflow in WORK dataset containing resulting ISN lists.

An overflow occurred in the section of the WORK dataset in whichresulting ISN lists are stored.The database administrator may increase the size of the WORK datand/or the number of ISN lists saved during an ADABAS session madecreased.

Contact your database administrator.

NAT3074 Kein Platz auf WORK-Dataset f.kompl. FIND-Befehle. DB/FNR :1:/:2

No space on WORK dataset for complex FIND commands.

No space was available on the WORK dataset for complex FIND commThe database administrator may increase the size of the WORK dat

Contact your database administrator.

NAT3075 Kein zusätzl. ASSO/DATA-Speicherplatz. DB/FNR :1:/:2:

ASSO/DATA extent required, but no more extents possible.

An additional associator or data storage space (extent) was requfor a file, but the maximum number of 5 extents had already beenallocated.This message is first issued when 25% of the last output is stilavailable. Do not ignore this message; it indicates that the filwill run out of available space.The database administrator may have to reallocate associator ordata storage extents.

Contact your database administrator.

NAT3076 Überlauf in Index einer invertierten Liste. DB/FNR :1:/:2:

An overflow occurred in an inverted list index.

The maximum is six levels.

Contact your database administrator.

NAT3077 Kein Platz für zusätzl. ASSO/DATA-Speicherpl. DB/FNR :1:/:2:

Page 311: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 311/781Bearbeitet von: Schäfer DV Consulting

Not enough space available for required ASSO/DATA extent.

A file needed a new associator or data storage extent,but there was not enough space available for such an extent.

Contact your database administrator.

NAT3078 AC-Datei kann nicht vergroßert werden. DB/FNR :1:/:2:

AC file cannot be increased or contains over 16 MB ISNs.

This error may be caused by one of the following:

- The AC file cannot be increased; only one file extent is permi

- The file contains more than 16 MB of ISNs.

Contact your database administrator.

NAT3079 Hyperdescriptor in ADARUN nicht angegeben. DB/FNR :1:/:2:

A hyperdescriptor exit was not specified in ADARUN.

ADARUN must be reissued with the parameter HEXnn.For information on the HEXnn parameter,please refer to the ADABAS Operations Manual.For information on hyperdescriptor user exits ('hyperexits'),please refer to the ADABAS DBA Reference Manual.

Reissue ADARUN with the HEXnn parameter;or contact your database administrator.

NAT3080 Keine gespeicherte Benutzerdaten für RE-Befehl. :1:/:2:

NAT3081 Kein Abbr.d.Tansaktion wg.Ändrng.am File Clst.Tab.DB/FNR :1:/:2:

Page 312: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 312/781Bearbeitet von: Schäfer DV Consulting

Change to file cluster table prevented successful backout.

A change made to the file cluster table prevented successfulbackout of a cluster during ADABAS initialization followingan abnormal termination.

Check program and correct error, or contact your database admini

NAT3082 Versuch, gesperrten Cluster zu ändern. DB/FNR :1:/:2:

Attempt made to update locked cluster.

An attempt was made to update a cluster which was locked.

Check program and correct error, or contact your database admini

NAT3084 Zu viele Werte für Sub- od. Superdescriptor. DB/FNR :1:/:2:

Too many values for a subdescriptor or superdescriptor.

Too many values were present for a subdescriptor or a superdescr

Check program and correct error, or contact your database admini

NAT3085 Zu viele Descriptor-Werte für UPDATE/ADD RECORD. DB/FNR :1:/:2:

Too many descriptor values for UPDATE/ADD RECORD command.

Too many descriptor values were present for an UDPATE or ADD RECcommand.

Check program and correct error, or contact your database admini

NAT3086 A hyperdescriptor exit return error has occurred. DB/FNR :1:/:2:

A hyperdescriptor exit return error has occurred.

Possible causes of this error are:

- An incorrect sign for a packed descriptor value was created.

- A value with an incorrect length byte was returned.

Contact your database administrator.

Page 313: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 313/781Bearbeitet von: Schäfer DV Consulting

NAT3087 The ADABAS buffer pool is locked. DB/FNR :1:/:2:

The ADABAS buffer pool is locked.

The length of the ADABAS buffer pool (LBP) has to be checked witthe operator command DPARM; then the LBP has to be increasedwith ADARUN.

Contact your database administrator to have the LBP increased;the retry the operation.If the error occurs again, contact Software AG support.

NAT3088 Insufficient core available. DB/FNR :1:/:2:. Subcode :3:

Insufficient core available. DB/FNR :1:/:2:. Subcode :3:

Sufficient core was not available, although only one user was acThe PARM values relating to core allocation should be verifiedby the database administrator.For the detailed reason see the subcode.

Contact your database administrator.

NAT3089 UQE already used. DB/FNR :1:/:2:

UQE already used; 2 commands for 1 user to be executed.

The UQE was already in use, and an attempt was made to executetwo commands and the same time for the same user.

Contact your database administrator.

NAT3090 The ADASTAR NETTAB table exceeds 32 KB. DB/FNR :1:/:2:

The ADASTAR NETTAB table exceeds 32 KB.

Contact your database administrator.

NAT3091 No space avail. for increasing ADASTAR NETTABtable.DB/FNR :1:/:2

No space available for increasing ADASTAR NETTAB table.

The space for increasing the ADASTAR NETTAB table is not availab

Contact your database administrator.

Page 314: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 314/781Bearbeitet von: Schäfer DV Consulting

NAT3095 An I/O error occurred in the WORK LP area. DB/FNR :1:/:2:

An I/O error occurred in the WORK LP area.

Contact your database administrator.

NAT3096 An error occurred during repair execution. DB/FNR :1:/:2:

An error occurred during repair execution.

Contact your database administrator.

NAT3097 An I/O error occurred during buffer flush. DB/FNR :1:/:2:

An I/O error occurred during buffer flush.

Contact your database administrator.

NAT3098 Value to be added already exists. DB/FNR :1:/:2:

Value to be added to unique descriptor already exists.

An attempt was made to add to a unique descriptor a valuewhich already exists.

Check program and correct error, or contact your database admini

NAT3099 An I/O error occurred. DB/FNR :1:/:2:

An I/O error occurred.

Contact your database administrator.

NAT3101 Fehler in ADABAS FASTPATH-Verarbeitung.

Error in ADABAS FASTPATH processing.

For explanation of this error, please refer to ADABASresponse code 101 in the ADABAS Messages and Codes Manual.

NAT3102 Space calculation error. DB/FNR :1:/:2:

Space calculation error.

Retry the OPEN operation.

Page 315: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 315/781Bearbeitet von: Schäfer DV Consulting

NAT3103 An ADA STAR call was sent to an isolated database. DB/FNR :1:/:2

An ADABAS STAR call was sent to an isolated database.

Stop the database and restart it with the ADARUNparameter ADASTAR=YES or ADASTAR=NO.

NAT3104 Program tried to call an ADA STAR replicated file. DB/FNR :1:/:2

Program tried to call an ADABAS STAR replicated file.

The program attempted to make a logical call to aphysical file defined as an ADABAS STAR replicated file.

Use only the logical file number when issuing calls.

NAT3106 Record buffer specified too small. DB/FNR :1:/:2:

Record buffer specified in user control block too small.

The Prefetch record buffer, as specified in the user control blois too small.

Contact your database administrator.

NAT3107 GETMAIN error or not enough space for Prefetch. DB/FNR :1:/:2:

GETMAIN error or not enough space when doing Prefetch.

When performing Prefetch, either a GETMAIN error occurred orthere was not enough space available. Prefetch is switched off.

Contact your database administrator.

NAT3110 The Command ID pool is full.DB/FNR :1:/:2:

The Command ID pool is full.

Increase the size of either or both the ADARUN NQCID orNU parameters.

NAT3113 The specified ISN was invalid. DB/FNR :1:/:2:

Page 316: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 316/781Bearbeitet von: Schäfer DV Consulting

The specified ISN was invalid.

This error may have one of the following reasons:

- An HI command was issued with ISN less than MINISN.

- An N2 command was issued with ISN either equal to 0 or greater the MAXISN in effect for file.

- An N2 command was issued and the specified ISN was assigned to another record in file.

- AN A1/A4, L1/L4, E1/E4, or S1/S2/S4 (with FB) command was issu a non-xistent ISN.

Check program and correct error, or contact your database admini

NAT3114 E1 command not allowed or specified with ISN=0. DB/FNR :1:/:2:

E1 command either not allowed or specified with ISN=0.

Either a Refresh File function using the E1 command wasissued and not allowed or else ISN=0 was specified forthe E1 command.

NAT3144 The specified ISN was not in 'hold' status. DB/FNR :1:/:2:

The specified ISN was not in 'hold' status.

The ISN specified with an UPDATE command was not in 'hold' statufor the user.

Check program and correct error, or contact your database admini

NAT3145 Record not available at the moment. DB/FNR :1:/:2:

Record not available at the moment.

1. An ADABAS call attempted to read a record which was already 'hold' status for another user for subsequent updating.

2. There was a hold queue overflow.

See RETRY statement in the NATURAL Reference Manual.

Page 317: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 317/781Bearbeitet von: Schäfer DV Consulting

NAT3146 An invalid buffer length was detected. DB/FNR :1:/:2:

An invalid buffer length was detected.

An invalid buffer length was detected by the ADABAS interface ro

Contact your database administrator.

NAT3147 ISN invalid: negative or greater than maximum ISN. DB/FNR :1:/:2

ISN invalid: either negative or greater than maximum ISN.

The ISN was invalid. The ISN transformation resulted either in anegative ISN or in an ISN which was greater than the maximum ISNpermitted for the file.

Contact your database administrator.

NAT3148 Database :1:,network ID :3: currently not active. Subc :2:

Database :1:,network ID :3: currently not active. Subc :2:

The database which NATURAL or a NATURAL program tried to accesswas not active or not accessible when the attempt was made.For detailed information see the subcode.

Start the database or contact your database administrator.

NAT3149 Active 'CLU' user attempted 'OP' command. DB/FNR :1:/:2:

Active 'CLU' user attempted 'OP' command.

An active 'CLU' user attempted to issue an 'OP' command.

Check program and correct error, or contact your database admini

NAT3151 A command queue overflow occurred.DB/FNR :1:/:2:

A command queue overflow occurred.

The database administrator may increase the value for the NC parand/or the command may be issued when a lower level of command ais in effect.

Contact your database administrator.

Page 318: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 318/781Bearbeitet von: Schäfer DV Consulting

NAT3152 Internal user buffer too small. DB/FNR :1:/:2:

Internal user buffer too small for user buffer areas.

The internal user buffer was not large enough to contain the usebuffer areas. The database administrator should increase the valof the LU parameter.

Contact your database administrator.

NAT3153 Previous call still in process. DB/FNR :1:/:2:

CALL ADABAS issued but previous call stil l in process.

A 'CALL ADABAS' was issued by a user while a previous call forthe user was still being processed.

Contact your database administrator.

NAT3159 ADABAS link module :1: missing or invalid.

ADABAS link module :1: missing or invalid.

The ADABAS link module specif ied by profile parameter ADANAMEcannot be loaded or is invalid. Either the load library ismissing or invalid or the specified module either doesn'texist or has been linked incorrectly.

If the ADABAS link module should be linked to NATURAL, then checNATURAL link job. If it shall be dynamically loaded, check the mname and the load library.

NAT3160 Too many ASSO/DATA blocks active in buffer pool. DB/FNR :1:/:2:

Too many ASSO/DATA blocks marked as active in buffer pool.

Too many Associator and Data Storage blocks were marked asactive in the ADABAS buffer pool for a single command.

Contact your database administrator.

NAT3161 Invalid RABN chain in header list. DB/FNR :1:/:2:

Page 319: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 319/781Bearbeitet von: Schäfer DV Consulting

Invalid RABN chain in header list of ADABAS buffer pool.

The RABN chain in the header list of the ADABAS buffer pool wasinvalid.

Contact your database administrator.

NAT3162 No space for ADABAS buffer pool header blocks. DB/FNR :1:/:2:

No additional space for ADABAS buffer pool header blocks.

No additional space was available for ADABAS buffer pool headerblocks.

Contact your database administrator.

NAT3163 RABN was already in chain. DB/FNR :1:/:2:

RABN to be linked into header chain was already in chain.

The RABN to be linked into the RABN header chain was already inthe chain.

Contact your database administrator.

NAT3164 More than 30 work areas allocated for the command.DB/FNR :1:/:2:

Too many work areas are allocated for the command.

Contact your database administrator.

NAT3165 A descriptor name was invalid or non-existent. DB/FNR :1:/:2:

A descriptor name was either invalid or non-existent.

A descriptor name was either invalid or did not exist in theDescriptor Value Table.

Check program and correct error, or contact your database admini

NAT3166 An error was detected in an inverted list index. DB/FNR :1:/:2:

Page 320: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 320/781Bearbeitet von: Schäfer DV Consulting

An error was detected in an inverted list index.

The reason for this error may be damage in the associator.

Contact your database administrator.

NAT3167 Field not in coupled file,or coupled list invalid. DB/FNR :1:/:2

Field is not in coupled file, or coupled list is invalid.

The field in a coupled file does not exist,or the coupled list is invalid.

Check program and correct error, or contact your database admini

NAT3168 Internal CID for coupling processing not found. DB/FNR :1:/:2:

Internal CID required for coupling processing not found.

An internal 'CID' required during coupling processing was not fo

Contact your database administrator.

NAT3170 ADABAS RABN for the command could not be found. DB/FNR :1:/:2:

ADABAS RABN required for the command could not be found.

The ADABAS RABN required for the command could not be found.

Contact your database administrator.

NAT3171 The constant set used by ADABAS not found. DB/FNR :1:/:2:

The constant set used by ADABAS could not be found.

Contact your database administrator.

NAT3172 ISN less than MINISN or greater than MAXISN. DB/FNR :1:/:2:

ISN either less than MINISN or greater than MAXISN.

An ISN was either less than the MINISN setting or greater than tMAXISN setting in effect for the file.

Check program and correct error, or contact your database admini

Page 321: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 321/781Bearbeitet von: Schäfer DV Consulting

NAT3173 An invalid data storage RABN was detected.DB/FNR :1:/:2:

An invalid data storage RABN was detected.

Contact your database administrator.

NAT3174 Starting RABN for L2/L5 not in address converter. DB/FNR :1:/:2:

Starting RABN for L2/L5 command not in address converter.

The starting data storage RABN for an L2/L5 command was notcontained in the address converter for the file.

Check program and correct error, or contact your database admini

NAT3176 Error in call to ADA subroutine or inverted list.DB/FNR :1:/:2:

Error in call to ADABAS subroutine or in inverted list.

An incorrect call to an ADABAS subroutine or an inconsistency inan inverted list was detected.

Check program and correct error, or contact your database admini

NAT3177 Record not found in indicated DATA storage block. DB/FNR :1:/:2:

Record not found in indicated Data Storage block.

A record could not be found in the Data Storage block which shouhave contained it as indicated by the Address Converter.

Contact your database administrator.

NAT3178 FDT and internal format buffer inconsistent. DB/FNR :1:/:2:

Inconsistency between FDT and internal format buffer.

An inconsistency was detected between the Field Description Tabland the internal format buffer;or an internal occurred when updating a multiple-value field.

Contact your database administrator.

Page 322: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 322/781Bearbeitet von: Schäfer DV Consulting

NAT3181 Start of transaction not found on autobackout DB/FNR :1:/:2:

Start of transaction not found when autobackout executed.

The start of a transaction could not be found when an'autobackout' was executed.

Check program and correct error, or contact your database admini

NAT3182 Necessary ET data were not found in WORK block. DB/FNR :1:/:2:

Necessary ET data were not found in WORK block.

The necessary ET data were not found in the appropriate WORK blo

Correct error or contact your database administrator.

NAT3183 Internal number for database I/O operation invalid.DB/FNR :1:/:2

Internal number for database I/O operation was invalid.

An internally assigned number for a for a database I/O operationfound to be invalid.

Contact your database administrator.

NAT3184 A phonetic field name could not be found. DB/FNR :1:/:2:

A phonetic field name could not be found.

Check program and correct error, or contact your database admini

NAT3185 ADAM field not found in the compressed record. DB/FNR :1:/:2:

ADAM field could not be found in the compressed record.

Contact your database administrator.

NAT3197 Pool for unique descriptor values too small.DB/FNR :1:/:2:

Pool for holding unique descriptor values is too small.

Contact your database administrator.

Page 323: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 323/781Bearbeitet von: Schäfer DV Consulting

NAT3198 Descriptor value already exists. DB/FNR :1:/:2:

Descriptor value for unique descriptor already exists.

An attempt was made to duplicate a value for a unique descriptor

Check program and correct error, or contact your database admini

NAT3199 Inconsistency in inverted list index. DB/FNR :1:/:2:

Inconsistency in inverted list index.DB/FNR :1:/:2:

During an UPDATE opertion, an inconsistency was detected in aninverted list index.

Contact your database administrator.

NAT3200 Security violation or invalid cipher code detected.DB/FNR :1:/:2

A security violation or invalid cipher code was detected.

Check program and correct error, or contact your database admini

NAT3201 The specified password was not found.DB/FNR :1:/:2:

The specified password was not found.

Check program and correct error, or contact your database admini

NAT3202 Incorrect ADABAS password for secured file. DB/FNR :1:/:2:

Incorrect ADABAS password for secured file.

The specified ADABAS password does not allow you to access/updatthe desired ADABAS secured file.

ADABAS backs out any open transaction.

Check program and correct error, or contact your database admini

NAT3203 User not authorized to access secured file. DB/FNR :1:/:2:

Page 324: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 324/781Bearbeitet von: Schäfer DV Consulting

User not authorized to access secured file.

The file to be accessed is protected by ADABAS Security.To delete a record from that file, you must provide the correctADABAS password.ADABAS backs out any open transaction.

Check program and correct error, or contact your database admini

NAT3204 An overflow of the password pool has occurred.DB/FNR :1:/:2:

An overflow of the password pool has occurred.

Contact your database administrator.

NAT3207 Logon phase 1 completed for ADABAS ESI interface. DB/FNR :1:/:2:

Logon phase 1 completed for ADABAS ESI interface.

The ADABAS ESI interface completed phase 1 of logon andrequested phase 2.

Send a phase-2 logon request to ADAESI.

NAT3208 Execute a phase 1 logon. DB/FNR :1:/:2:

Execute a phase 1 logon.

As an ESI remote user, you should execute a phase 1logon. The logon ID and your password will be sentto ADAESI.

Platform does not have the correct ADABAS link routineinstalled. Response code is intercepted by workstationADABAS link routine and phase 1 logon is performed.

NAT3210 Internal error. DB/FNR/Networkid :1:/:2:/:3:

Internal error. DB/FNR/Networkid :1:/:2:/:3:

The logical ID is greater than 255.

Contact your database administrator.

NAT3211 Internal error. DB/FNR/Networkid :1:/:2:/:3:

Page 325: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 325/781Bearbeitet von: Schäfer DV Consulting

Internal error. DB/FNR/Networkid :1:/:2:/:3:

An invalid ID table index detected in the user buffer.

Contact your database administrator.

NAT3212 Invalid in/out buffer for internal ADABAS command.DB/FNR :1:/:2:

Invalid input/output buffer for internal ADABAS command.

Contact your database administrator.

NAT3213 ID table not found. DB/FNR/Networkid :1:/:2:/:3:

ID table not found. DB/FNR/Networkid :1:/:2:/:3:

The ADABAS installation procedure was not properly executed,especially the ADABAS SVC.

Inform your database administrator.

NAT3214 Internal command issued from ADA V4 ADALINK. DB/FNR :1:/:2:

Internal command issued from ADABAS Version 4 ADALINK.

Contact your database administrator.

NAT3215 ADABAS version inconsistency. DB/FNR :1:/:2:

ADABAS version inconsistency.

SVC 04/16 call received from ADABAS Version 4 ADALINK,with ADABAS Version 5 user buffer or AMODE=31.

Contact your database administrator.

NAT3216 Command rejected. DB/FNR :1:/:2: Network ID :3:

Command rejected. DB/FNR :1:/:2: Network-id :3:

The command has been rejected by the ADABAS user exit.

Contact your database administrator.

NAT3217 Command rejected. DB/FNR :1:/:2: Network ID :3:

Page 326: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 326/781Bearbeitet von: Schäfer DV Consulting

Command rejected. DB/FNR :1:/:2: Network ID :3:

The command has been rejected by the ADABAS user exit.

Contact your database administrator.

NAT3218 Not enough memory to allocate user buffer. DB/FNR :1:/:2:

Not enough memory to allocate user buffer.

The program/utility has to be run again in a larger region/parti

Contact your database administrator.

NAT3220 Receiving/relay node unable to allocate buffer. DB/FNR :1:/:2:

Receiving/relay node unable to allocate buffer.

The receiving/relay node was unable to allocate a buffer to readthe command.

If this response is recurrent, the size of the receiving/relay nAttached Buffer pool should be increased (see the execution para'NAB' in the NET-WORK CTCS manual).

Contact your database administrator.

NAT3221 Receiving node intercepted abend during SVC 4-call.DB/FNR :1:/:2

Receiving node intercepted abend during ADABAS SVC 4-call.

The receiving node intercepted an abnormal termination during thADABAS SVC 4-call for the command.

Contact your database administrator.

NAT3222 No CQE could be allocated on a relay node.DB/FNR :1:/:2:

No CQE could be allocated on a relay node.

No CQE could be allocated on a relay node(same as NATURAL error NAT3151 on a receiving node).

Contact your database administrator.

Page 327: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 327/781Bearbeitet von: Schäfer DV Consulting

NAT3223 CTCS response code: node loop.DB/FNR :1:/:2::

CTCS response code: node loop

Contact your database administrator.

NAT3224 ADABAS command timed out by receiving/relay node. DB/FNR :1:/:2:

ADABAS command timed out by receiving/relay node.

The ADABAS command has been timed out by the receiving/relay nod

Check program and correct error, or contact your database admini

NAT3229 Command queue element ignored, user already active.DB/FNR :1:/:2

Command queue element ignored - user already active.

Try again later or cancel current user.

NAT3251 An ADASMP error occurred. DB/FNR :1:/:2:. Subcode :3:

An ADASMP error occurred. DB/FNR :1:/:2:. Subcode :3:

Either the ADASMP user table is full or corrupted or theADASMP iser ID is invalid.For the detailed reason see the subcode.

Please contact your ADABAS system administrator.

NAT3252 Error in ADABAS SVC processing. Subcode :3: DB/FNR :1:/:2:

Error in ADABAS SVC processing. Subcode :3: DB/FNR :1:/:2:

A post error occured during ADABAS SVC processing.For a detailed reason see the subcode.

Contact your database administrator.

NAT3253 Error in ADABAS SVC processing. DB/FNR/Networkid :1:/:2:/:3:

Page 328: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 328/781Bearbeitet von: Schäfer DV Consulting

Error in ADABAS SVC processing. DB/FNR/Networkid :1:/:2:/:3:

Invalid buffer length found during ADABAS SVC processing.

Contact your database administrator.

NAT3254 Command time-out or overflow. DB/FNR/Networkid :1:/:2:/:3:

Command time-out or overflow. DB/FNR/Networkid :1:/:2:/:3:

One of the following has occurred:

- The time limit set by the ADABAS parameter CT was exceeded.

- A buffer overflow occurred while an attached buffer was being processed.

Contact your database administrator.

NAT3255 Attached buffers exhausted. DB/FNR/Networkid :1:/:2:/:3:

Attached buffers exhausted. DB/FNR/Networkid :1:/:2:/:3:

All attached buffers were allocated at the time the command wasprocessed.

Contact your database administrator.

NAT3275PROCEDURE Name in CALLDBPROC statement muß vom Typ alphasein

PROCEDURE name in CALLDBPROC statement must be alpha.

The PROCEDURE name in the CALLDBPROC statement must havealphanumeric format. Specify either an alphanumericconstant or an alphanumeric variable.

Correct the PROCEDURE name specification in the CALLDBPROCstatement.

NAT3276 Result set und Sqlcode Variablen müssen Format (I4) haben.

Page 329: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 329/781Bearbeitet von: Schäfer DV Consulting

Result set and Sqlcode variables must have format (I4).

Result set and sqlcode variable must have format(I4).

Correct the format definition of result et and sqlcodevariables.

NAT3277 CALLMODE Parameter muss entweder NATURAL oder NONE sein.

CALLMODE parameter has to be either NATURAL or NONE.

The CALLMODE parameter of the CALLDBPROC statementmust either be NONE or NATURAL. If omitted, it is setto NONE.

Correct the CALLMODE specification.

NAT3278 Ungültiger Parameter im CALLDBPROC Statement.

Invalid parameter specified in CALLDBPROC statement.

One of the parameters specified in the CALLDBPROC statementis invalid.

Correct the parameter specification in the CALLDBPROCstatement.

NAT3279 Das CALLDBPROC Statement ist ungültig.

The CALLDBPROC statement is invalid.

The CALLDBPROC statement contains an unexpected keyword.

Correct the CALLDBPROC statement.

NAT3280 :1: trat in der stored procedure :2: auf.

:1: occured in stored procedure :2:.

The natural error message :1: was issued during the processing othe SQL stored procedure :2:.

Analyze the error and correct stored procedure.

Page 330: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 330/781Bearbeitet von: Schäfer DV Consulting

NAT3281 Stored Procedure :1: Differenz in Parameteranzahl :2:,:3:.

Stored procedure :1: number of parameters differ :2:,:3:.

The stored procedure control block contains a number of parametedifferent from the number of parameters passedto the stored procedure. This is an internal error, which'should not occurr'. The first number is the expectednumber of parameters, the second number the received parameters.

Contact Software Ag customer service center and provideLISTSQL of program.

NAT3282 Stored Procedure :2: entdeckte ungültige Parameterbeschreibung

Stored procedure :2: got an invalid parameter description

The stored procedure :2: received, in its control block, aninvalid parameter description. This is an NDB internalerror.

Contact Software Ag customer service center.

NAT3283 Stored Procedure :1: Getmain Fehler für DB2SIZE1 rc :2:

Stored procedure :1: getmain of DB2SIZE1 failed rc :2:.

The getmain of the DB2SIZE1 buffer failed with return code :2.The DB2SIZE1 buffer is used to copy the passed data into theNATURAL storage area before the stored procedure is invoked.It also contains the NATURAL internal format description of thepassed parameters.

Either increase the NATURAL thread size or reduce the number ofparameters passed to the stored procedure or decrease the amountof data passed to the stored procedure.

NAT3284 Stored procedure :1: DB2SIZE1 fehlt vor Rückkehr.

Page 331: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 331/781Bearbeitet von: Schäfer DV Consulting

Internal error, DB2SIZE1 missing for stored procedure :1:.

The DB2SIZE1 buffer contains a copy of the parameters passed bythe caller. When the stored procedure has modified the data, itcopies them back to the DB2SIZE1 buffer and then returns them tothe caller. Unfortunately, the buffer disappeared.This is an internal error.

Contact Software Ag customer service center.

NAT3285 Stored Procedure :1: Freemain Fehler für DN2SIZE1 rc :2:

Stored procedure :1: freemain of DB2SIZE1 failed rc :2:.

The freemain of the DB2SIZE1 buffer which hold the datapassed to the stored procedure failed with return code :2:.This is an internal error.

Contact Software Ag customer service center.

NAT3286 Stored procedure :1: CB Versions Fehler :2: , :3:.

Stored procedure :1: control block :2: mismatch :3:.

The stored procedure detected an unexpected control identifier.It expected the identifier :2: but received :3:This indicates a version mismatch between NDB software on theclient or caller side and the NDB software on the server side.

Upgrade to matching software levels on both sides.

NAT3287 Set operators EXCEPT, INTERSECT not supported by NDB.

Set operators EXCEPT, INTERSECT not supported by NDB.

The set operators EXCEPT and INTERSECT are not supportedby DB2 or SQL/DS. NDB therefore rejects the usage of theseoperators. Only the UNION set operator is supported byDB2 and SQL/DS and therefore by NDB.

Remove the EXCEPT or INTERSECT operator from the SELECTstatemen

Page 332: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 332/781Bearbeitet von: Schäfer DV Consulting

Page 333: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 333/781Bearbeitet von: Schäfer DV Consulting

Page 334: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 334/781Bearbeitet von: Schäfer DV Consulting

Page 335: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 335/781Bearbeitet von: Schäfer DV Consulting

NAT3400 Kein :1: Datenbank-Handler verfügbar.

Page 336: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 336/781Bearbeitet von: Schäfer DV Consulting

No ... database handler available.

A specific database handler is assigned to handle the database.However, the database handler requested is not available.Possible reason are:- the database handler module isn't l inked to NATURAL- the session profile parameter for the buffer size of the datab handler is zero- an error occurred during initialization of the database handle- the wrong database handler has been specified for the database either by macro NTDB in the parameter module or by the DB para

Depends on the reason of the error. If an initialization error hoccurred, check the session initialization error messages.

NAT3401 NAT object STOWed for :1: but executed under :2:.

NAT object STOWed for .1. but executed under .2..

The DBid used when stowing the NATURAL object is assignedto database type .1. but at runtime this DBid is assignedto database type .2.

The DBid used at stow time and at runtime must be assigned tothe same database type.

NAT3408 Kein SESAM-Handler verfügbar.

Page 337: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 337/781Bearbeitet von: Schäfer DV Consulting

No SESAM handler available.

SESAM has been defined to be handled by a specific handler.However, the handler specified has not been link editedto the NATURAL system or is not available.

Relink NATURAL or start correct SESAM database handler.

NAT3415 VPSIZE buffer is too small.

VPSIZE buffer is too small.

The VPSIZE buffer is used by the NATURAL Active View. Thisbuffer is too small to process the current access to theView Program. This may be because:

- the client's view contains too many fields or too large fields- the search criterion in the WHERE clause is too complex.

Either increase VPSIZE or reduce number/length of fields.

NAT3416 Communication error between Client and Active View.

Communication error between Client and Active View.

A general communication error occurred. The protocol betweenclient and Active View wasn't processed properly.The communication was cancelled.

Try to establish communication again.

NAT3417 Internal planning error in NATURAL Active View (sc=:1:).

Page 338: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 338/781Bearbeitet von: Schäfer DV Consulting

Internal planning error in NATURAL Active View (sc=...).

The planning phase which runs before each access to aView Program returned an error. This is an internalerror which cannot be avoided by user action.

Report error to Software AG.

NAT3418 Internal runtime error in NATURAL Active View (sc=:1:).

Internal runtime error in NATURAL Active View (sc=...).

An error occurred during the processing of a View Program.This is an internal error that cannot be avoided by user action.

Report this error to Software AG.

NAT3419 Error during data transfer with a PROCESS stmt. in block.

Error during data transfer with a PROCESS statement in a block.

Internal error during data transfer between NATURAL local dataarea and the database call.

Report this error to Software AG.

NAT3420 Required View Program is not available.

Required View Program is not available.

The required View Program as specified in the DDM cannotbe accessed for one of the following reasons:

- the View Program does not exist; or- the library is wrong; or- the FUSER is wrong.

Re-generate the DDM from the View Program using the utilitydescribed in the NATURAL Active View manual.

NAT3421 Undefined action specified in client program.

Page 339: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 339/781Bearbeitet von: Schäfer DV Consulting

Undefined action specified in client program.

The action specified in the PROCESS statement inthe client program has not been defined in the ACTIONS clauseof the View Program.

Check the action name in the client program, or definethe action in the View Program.

NAT3422 Action type mismatch between client and View Program.

Action type mismatch between client and View Program.

The action type of the action in thePROCESS statement in the client program does notmatch the action type specified with this actionin the ACTIONS clause of the View Program.

Make sure that the type matches and restart the program.

NAT3423 Allocation of VPSIZE buffer failed.

Allocation of VPSIZE buffer failed.

The VPSIZE buffer used by NATURAL Active View could not beallocated. The buffer is allocated when NATURAL is started.

Decrease the size of the other buffers.

NAT3424 Memory for planning exhausted.

Memory for planning exhausted.

The VPSIZE buffer did not provide enough memory toperform planning for the current Active View request.

Increase VPSIZE or reduce the complexity of the request.

NAT3425 Mismatch between DDM and View Program.

Page 340: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 340/781Bearbeitet von: Schäfer DV Consulting

Mismatch between DDM and View Program.

The data defined in the DEFINE VIEW/DEFINE SERVER statementof the View Program no longer matches the DDM generated from it.This may because:

- an additional field has been inserted, or- a field has been deleted, or- the sequence of the fields has been changed, or- the format of a field has been changed.

Re-generate the DDM from the View Program using the utilitydescribed in the NATURAL Active View manual.

NAT3426 Required field not present in cl ient view.

Required field not present in cl ient view.

A field included in the REQUIRES subclause of theACTION clause in the View Program is not included inthe client's view which is used with the PROCESS statementin the client program.

Add required field to the cl ient view.

NAT3427 Error during data transfer between client and Active View

Error during data transfer between client and Active View

The data transfer between the Active View request structureand the data fields defined in DEFINE VIEW/DEFINE SERVERfailed. This may result from a mismatch between the DDMused by the client and the interface definition of theView Program.

Recatalog the View Program. Regenerate the DDM from the View Prowith the utility described in the NATURAL Active View Manual andrecatalog the client program.

NAT3428 Communication error with DEST=NET.

Page 341: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 341/781Bearbeitet von: Schäfer DV Consulting

Communication error with DEST=NET.

An error occurred in the communication between the clientand the Active View when the destination was specifiedas NET. The session in which the View Program is runningreached the NEXT line without being closed by the client.

Contact Software AG.

NAT3429 Missing or il legal DDM.

Missing or il legal DDM.

The DDM used for the PROCESS request to an Active Viewis missing or invalid.

Generate the DDM from the View Program using the utilitydescribed in the NATURAL Active View documentation.

NAT3431 Error in C heap management.

Error in C heap management.

The chain of memory blocks in heap storage is corrupt.This error may occur either during the planning of anActive View request or during a database access in theView Program.

Contact Software AG. To circumvent the error, change theActive View request in the client program.

NAT3432 RUN command not allowed with View Programs.

RUN command not allowed with View Programs.

A View Program cannot be started by the RUN command,rather it must started implicitly by a PROCESS requestfrom a client.

Start View Program from a client.

NAT3433 Active View error: NAT:1: in :2:/:3:.

Page 342: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 342/781Bearbeitet von: Schäfer DV Consulting

Active View error: NAT:1: in :2:/:3:.

An error occurred in a View Program while running in adedicated session. This is the case with DEST=LOCAL or DEST=NET.

Restart program.

NAT3434 Reserved for NATURAL Active View.

Reserved for NATURAL Active View.

NAT3435 Search criterion too complex for NATURAL Active View.

Search criterion too complex for NATURAL Active View.

The search criterion associated with the PROCESS requestin the client is too complex. This error is returnedby the planning phase because of a memory overflow.

Increase the size of the VPSIZE buffer, or (better) reducethe complexity of the search criterion.

NAT3436 Predefined action only allowed with action type 'X'.

Predefined action only allowed with action type 'X'.

If a predefined action (CREATE, REMOVE, GET, PUT) is usedin a PROCESS statement to access an Active View, theassociated type (TYPE=...) must be X (eXchange).Note that the default type is also X.

Check and correct program.

NAT3437 Active View access with DEST=DEBUG.

Page 343: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 343/781Bearbeitet von: Schäfer DV Consulting

Active View access with DEST=DEBUG.

This error indicates that the client program cannot becontinued properly after a PROCESS request to anActive View. It occurs at runtime after a PROCESS requestwith action type A (Access) when destination DEBUG isspecified and the given quantity is ALL or greater than one.Prior to this error, the Active View processed the whole loopwithout returning control to the client after each record. Thebody of the PROCESS loop in the client program can never beentered in this kind of process.

NAT3438 Error in sort handling.

Error in sort handling.

An error occurred in the explicit sort handling of an Active VieExplicit sorting is performed if the client requests a sortsequence via the ORDER BY clause and sorting cannot be performedby the underlying database. Possible reasons are:- sort module not linked, or- sort runs out of memory (too many or too large records).

Link sort module or reduce number of records to be sorted.

NAT3439 Invalid destination.

Invalid destination.

An Active View accessed by a PROCESS statement with destinationDEBUG cannot access other Active Views with destination LOCALor NET.

Define correct destination.

NAT3440 Duplicate Create.

Page 344: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 344/781Bearbeitet von: Schäfer DV Consulting

Duplicate Create.

This error occurs in NATURAL Active View if the Active Viewreceives a PROCESS request with action CREATE afterinstantiation has already been performed via CREATE.

Delete the second CREATE or REMOVE the old instance beforecreating a new one.

NAT3441 Reset of *ERROR-NR is not allowed.

Reset of *ERROR-NR is not allowed.

You cannot reset *ERROR-NR inside the ON ERROR block ofa View Program.

Remove the resetting of *ERROR-NR.

NAT3442 Invalid destination mix.

Invalid destination mix.

You must not mix the destinations LOCAL and NET inPROCESS requests referring to the same Active View.

Check and correct program.

NAT3443 View field not supplied.

View field not supplied.

A view field used in the search criterion of a PROCESS requestto an Active View is not supplied by a block in the View Program

Add field to View Program.

NAT3444 I* field not supplied by View Program.

Page 345: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 345/781Bearbeitet von: Schäfer DV Consulting

I* field not supplied by View Program.

The client view on an Active View contains an integrityfield (I* field) but the View Program does not supply thisintegrity field.

Add integrity field to View Program.

NAT3445 Modify action without surrounding PROCESS loop.

Modify action without surrounding PROCESS loop.

A PROCESS request with action type M (Modify) requiresa surrounding PROCESS loop with action type A (Access).If this is not the case, no reference is given for the update.

Supply surrounding loop.

NAT3446 Nested loop on the same view.

Nested loop on the same view.

You must not specify two nested PROCESS loops with bothloops referring to the same view. This is because eachview corresponds to one dedicated session and one sessioncan only perform planning for one request at a time.

Check and correct program.

NAT3450 SESAM Status :1: Unter-Nr. :2: für Kommando :3:

SESAM Status ... Sub-number ... for command ...

Please refer to SESAM documentation for information onSESAM status, sub-number and command received.

NAT3451 NATURAL SESAM Field Description Table nicht gefunden.

Page 346: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 346/781Bearbeitet von: Schäfer DV Consulting

NATURAL for SESAM Field Description Table not found.

The NATURAL SESAM interface was not able to locate therequired Field Description Table (FDT) for the provideddatabase ID and file number.

The reason is that the FDT has not been generated or assembled,or that the FDT is not in the correct FDT library,or that the FDT library specified in the NATURAL SESAM parametermodule does not exist.

Make sure that the required FDT has been generated, assembled,and located in the correct FDT library.

NAT3452 Fehler in NATURAL für SESAM Field Description Table.

Error in NATURAL for SESAM Field Description Table.

The Field Description Table (FDT) is not consistent with thecorresponding SESAM database definition or the correspondingNATURAL view/DDM.

Check FDT, database defini tion and view/DDM for consistency.

NAT3453 Fehler bei Umsetzung von Feldformaten.

Error in conversion of field formats.

The NATURAL SESAM interface has attempted to convert the formatof fields for a database access, but the formats in the DDM andin the database are not compatible.

Change the format/length of the field in the DDM if possible.

NAT3454 Eine Umsetzung eines der Formate ist nicht moglich.

It is not possible to convert one of the formats.

The format of one of the DDM fields cannot be converted for aSESAM database access.

Change the format of the field in the DDM if possible.

NAT3455 Interner NATURAL für SESAM Fehler (Tabellenüberlauf).

Page 347: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 347/781Bearbeitet von: Schäfer DV Consulting

Internal NATURAL for SESAM error (table overflow).

Terminate NATURAL session and try again;if error occurs again, contact Software AG support.

NAT3456 Interner NATURAL für SESAM Fehler.

Internal NATURAL for SESAM error.

Terminate NATURAL session and try again;if error occurs again, contact Software AG support.

NAT3457 Zu wenig Speicherplatz für NATURAL für SESAM.

Not enough memory for NATURAL for SESAM.

One reason for this error may be that the value specified forthe DBSSIZE parameter either in the NATURAL parameter moduleor when invoking NATURAL is too small.

Terminate NATURAL session and try again; if error occurs again,NATURAL with a larger DBSSIZE or contact your NATURAL administra

NAT3458 E/A-Fehler beim Schreiben auf Trace-Datei.

I/O error when writing to trace file.

Do not use the trace function.

NAT3459 END TRANSACTION-Statement für SESAM-Zugriff falsch placiert.

Misplaced END TRANSACTION statement for SESAM access.

Please refer to the SESAM-specific NATURAL documentationfor further information.

Correct error in program.

NAT3460 Teilfeld für SESAM-Langfeld falsch angegeben.

Page 348: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 348/781Bearbeitet von: Schäfer DV Consulting

Subfield of SESAM long field incorrectly specified.

When the two subfields that make up a SESAM long field are referfor the first time after a database access, they must be referenin the correct sequence and one immediately after the other.

Correct error in program.

NAT3461 Falsche Verwendung von RETAIN SET für SESAM-Datenbank.

Invalid use of RETAIN SET for SESAM database.

Please refer to the SESAM-specific NATURAL documentation forfurther information on usage of RETAIN SET for SESAM databases.

Correct error in program.

NAT3462 Superdeskriptor für SESAM-Datenbank hier nicht moglich.

Invalid use of superdescriptor for SESAM database.

Check FDT. If necessary, contact Software AG support.

NAT3463 Interner NATURAL für SESAM Fehler mit AUTOPSW.

Internal NATURAL for SESAM error when using AUTOPSW.

Store clock command failed.

Contact your system administrator.

NAT3464 Ausprägungen von multiplem Feld müssen zusammenhängen.

Occurrences for multiple-value field must be contiguous.

When modifying a multiple-value field in a SESAM database,the range of occurrences must be contiguous.

Correct error in program.

NAT3465 NATURAL für SESAM Puffer zu klein.

Page 349: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 349/781Bearbeitet von: Schäfer DV Consulting

NATURAL for SESAM buffer(s) too small.

Increase the buffer sizes for the statement area, response areainquiry area in the NATURAL SESAM parameter module.

NAT3466 Gewünschte ISN in SESAM-Datenbank nicht vorhanden.

Requested ISN does not exist in SESAM database.

This error is caused by one of the following:

- You have used a READ BY ISN statement to access a SESAM databa however, READ BY ISN is not allowed for SESAM databases.

- With a GET statement, you have specified an ISN which does not exist in the database. For a SESAM database, an existing ISN m be specified with the database.

Do not use READ BY ISN for SESAM databases.Use only existent ISN in GET statement for SESAM database.

NAT3467 NATURAL für SESAM konnte nicht initialisiert werden.

Initialisation of NATURAL for SESAM failed.

This message is output together with a more detailed messagedescribing the reason why the initialisation failed.

See explanation of detailed message.

NAT3468 Gewünschtes Feld in FDT nicht gefunden.

Requested field not found in FDT.

In the DDM, fields are defined which are not defined in thecorresponding FDT.

Make sure that DDM and FDT match.If necessary, contact your NATURAL administrator.

NAT3469 Fehler bei Funktion von NATURAL für SESAM-Utility.

Page 350: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 350/781Bearbeitet von: Schäfer DV Consulting

Error in function of NATURAL for SESAM utility.

This is an internal error which is caused by an incompatibilitythe NATURAL SESAM interface and the NATURAL SESAM utilities.

Make sure that the NATURAL SESAM interface and the NATURAL SESAMutilities are of the same version.If they are and this error occurs, contact Software AG support.

NAT3470 Ungültige Command ID für komplexes FIND- / GET-Statement.

Invalid command ID for complex FIND or GET statement.

Internal error.Probably missing END TRANSACTION statement.

Check documentation on NATURAL SESAM transaction logic.If necessary, set the profile parameter ET to "ON".

NAT3471 Record Buffer zu klein für LF-Kommando.

Record buffer too small for LF command.

Internal error.

Contact Software AG support.

NAT3472 Syntaxfehler in Format Buffer.

Syntax error in format buffer.

Internal error.

Contact Software AG support.

NAT3473 The DBID has not been specified for SESAM.

The DBID has not been specified for SESAM.

The NTDB entry with SESAM has not beenspecified for this DBID.

Correct DBID, or enhance NTDB entry for SESAM.

Page 351: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 351/781Bearbeitet von: Schäfer DV Consulting

NAT3500 FCT definition for :1: incomplete; :2: missing.

Page 352: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 352/781Bearbeitet von: Schäfer DV Consulting

FCT definition for :1: incomplete; :2: missing.

NATURAL for VSAM requires information from the CICS file controlto generate a CICS command; however, this information is missing

Contact your CICS administrator.

NAT3501 Internal NATURAL VSAM error, module :1: .

Internal NATURAL VSAM error, module :1: .

An internal error condition has occurred.

Contact Software AG support.

NAT3502 Internal NATURAL :1: error.

Internal NATURAL ... error.

'L1' or 'L4' not preceded by 'S1' command.

Contact Software AG support.

NAT3503 Internal NATURAL :1: error.

Internal NATURAL ... error.

Record buffer too small.

Contact Software AG support.

NAT3504 File :1:, ENABLESTATUS/RESP :2:, RESP2 :3:.

File :1:, ENABLESTATUS/RESP :2:, RESP2 :3:.

Request could not be satisfied due to ENABLESTATUS problem.

If the parameters ENADIS/ENAUNE in the NVSPARM module are set tothe ENABLESTATUS is indicated in the error message.If the parameters ENADIS/ENAUNE are set to 'ON', NATURAL VSAM haan EXEC CICS SET ENABLED command; this command failed, and CICShas returned response codes as indicated in the error message.

Contact your CICS administrator.

Page 353: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 353/781Bearbeitet von: Schäfer DV Consulting

NAT3505 Loop reposition error occurred during ROLL-IN processing.

Loop reposition error occurred during ROLL-IN processing.

For the native AIX processing, a current base key cannot befound for a loop repositioning. Either the alternate indexes werdestroyed or the record for this base key was deleted orchanged by another user.

Contact your NATURAL administrator.

NAT3506 Statement invalid for NATURAL VSAM.

Statement invalid for NATURAL VSAM.

This statement is not allowed for this type of VSAMdataset (for example, READ PHYSICAL for a KSDS type).

Correct error in program.

NAT3507 USR0100N error: :1:

USR0100N error: :1:

The program that invokes the user exit USR0100N contains an erro

Correct error in invoking program.

NAT3508 Logical key length is too big.

Logical key length is too big.

The sum of the logical key and prefix lengths, definedin the corresponding DDM, is greater than the maximum VSAMkey length.

Correct error in DDM/program.

NAT3509 Complex search criteria not allowed for NATURAL VSAM.

Page 354: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 354/781Bearbeitet von: Schäfer DV Consulting

Complex search criteria not allowed for NATURAL VSAM.

Connecting search criteria and coupling of files isnot possible for VSAM files.See NATURAL Reference Manual, FIND statement, for validsearch criteria.

Correct error in program.

NAT3510 Invalid operator in FIND statement for NATURAL VSAM.

Invalid operator in FIND statement for NATURAL VSAM.

The FIND statement contains an invalid search criterionfor VSAM files.

Correct error in program.

NAT3511 Invalid search buffer.

Invalid search buffer.

Either the DDM was changed between cataloging and execution of tprogram, or the FIND statement contains a clause not applicableVSAM.

Contact your NATURAL adminstrator;or correct error in program.

NAT3512 File :1: is not defined as path.

File :1: is not defined as path.

The NVSPARM parameter PATH=ON is specified for this session,but the fi le is not a path for an alternate index.

Contact your SYSTEM administrator.

NAT3513 Not enough storage for NATURAL VSAM in table :1:.

Page 355: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 355/781Bearbeitet von: Schäfer DV Consulting

Not enough storage for NATURAL VSAM in table :1:.

One of NATURAL for VSAM internal tables, defined as fixedbuffer type, is too small. The eye-catcher of the internaltable that is too small is indicated in the variable.

Use Buffer Usage Statistics function of SYSDBA utility to ascertwhich parameter must be adjusted in NVSPARM.

NAT3514 Record to be updated is not in 'hold' status.

Record to be updated is not in 'hold' status.

An UPDATE statement was issued for a record which was not in'hold' status.This may be caused, for example, by the UPDATE statementreferring to a FIND FIRST statement which found nothing.

Correct program or provide other search criteria.

NAT3515 UPD table is full.

UPD table is full.

A record has been read for update. NATURAL for VSAM tried to savthe appropriate fields in its UPD table, but received a responseindicating that the UPD table was not large enough to contain thfields.

Contact your NATURAL administrator to increase UPDL size in NVSPor change program to reduce the amount of data held per transact

NAT3516 File: :1: Cmd: :2: Cond: :3: Rc: :4:

Page 356: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 356/781Bearbeitet von: Schäfer DV Consulting

File: :1: Cmd: :2: Cond: :3: Rc: :4:

NATURAL for VSAM received an unexpected response from CICS.

File: Name of involved dataset taken from DDM.Cmd: Mnemonic of CICS command issued by NATURAL for VSAM.Cond: Mnemonic of CICS condition.Rc: VSAM return code and error code taken from EIB (if provid CICS).

See IBM's CICS and VSAM documentation for further information.

NAT3517 Internal NATURAL :1: error.

Internal NATURAL ... error.

This internal error occurs when an S4/N1command for VSAM/ISAM/LEASY files is intercepted byNATURAL for VSAM/ISAM/LEASY and the format buffer is empty.

Contact Software AG support.

NAT3518 Error in format buffer for NATURAL VSAM.

Error in format buffer for NATURAL VSAM.

The DDM was changed between cataloging and executing the NATURALprogram.

Contact your NATURAL administrator.

NAT3519 Error in format buffer for INSERT, base key ommitted.

Error in format buffer for INSERT, base key ommitted.

The base key was not specified for a KSDS file in the STORE stat

Correct error in program.

NAT3520 Held VSAM record modified by another transaction.

Page 357: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 357/781Bearbeitet von: Schäfer DV Consulting

Held VSAM record modified by another transaction.

The record held by a previous READ/FIND for UPDATE was modifiedanother transaction.

Check your application's handling of concurrency control problemor issue the RETRY statement in an ON ERROR clause to ignore theerror situation.

NAT3521 Direction changed for an active READ in variable sequence.

Direction changed for an active READ in variable sequence.

For an active READ loop, the ascending/descending directionwas changed to descending/ascending sequence.

Correct error in program.

NAT3522 DD/DLBL name for fi le :1: is not defined in the JCL stream.

DD/DLBL name for fi le :1: is not defined in the JCL stream.

The NVSPARM parameter PATH=CHECK is specified and the fileis not defined in the system (no FCT entry for CICS, no UFILEentry for COM-PLETE or no JCL-card for any other environment).

Contact your SYSTEM administrator.

NAT3523 Insertion of :1: 'LA' record without 'LB' field.

Insertion of ... 'LA' record without 'LB' field.

Insertion of LA record into system file with LB field having beeomitted (internal error).

Contact your NATURAL administrator.If necessary, contact Software AG technical support.

NAT3524 Maximum VSAM record length exceeded at insertion/update.

Page 358: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 358/781Bearbeitet von: Schäfer DV Consulting

Maximum VSAM record length exceeded at insertion/update.

Insertion/updating was requested for a record which is longer thpermitted maximum; or an attempt was made to increase the length'fixed length' record.

Check record-length definit ion in VSAM cluster and in the DDM.

NAT3525 OPEN util ity is active, specify OPSUPP=ON in NVSPARM.

OPEN util ity is active, specify OPSUPP=ON in NVSPARM.

The user exit USR2008P is active, but the NVSPARM parameterOPSUPP=OFF is specified.

Contact your NATURAL administrator.

NAT3526 Read on :1: 'LB' subfile with other 'DE' specified.

Read on ... 'LB' subfile with other 'DE' specified.

This is an internal NATURAL for VSAM, NATURAL for ISAM orNATURAL for LEASY error.

Contact your NATURAL administrator.If necessary, contact Software AG technical support.

NAT3527 Internal NATURAL :1: error.

Internal NATURAL ... error.

Internal NATURAL for VSAM, NATURAL for ISAM orNATURAL for LEASY error.

Contact Software AG support.

NAT3528 Specified :1: 'DE' is not a secondary one.

Specified ... 'DE' is not a secondary one.

Check program and correct error.

NAT3529 Field in HISTOGRAM must be a descriptor.

Page 359: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 359/781Bearbeitet von: Schäfer DV Consulting

Field in HISTOGRAM must be a descriptor.

See NATURAL Reference Manual for valid HISTOGRAM syntax.

Correct error in program.

NAT3530 UPD=OFF not allowed for NATURAL :1: :2:.

UPD=OFF not allowed for NATURAL ... ....

Inconsistency between DDM and NVSPARM module.

- NATURAL VSAM: If the parameter UPD=OFF is set in the NVSPARM m logical files are not supported.

- NATURAL ISAM: If the parameter UPD=OFF is set in the NVSPARM m duplicate keys in ISAM files are not supported.

Change DDM or NVSPARM module.

NAT3531 No entry found with given command ID for NATURAL :1:.

No entry found with given command ID for NATURAL ....

This is an internal NATURAL for VSAM, NATURAL for ISAMor NATURAL for LEASY error.

Contact your NATURAL administrator.

NAT3532 File :1: not known to CICS.

File :1: not known to CICS.

CICS returned a DSIDERR condition upon NATURAL for VSAM'sINQUIRE command.

Contact your CICS administrator.

NAT3533 File :1:, VSAM record deleted from another terminal.

Page 360: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 360/781Bearbeitet von: Schäfer DV Consulting

File :1:, VSAM record deleted from another terminal.

While UPDATE waited for a response, another terminal orbatch user deleted the record in question; or the alternate indeis destroyed.

Check your application logic or the file structure.

NAT3534 Duplicate VSAM record in file :1:.

Duplicate VSAM record in file :1:.

An attempt was made to write a duplicate record to a unique-keyVSAM, ISAM or LEASY dataset.

Correct error in program.

NAT3535 A NATURAL :1: end-of-file condition has occurred.

A NATURAL ... end-of-file condition has occurred.

Contact your NATURAL administrator.

NAT3536 :1: error, feedback code :2:, file :3:.

:1: error, feedback code :2:, file :3:.

See IBM documentation for explanation of feedback code (RPLERRCD

NAT3537 :1: failed, return/reason code :2:/:3:.

:1: failed, return/reason code :2:/:3:.

NATURAL for VSAM needed a temporary storage area outsideVSIZE (for example, as I/O area); the appropriate GETMAINor FREEMAIN request failed.The return code comes from NATGETM ,the reason code from thesystem.

Increase available storage.

NAT3538 Response from CICS: INVREQ

Page 361: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 361/781Bearbeitet von: Schäfer DV Consulting

Response from CICS: INVREQ

The statement is not allowed according to the dataset entryspecification in the CICS File Control Table (FCT).If the NATURAL session runs with DU=ON, a NV63 abend with atransaction dump is forced in instead of NAT3538.

Use CEDF to examine the cause of this problem, or start your seswith DU=ON and analyse the trace table in the dump.

NAT3539 File :1: not :2:, :3:.

File :1: not :2:, :3:.

Open/close error. If available to NATURAL for VSAM, the originalreturn code is indicated in the error message. For explanationof the return code, please refer to the corresponding IBM manual

Contact your NATURAL administrator.

NAT3540 No more space in VSAM file :1:.

No more space in VSAM file :1:.

The VSAM file must be reorganized.

Contact your NATURAL administrator.

NAT3541 File :1:, control interval/record held by another user.

File :1:, control interval/record held by another user.

Check your application's transaction logic or issue aRETRY in an ON ERROR clause to ignore the error condition.

NAT3542 File :1:, primary key must not be modified.

File :1:, primary key must not be modified.

You are not allowed to modify the primary key area.

Correct error in program.

NAT3543 Datei :1: ungültige Satzlänge oder fixe Länge definiert.

Page 362: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 362/781Bearbeitet von: Schäfer DV Consulting

File :1: invalid record length or leng. defined as fixed.

The length of a record exceeds the maximum record size or is shothan the minimum record size.

Check DDM and VSAM file definitions.

NAT3544 END OF TRANSACTION not successful.

END OF TRANSACTION not successful.

Under CICS, this error may be caused, for example, by a failuresynchronization of remote systems.

Under CICS, use CEDF to determine cause of this error.

NAT3545 BACKOUT TRANSACTION not successful.

BACKOUT TRANSACTION not successful.

Contact your NATURAL administrator.

NAT3546 File :1: opened for input, :2: not allowed.

File :1: opened for input, :2: not allowed.

Either set OPRB parameter to 'O' (for output) for this database,or omit OPRB parameter.Check the NATPARM parameter NTDB for a READ option.

NAT3547 Overflow of FCT table.

Overflow of FCT table.

NATURAL for VSAM's internal file control table is full.

Increase parameter TAFE in NVSPARM module.

NAT3548 Now it is too late for BACKOUT TRANSACTION.

Page 363: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 363/781Bearbeitet von: Schäfer DV Consulting

Now it is too late for BACKOUT TRANSACTION.

The program contains a design error: it attempts to backout updawhich have already been committed.The most likely reason is that a terminal I/O has forced the endthe logical transaction; that is, internally a SYNCPOINT commandalready been executed by the TP monitor at the time when the BACTRANSACTION statement is executed.Nevertheless, NATURAL VSAM has executed a BACKOUTTRANSACTION. Tmeans that the actual scope of the BACKOUT TRANSACTION is differfrom the expected one.

Correct error in program.

NAT3549 Working storage for user exit :1: cannot be allocated.

Working storage for user exit :1: cannot be allocated.

Overflow on NATURAL internal buffer CFWSIZE.

Contact SOFTWARE AG support.

NAT3550 DDM :1: not found in the system file.

DDM :1: not found in the system file.

NATURAL for VSAM also uses the DDM at execution;however, at execution time the required DDM was not existent onthe current FDIC system file.

Contact your NATURAL administrator.

NAT3551 DDM :1: is destroyed.

DDM :1: is destroyed.

The records on FDIC are corrupted.

Contact your NATURAL administrator.

NAT3552 Duplicate file numbers for physical VSAM DDM not allowed.

Page 364: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 364/781Bearbeitet von: Schäfer DV Consulting

Duplicate file numbers for physical VSAM DDM not allowed.

The file number for a physical DDM must be unique.Duplicate file numbers are only allowed in the case of user viewthe file number must be the same for the user view and the relatphysical (logical) DDM.

Correct the fi le number or, in the case of a user view,specify 'USERVIEW=Y' in the DDM.

NAT3553 No physical VSAM file with the given fi le number exists.

No physical VSAM file with the given fi le number exists.

In constructing a logical file, during the CATALOG action you haspecify the file number of the related physical file.

Ensure that the related physical file (DDM) exists.

NAT3554 VSAM file specified for user view does not exist.

VSAM file specified for user view does not exist.

The file number used during user view creation must represent anexisting physical file.

Use correct file number.

NAT3555 File :1:, no string available.

File :1:, no string available.

VSAM returned a 'no string' condition upon access to the file.

Either change program to maintain fewer current positions in theor change file definition / region size to define/allow more str

NAT3556 I/O to file :1: issued; exit :2: :3:.

Page 365: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 365/781Bearbeitet von: Schäfer DV Consulting

I/O to file :1: issued; exit :2: :3:.

An I/O to a VSAM file was issued. Before or after the I/O, the uprogram received control and detected an error condition.

Contact your NATURAL administrator.

NAT3557 GET statement issued for non-existent VSAM record.

GET statement issued for non-existent VSAM record.

Correct error in program.

NAT3558 COM-PLETE SYSPARM value VSAMRPL exceeded.

COM-PLETE SYSPARM value VSAMRPL exceeded.

Contact your SYSTEM administrator.

NAT3559 Systemdateien müssen alle vom gleichen Datenbanktyp sein.

Version does not fit in NATURAL ... link-edit.

The modules included in the NATURAL link-edit must be of the samversion.

Check NATURAL nucleus and/or NVSPARM module.

NAT3560 Corresponding system file TAF not linked.

Corresponding system file TAF not linked.

The load module containing the description of the system file beaccessed (TAF) has not been linked to the NATURAL for VSAM inter

Correct link-edit for NATURAL for VSAM.

NAT3561 Internal error during system file handling,:1: not found.

Internal error during system file handling,:1: not found.

Contact Software AG support.

NAT3562 DD/DLBL name for system file not specified.

Page 366: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 366/781Bearbeitet von: Schäfer DV Consulting

DD/DLBL name for system file not specified.

An internal NATURAL error occurred.

Contact SOFTWARE AG support.

NAT3563 DD/DLBL name for system file must not exceed 7 characters.

DD/DLBL name for system file must not exceed 7 characters.

Correct NATPARM parameter setting.

NAT3564 This type of system file is not supported.

This type of system file is not supported.

You have tried to access a type of system file that is not suppoby NATURAL for VSAM.

Contact your NATURAL administrator.

NAT3565 DD/DLBL name for system file must not exceed 7 characters.

DD/DLBL name for system file must not exceed 7 characters.

Correct parameter setting.

NAT3566 This type of system file is not supported.

This type of system file is not supported.

You have tried to access a type of system file that is not suppothe NATURAL for VSAM interface.

Contact your NATURAL administrator.

NAT3567 ILLOGIC condition when executing command to :1: dataset.

ILLOGIC condition when executing command to ... dataset.

An ILLOGIC condition has been detected during execution of acommand to a VSAM, ISAM or LEASY dataset.

Correct error in program.

Page 367: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 367/781Bearbeitet von: Schäfer DV Consulting

NAT3568 Invalid NATURAL :1: request.

Invalid NATURAL ... request.

The attempted file operation is not supported or permitted accorthe DATA SET entry specification in the FCT.

Correct error in program.

NAT3569 :1: is active, module :2: is wrongly assembled.

... is active, module ... is wrongly assembled.

Correctly assemble module ... .

NAT3570 MULTI-PASS is active, update transaction is not allowed.

MULTI-PASS is active, update transaction is not allowed.

NAT3571 Create mode for VSAM LSR-pools, error by :1:, :2: :3:.

Create mode for VSAM LSR-pools, error by :1:, :2: :3:.

The response code is returned by the macro, orthe logical file name.

Consult the appropriate IBM literature for explanation or contacyour administrator or support personnel.

NAT3572 DDM analyzer : level error for field :1:.

DDM analyzer : level error for field :1:.

Check DDM and correct error.

NAT3573 DDM analyzer: unsupported data type for field :1:.

DDM analyzer: unsupported data type for field :1:.

The corresponding DDM contains unsupported data typesfor NATURAL for VSAM (long-alpha, graphical, phonetic orhyper descriptor).

Correct DDM.

NAT3574 VRRDS datasets support up CICS version 5.1.

Page 368: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 368/781Bearbeitet von: Schäfer DV Consulting

VRRDS datasets support up CICS version 5.1.

Contact your SYSTEM administrator.

NAT3575 :1: record longer than maximum size defined in cluster.

... record longer than maximum size defined in cluster.

An attempt was made to write a record to a VSAM, ISAM or LEASY dbut the record is longer than the maximum size defined in the ca

Check program, VSAM/ISAM/LEASY dataset and DDM.

NAT3576 NATURAL :1: key not found.

NATURAL ... key not found.

Contact your NATURAL administrator.

NAT3577 Logical :1: file must be of type KSDS.

Logical ... file must be of type KSDS.

A logical file being cataloged with the SYSDDM utility hasthe attribute 'ESDS' or 'RRDS', but only 'KSDS' is allowed.

Change file organization of VSAM DDM.

NAT3578 File number for related physical :1: file is missing.

File number for related physical ... file is missing.

Each logical file must refer to a physical VSAM file.

Check file number.

NAT3579 Illegal OPRB string: :1:.

Illegal OPRB string: :1:.

See NATURAL Installation and Operations Manual.for valid strings for OPRB parameter.

Invoke NATURAL again with valid OPRB string.

Page 369: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 369/781Bearbeitet von: Schäfer DV Consulting

NAT3580 Error in VSAM DDM for SUB/SUP definition.

Error in VSAM DDM for SUB/SUP definition.

Check DDM and correct error.

NAT3581 Statement invalid for VSAM :1: dataset.

Statement invalid for VSAM :1: dataset.

An invalid request has been issued against a VSAM KSDS, ESDS,RRDS or VRDS dataset.See NATURAL Reference Manual for valid statements.

Correct error in program.

NAT3582 Statement invalid for :1: ESDS dataset.

Statement invalid for ... ESDS dataset.

A statement was issued which is not valid for a VSAM ESDS dataseSee NATURAL Reference Manual for valid statements.

Correct error in program.

NAT3583 Statement invalid for :1: RRDS dataset.

Statement invalid for ... RRDS dataset.

An invalid statement was issued against a VSAM RRDS dataset.See NATURAL Reference Manual for valid statements.

Correct error in program.

NAT3584 File :1:, condition 'NOTAUTH', RESP2 :2:.

File :1:, condition 'NOTAUTH', RESP2 :2:.

CICS returned a 'NOTAUTH' condition upon access to the file.RESP2 indicates the RESP2 value as taken from the EIB.

Contact your NATURAL or CICS administrator.

NAT3585 File :1:, RBA invalid.

Page 370: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 370/781Bearbeitet von: Schäfer DV Consulting

File :1:, RBA invalid.

A READ BY ISN statement was executed with an invalid ISN (RBA).

Correct error in program.

NAT3586 File :1:, invalid RRN for an RRDS/VRDS dataset.

File :1:, invalid RRN for an RRDS/VRDS dataset.

An attempt was made to access an RRDS/VRDS VSAM dataset with aninvalid relative record number (RRN).

Correct error in program.

NAT3587 Implicit VSAM GETMAIN failed.

Implicit VSAM GETMAIN failed.

VSAM returned a 'GETMAIN failed' feedback code.

Increase the size of the parti tion/region/task.

NAT3588 Use only K, E, R (file org); Y, N (compress); F, C (zone).

Use only K, E, R (file org); Y, N (compress); F, C (zone).

Allowed values are: K - KSDS E - ESDS R - RRDS Y, N - compress (yes, no) F, C - zoned with 0F or 0C

Enter correct value.

NAT3589 :1: :2: ist nicht :3: , Fehlercode :4:.

Page 371: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 371/781Bearbeitet von: Schäfer DV Consulting

:1: :2: is not :3: , error code :4:.

Profile is not created, linked, re-linked ordeletedThis error occurs for NK-ISAM pool handling.

See Siemens manual DVS for NK-ISAM pool handling.

NAT3590 Module :1: is missing in link-edit.

Module :1: is missing in link-edit.

A module is missing in the link-edit of the NATURAL nucleus.

Include the module in the link-edit.

NAT3591 GETMAIN for :1: failed; return code :2:.

GETMAIN for :1: failed; return code :2:.

NATURAL for VSAM is not able to allocate its internal tables.return code = 4 : not enough storagereturn code > 4 : internal error

If return code = 4, increase size of thread/region/partition/tasotherwise contact Software AG support.

NAT3592 :1: too small for :2:.

:1: too small for :2:.

A NATURAL for VSAM table is too large to fit intothe VSIZE buffer.

Either reduce size of table, or increase VSIZE.

NAT3593 Version does not fit in NATURAL VSAM link-edit.

Version does not fit in NATURAL VSAM link-edit.

The modules included in the NATURAL link-edit must be of the samversion.

Check NATURAL nucleus and/or NVSPARM module.

Page 372: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 372/781Bearbeitet von: Schäfer DV Consulting

NAT3594 Create mode for VSAM LSR-pools, error by :1:, :2: :3:.

Create mode for VSAM LSR-pools, error by :1:, :2: :3:.

The response code is returned by the macro.

Consult the appropiate IBM literature for explanation orcontact your SYSTEM administrator.

NAT3595 Unsupported COM-PLETE version.

Unsupported COM-PLETE version.

NATURAL for VSAM supports only COM-PLETE version 4.6 or higher.

Install the supported COM-PLETE version for NATURAL for VSAM.

NAT3596 No DBID marked as VSAM in NTDB macro.

No DBID marked as VSAM in NTDB macro.

NATURAL for VSAM has been invoked, but in the NTDB macro nodatabase has been reserved for VSAM.

If you do not wish to invoke NATURAL for VSAM, invokeNATURAL with VSIZE=0; otherwise correct error in NTDB macro.

NAT3597 used as WTO message in NVSMISC.

used as WTO message in NVSMISC.

The reason for this fai lure is explained for the macro BLDVRP.

See IBM manual DFSMS/MVS Macro instructions for data sets.

NAT3598 Error during roll-in.

Error during roll-in.

This is an internal NATURAL for VSAM/ISAM/LEASY error.

Contact Software AG support.

NAT3599 NATURAL VSAM initialization failed.

Page 373: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 373/781Bearbeitet von: Schäfer DV Consulting

NATURAL VSAM initialization failed.

The reason for this failure is explained by the more detailederror message issued together with this error message.

See explanation of detailed message.

NAT3600 Address of program starting asynchronous task is missing.

Address of program starting asynchronous task is missing.

A master file definition specified that an asynchronous taskis to be started after an update to the master file has beencommitted by means of an ADABAS ET command.

The address of the program used to start such a task has notbeen specified correctly in the ETP 3GL interface initializationcall.

Specify the correct address of a program used to start anasynchronous task in the ETP 3GL interface initialization call.

NAT3601 Updating the distribution key of a master file is not allowed.

Updating the distribution key of a master file is prohibited.

If a distribution key is defined for a master file, it maybe contained in any view used to update the master file,but the distribution key field itself may not be updated.

Use a sequence of DELETE and STORE statements instead of UPDATEin the application programs to update the distribution key field

NAT3602 Using more than one log file in a transaction not allowed.

Page 374: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 374/781Bearbeitet von: Schäfer DV Consulting

Using more than one log file in a transaction not allowed.

The "Verify transaction consistency during logging" field is setto "Y" (yes) and two or more master files that were updatedin the same transaction have different log files assigned.

Action: Either set the "Verify transaction consistency ..." fielto "N" using the MODIFY SYSPROF function or modify your master fdefinitions so that all master files that are updated in a singltransaction have the same log file assigned.

NAT3603 Concurrent updates to more than one database are not allowed.

Concurrent updates to more than one database are not allowed.

It is not allowed to update master files that are contained indifferent databases in the same transaction. Transactionconsistency cannot be guaranteed for such operations.

Change the application programs so that a transaction containsonly updates to a single database.

NAT3604 Length of format buffer or record buffer exceeds allowed maximum

Length of format buffer or record buffer exceeds allowed maximum

Format and record buffer for an update call logged by ETPmay not exceed a maximum value.

Split your NATURAL views or the format and record bufferssupplied by a 3GL program into smaller portions and issuemultiple ADABAS calls.

NAT3605 Administration file is not defined.

Page 375: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 375/781Bearbeitet von: Schäfer DV Consulting

Administration file is not defined.

To use ETP, an administration file has to be assigned tological file number 200 for NATURAL applications. For 3GLapplications, the administration file has to be specifiedas a parameter for an initialization call to the ETP 3GLinterface.

ACTION: For a NATURAL application, use the NATURAL LFILE parametor the NTFILE macro to specify the ETP administration file.

For a 3GL application, specify the administration filecorrectly in the ETP 3GL interface initialization call.

NAT3606 GETMAIN failed for ETPSIZE.

GETMAIN failed for ETPSIZE.

For an NTDB macro or for the NATURAL DB parameter, the ETP optiois specified for at least one database.Entire Transaction Propagator (ETP) is not be able to run, becauthe required storage could not be obtained.

Restart NATURAL in a larger environment:Increase your region size or increase the size of your NATURAL twhen running in a thread environment.

NAT3607 Error during start of asynchronous task after ET.

Error during start of asynchronous task after ET.

After an ADABAS ET command, ETP tried to start an asynchronoustask because the definition of a master file that was updatedin the completed transaction requested so. The program that wasexecuted ended with an error.

Check the task name specified in the ETP system profile.Verify that a transaction with that name is in a librarythat is accessible from the current TP monitor session.

NAT3608 The ETP identification record is invalid or missing.

Page 376: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 376/781Bearbeitet von: Schäfer DV Consulting

The ETP identification record is invalid or missing.

When invoked for the first time, the ETP maintenance utilitywrites an identification record into the administration file,which is never deleted by ETP.If the error occured during logging of transactions, the ETPidentification record has been deleted, but other information inthe administration file still exists.If the error occurred when you invoked the ETP maintenanceutility, you attempted to access an ETP administration filewith an old version of the ETP maintenance utility after ithad been accessed with a newer version.

ACTION: If the error occurred during logging of transactions,invoke the ETP maintenance utility and verify that allinformation contained in the administration file is still correcIf the error occurred when you invoked the ETP maintenance utiliuse only the newer version of the maintenance utility to accessthe administration file.

NAT3609 Invalid ISNQ value for S1 cmd on obtaining replicate ISN.

Invalid ISNQ value for S1 cmd on obtaining replicate ISN.

The file definition requested that the criterion used to replicarecords is the distribution key defined for the replicate's mastfile. The distribution key must be a unique descriptor. To replithe record, the ISN of the record in the replicate file is retriFor N1 calls (STORE), no record with that key may be present. FoA1/E1 (UPDATE/DELETE), exactly one record with that key must be

As the record's ISN was retrieved, ETP encountered an invalid ISvalue, meaning that for an N1 a record with the key already exisor for an A1/E1 command either no or more than one record with tkey exists in the replicate file.The reason for this error is usually that an application programmodified the replicate file (which is not allowed) or ADABASutilities were used to modify the replicate file.Re-initialize the replicate file from the master file as describin the manual and, if necessary, correct your application progra

NAT3691 Module :1: not found.

Page 377: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 377/781Bearbeitet von: Schäfer DV Consulting

Module ... not found.

This error may be caused by one of the following:- The module as indicated in the error message is missing in the link-edit stream.- The CSECT instruction is missing in the source of the module.- The module name in the CSECT instruction has been changed.

Make sure that the module is included in the link-edit stream;make sure that the source of the module is complete/correct.

NAT3692 Error :1: in GETMAIN for USER DB buffer.

Error ... in GETMAIN for USER DB buffer.

An error occurred when the USER DB interface attempted toacquire its buffer from the thread.

Increase the size of the thread.

NAT3693 Error :1: in GETMAIN for USER DB interface subpool :2:.

Error ... in GETMAIN for USER DB interface subpool ....

An error occurred when the USER DB interface attempted to acquirfrom its buffer the subpool as indicated in the error message.

Contact Software AG support.

NAT3694 No DBID marked as USER DB in NTDB macro.

No DBID marked as USER DB in NTDB macro.

NATURAL has been invoked, but in the NTDB macro no databasehas been reserved for the USER DB.

Correct error in NTDB macro.

NAT3695 USER DB interface initialization failed.

Page 378: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 378/781Bearbeitet von: Schäfer DV Consulting

USER DB interface initialization failed.

The reason for this failure is explained by the moredetailed error message issued together with thiserror message.

See explanation of detailed message.

NAT3696 Statement not supported.

Statement not supported.

1. The NATURAL program contains a statement which is not support2. The NATURAL nucleus issued a request to the USER DB interface to execute an invalid ADABAS command.

Check program and correct error. If necessary, contactSoftware AG support.

NAT3697 CID table size exceeded.

CID table size exceeded.

The USER DB interface attempted to store a new command IDin its COMMAND ID table. No empty entry was found in this table.

Increase the size of the CID table by means of the LOOPNUMparameter in the parameter module UDBPARM.

NAT3698 USER DB has not been initialized.

USER DB has not been initialized.

USER DB service has been requested, but the USER DB hasnot been initialized.

Install the USER DB correctly and then restart NATURAL session.

NAT3699 USER DB error :1: , :2: encountered.

Page 379: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 379/781Bearbeitet von: Schäfer DV Consulting

USER DB error ... , ... encountered.

The USER DB interface was passed an error from the USER DB.

Correct the error in the USER DB.

NAT3700 Fehler :1: bei DB2-Aufruf.

Error ... with SQLSTATE ... from call to ...

Each non zero SQLCODE is reported with this error message.

Execute the program SQLERR to display the SQLCODE andthe related tokens. See the relevant IBM literature for anexplanation of the error condition.

NAT3701 NATURAL DB2 Schnittstellen-Fehler.

NATURAL SQL interface error with reason code ...

Reason Codes:3nnn - See corresponding NATURAL error message number. 100 - Invalid I/O request. 101 - UPDATE/DELETE statement too long for dynamic execution. 102 - GETMAIN failed: increase region size, or MEMRES (only COM 201 - Statement not supported. 202 - SELECT not found or cursor not opened.* 203 - Severe internal error.* 204 - Too many nested database loops: increase STATEMENT TABLE. 205 - SQLID could not be set. 206 - Database ID '250' is not a DB2 or SQL/DS database.

* may be caused by END/BACKOUT TRANSACTION inside a database loop.Contact Software AG

NAT3702 Ungültiges gepacktes Feld.

Page 380: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 380/781Bearbeitet von: Schäfer DV Consulting

Invalid packed field.

Fields defined with packed format must be in the form 'nn.m'.'nn' represents the number of digits before the decimal point,and 'm' represents the number of digits after the decimal point.The aggregate value of 'nn' and 'm' must not exceed 27, and thevalue of 'm' must not exceed 7.

Check program and correct error.

NAT3703 Das Feld wurde von einem anderem Benutzer geändert.

Field has been modified by another user.

The UPDATE command to DB2 checks if the record contents is stillidentical to what the user had read before.Because of the automatic 'COMMIT' issued by IMS or CICS pseudo-conversational mode at terminal I/O time, the 'hold' status of trecord is lost and the record is free to be modified by anotherNATURAL then cancels the current transaction with this error mes

Retry this operation.

NAT3704 Nach automatischem COMMIT ist kein Ändern moglich.

Update not possible after automatic COMMIT.

NATURAL tries to re-read a given DB2 record after a terminal I/Owhich has caused IMS or CICS in pseudo-conversational mode to isan automatic COMMIT. This COMMIT loses the current record.The re-reading is only possible if the record can be identifiedvia a unique index and the corresponding fields are all read intthe data view.

Update the record before the automatic COMMIT,or add a unique-index field to your data view.

NAT3705 File-Server-Fehler :1:.Grund x':2:'.

Page 381: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 381/781Bearbeitet von: Schäfer DV Consulting

File server error ... with reason x'...'.

The file server routine returned an error: 01 Global directory full. 14 Not enough space in datas 02 Local directory full. 15 Logical file not allocate 03 Global directory inconsistent. 16 Logical file already open 04 Dataset open error. 17 Logical file not open. 05 Dataset read error. 18 Logical file not closed. 06 Dataset write error. 19 Logical file open output 07 ENQUEUE failed. 20 Logical file open output 08 DEQUEUE failed. 21 Invalid function code. 09 Time-out on global direct wait. 22 Invalid open mode. 10 DB2SIZE parameter too small. 23 Invalid re-read at top of 11 System GETMAIN failed. 24 Invalid read-back (top of 12 System FREEMAIN failed. 25 Recsize greater than 32K. 13 WAIT request failed. 26 User space exceeded.Restart NATURAL and retry the operation.If the problem persists, contact your NATURAL administrator.

NAT3706 Statisches Programm :1: kann nicht geladen werden.

Static program ... cannot be loaded.

The static program referenced in the NATURAL SQL programcannot be loaded for one of the following reasons:

- The static program is not contained in the load libraries curr defined to NATURAL.- There is not enough storage available for dynamic loading of a static program.- The limit for the number of dynamically loadable user programs exceeded (parameter CDYNAM).- Under COM-PLETE, the program was neither defined as RESIDENTPA nor cataloged via ULIB.- Under COM-PLETE the thread into which the program is to be loa is too small.- Under CICS a PPT entry for the program is missing.Check for the above error situations, or (as a by-pass)

recatalog the program to clear the reference to the static progr

NAT3707 Statisches Programm paßt nicht zu NATURAL-Programm.

Page 382: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 382/781Bearbeitet von: Schäfer DV Consulting

Loaded static program does not match NATURAL program.

The static program referenced in the NATURAL program has been lohowever, either the static program was not generated for this NAprogram, or its time-stamp is different from that of the NATURALprogram.

Replace the static program in the load library with the corrector re-generate the static program.

NAT3708 Statisches Programm kann NATURAL-Statement nicht umsetzen.

Static program cannot handle current NATURAL statement.

The loaded static program has no reference to the currentNATURAL statement.

Replace the static program in the load library by the correct veor re-generate the static program.

NAT3709 Zu wenig Speicher um statisches Programm auszuführen.

Not enough storage for static program.

The static program needs an area of main memory in which tocreate the SQLDSECT. The area available, however, was notlarge enough.This can only happen if errors during the assembly of thestatic program have been ignored.

Check the assembly of the static program for assembly errorsconcerning variables in the SQLDSECT.

NAT3710 CICS/DB2 Attachment Facility ist nicht aktiv.

CICS/DB2 attachment facility is not active.

NATURAL tried to access DB2 via the CICS/DB2 attachment facilitybut this facility was not active.

Ask your CICS administrator to start the CICS/DB2 attachment fac

NAT3711 Now it is too late for BACKOUT TRANSACTION.

Page 383: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 383/781Bearbeitet von: Schäfer DV Consulting

Now it is too late for BACKOUT TRANSACTION.

The program contains a design error: it attempts to backout updawhich have already been committed. A terminal I/O has forced theof the logical unit of work; nevertheless, the BACKOUT TRANSACTIhas been issued. This means that the actual scope of the BACKOUTTRANSACTION is different from the expected one.

Correct error in program.

NAT3712 NATURAL SQL interface not active.

NATURAL SQL interface not active.

The access to SQL is disabled for one of the following reasons:- The parameter DB2SIZE is set to 0.- During the initialization of NATURAL, the NATURAL SQL interfac could not be initialized because of a (reported) error.

Correct the error which occurred during the NATURAL initializatior specify DB2SIZE > 0.

NAT3713 Function code for DB2SERV must be 'D', 'E' or 'P'.

Function code for DB2SERV must be 'D', 'E' or 'P'.

Specify valid function code.

NAT3714 Error in CAF connection process, reason x':1:'.

Error during CAF connection process, reason x'...'.

An error has occurred during the CAF (Call Attachment Facili ty)connection process, probably because no plan has been scheduled.

Reason contains the hexadecimal reason code returned from the CAinterface.

See the relevant IBM literature for an explanation of the reasonIf more information is required activate DSNTRACE.

NAT3715 Error in COM-PLETE to DB2 connection, reason x':1:'.

Page 384: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 384/781Bearbeitet von: Schäfer DV Consulting

Error during COM-PLETE to DB2 connection process, reason x'...'

An error occurred when COM-PLETE tried to connect the userto DB2.

Reason codes (set by COM-PLETE):

04 - DB2 interface not defined to COM-PLETE.08 - DB2 interface could not be init ialized by COM-PLETE.12 - No DB2 thread within COM-PLETE available.

Contact your COM-PLETE administrator.

NAT3716 ISQL processor not installed.

ISQL processor not installed.

During the installation of the NATURAL SQL interface the modulewas not included in the link-edit of the NDB nucleus.

Contact your NATURAL administrator.Review the installation of the environment independent NDB nucle

NAT3717 Special SQL statement in error.

Special SQL statement in error.

The special SQL statement used in the PROCESS SQL command is- syntactically wrong- not supported because of the use of literals

Correct the SQL statement and use NATURAL variables instead of l

NAT3718 Special SQL statement found, not prepared.

Special SQL statement found, not prepared.

Contact Software AG

NAT3719 Statement table overflow.

Page 385: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 385/781Bearbeitet von: Schäfer DV Consulting

Statement table overflow.

No free DECLARE STATEMENT in the NDBIOMO is available to executestatement in dynamic mode. This will only happen if all STATEMENactually used by open data base loops.

Contact your NATURAL administrator.Increase the 2nd parameter in the generation of the NDBIOMO.

NAT3720 Invalid SQL database system specified in macro NDBID.

Invalid SQL database system specified in macro NDBID.

The DBID specified in the macro NDBID does not exist.

This error will also occur if you use DBSERV with function codeyou are not running SQL/DS.

Contact your NATURAL administrator.

NAT3721 Buffer for ISQL processor could not be allocated.

Buffer for the ISQL processor (DB2SIZE5) could not be allocated.

The ISQL processor requires an buffer of 8K which is allocated iNATURAL thread but the NATURAL thread is not large enough to holbuffer.

Contact your NATURAL administrator.Reduce NATURAL's total area size al locations, or increase the NAthread.

NAT3722 Too many nested database loops.

Too many nested database loops.

An overflow occurred in the internal table which maintains the o(=nested) database loops.

Contact your NATURAL administrator.Increase the MAXLOOP parameter in the generation of the NDBPARM.

NAT3723 No more space available.

Page 386: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 386/781Bearbeitet von: Schäfer DV Consulting

No more space available.

During the execution of an SQL statement working storage is GETMoutside the NATURAL thread but there is not enough space availab

Contact your NATURAL administrator.Increase the region size, or MEMRES (only COM-PLETE).

NAT3724 Error in ET processing via TP driver, reason x':1:'.

Error during ET processing via TP driver, reason x'...'.

Under CICS and IMS the ET is processed via the corresponding TPbut the ET failed.Under IMS, reason is the hexadecimal representation of the DL/Icode.Under CICS, reason is the hexadecimal representation of the EIBR

Check the reason against the DL/I or CICS manual.

NAT3725 ET in message-driven IMS region could not be executed.

ET in message-driven IMS region could not be executed.

In a message-driven IMS region (MPP or message-oriented BMP) noprogrammed ET is executed. Depending on the setting of the paramETIGN in the NDBPARM, the ET is abended with this error message,ignored wihout any further notification.

Check your program for obsolete ETs.

NAT3726 Error in BT processing via TP driver, reason x':1:'.

Error during BT processing via TP driver, reason x'...'.

Under CICS and IMS the BT is processed via the corresponding TPbut the BT failed.Under IMS, reason is the hexadecimal representation of the DL/Icode.Under CICS, reason is the hexadecimal representation of the EIBR

Check the reason against the DL/I or CICS manual.

NAT3727 Error in ET/BT processing via NDL, reason x':1:'.

Page 387: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 387/781Bearbeitet von: Schäfer DV Consulting

Error during ET/BT processing via NDL, reason x'...'.

Under the DSNMTV01 environment the ET and BT calls are processedNATURAL to DL/I interface but the ET/BT failed.Reason contains the hexadecimal representation of the reported Nerror.

Check reason.

NAT3728 Invalid parameter for GET/SET GA.

Invalid parameter for GET/SET GA.

Contact Software AG.

NAT3729 SQL statement 'COMMIT' not allowed.

SQL statement 'COMMIT' not allowed.

The SQL statement 'COMMIT' is not allowed with PROCESS SQL.

Use the NATURAL statement COMMIT or END TRANSACTION.

NAT3730 SQL statement 'ROLLBACK' not allowed.

SQL statement 'ROLLBACK' not allowed.

The SQL statement 'ROLLBACK' is not allowed with PROCESS SQL.

Use the NATURAL statement ROLLBACK or BACKOUTTRANSACTION.

NAT3731 Not enough cursors defined in NDBIOMO.

Not enough cursors defined in NDBIOMO.

Contact Software AG.

NAT3732 No :1: IN NDBIOMO AVAILABLE.

Page 388: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 388/781Bearbeitet von: Schäfer DV Consulting

No :1: in NDBIOMO available.

During runtime a Natural for DB2 user program requests one of thfollowing features1) 'ALLOCATE CURSOR' (READ RESULT SET statement)2) 'CURSOR with RETURN' (SELECT WITH RETURN STATEMENT)3) 'CURSOR WITH HOLD' (SELECT WITH HOLD statement)but the appropriate DB2-environment parameter was not set correcduring NDBIOMO generation1) DB2V52) DB2V53) DB2V23

Generate the NDBIOMO with the first parameter set to DB2V5/DB2V2remove the failing statement from tHe NATURAL program if you dohave the right DB2 environment.

NAT3733 'CID' already in use.

'CID' already in use.

Contact Software AG.

NAT3734 Invalid data type for NATURAL variable in PROCESS SQL.

Invalid data type for NATURAL variable used in PROCESS SQL.

Some special SQL statements which cannot be executed in dynamicexecuted by NDBIOMO in static mode. As all host variables are prin the NDBIOMO, the corresponding NATURAL variables must be of tdata type.

Correct the data type of your NATURAL variable.The correct definit ion for the variable can be found in the DB2

NAT3735 Invalid data length for NATURAL variable in PROCESS SQL.

Page 389: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 389/781Bearbeitet von: Schäfer DV Consulting

Invalid data length for NATURAL variable used in PROCESS SQL.

Some special SQL statements which cannot be executed in dynamicexecuted by NDBIOMO in static mode. As all host variables are prin the NDBIOMO, the length of the corresponding NATURAL variable- not longer for input variables (:U:)- not shorter for output variables (:G:)

Correct the data length of your NATURAL variableThe correct length for the variable can be found in the DB2 manu

NAT3736 SQL statement in PROCESS SQL is not available in NDBIOMO.

The SQL statement used in PROCESS SQL is not available in NDBIOM

During the generation of the NDBIOMO the first parameter was notDB23 but one of the special DB2 2.3 SQL statements should be exe

Generate the NDBIOMO with the first parameter set to DB23 or donan DB2 2.3 statement in the PROCESS SQL.

NAT3737 NAT object STOWed under NDB :1: but executed under :2:.

NAT object STOWed under NDB ... but executed under ....

The NATURAL object was STOWed using the NDB versionin .1. but executed in the older version .2.

Re-STOW your NATURAL program using version .2. .

NAT3738 NATURAL interface :1: for SQL system :2: not installed.

NATURAL interface ... for SQL system ... not installed.

The NATURAL interface .1. for the requested SQL system .2.is not installed.

Contact your NATURAL administrator.

NAT3739 SQLDISCONNECT not allowed while a transaction is open.

Page 390: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 390/781Bearbeitet von: Schäfer DV Consulting

SQLDISCONNECT not allowed while a transaction is open.

SQLDISCONNECT cannot be executed while a transaction is open.

Issue END TRANSACTION or BACKOUT TRANSACTION before executingSQLDISCONNECT.

NAT3740 Erneuerung von :1: schlug fehl mit Sqlcode :2:

Refresh of :1: failed with SQLCODE :2:

The refresh of either CURRENT SERVER or CURRENT PACKAGESETor CUSQLID failed with SQLCODE :2: during begin of DB2 Database trans

Contact Customer Service.

NAT3741 Getmain für dynamisches SQL String schlug fehl mit :1:

Getmain for dynamic SQL string failed with code :1:

Natural statement containing text variables faileddue to getmain problems during dynamic creation ofthe SQL string.

Increase DB2SIZE or Natural Threadsizeor decrease size of SQL string containing textvariables in program

NAT3742 Logischer Fehler während d.Erzeugung d.dynamischen SQLs.

Logic error during creation of dynamic SQL string

During creation of the dynmaic SQL string builtfrom text variables an internal logical problemoccurred.

Contact Customer Service

NAT3743 Das NDBPARM Modul konnte nicht gefunden werden.

Page 391: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 391/781Bearbeitet von: Schäfer DV Consulting

NDBPARM module could not be located.

The runtime of NATURAL for DB2 failed to locate theNDBPARM module (ENTRY XCMSQLE) although the modulecould be located earlier during the NATURAL session.

Contact Customer Service

NAT3749 NDB tools internal error.

NDB tools internal error.

Contact Software AG

NAT3750 Invalid statement.

Invalid statement.

1. The NATURAL program contains a statement which cannot be executed against a DL/I database, such as STORE ISN, GET ISN, etc.

2. The NATURAL nucleus issued a request to the NATURAL DL/I nucl to execute an invalid ADABAS command.

Module name: NDPRRR00

Problem Determination: Item 1 (a snap of ADABAS control block is provided, trace parameter = (CMD))

Check program and correct error.If necessary, contact Software AG support.

NAT3751 Not enough NATURAL DL/I storage.

Page 392: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 392/781Bearbeitet von: Schäfer DV Consulting

Not enough NATURAL DL/I storage.

NATURAL DL/I could not get the requested entry in the TSA interntable, because the requested storage is too large (or zero).

Module name: NDPRBTSA

ProblemDetermination: Item 1 (trace parameter = (REQ,ROU)).

Increase the related TSA parameter SEQNUM in the NDLPARM module.If this error occurs with requested storage = 0, contactSoftware AG support.

NAT3752 NATURAL DL/I work area overflow.

NATURAL DL/I work area overflow.

An overflow occurred in a work area acquired from the NATURAL DLcommon area.

Module name: NDPSFBBS

ProblemDetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2, 10.

Modify the related work area size parameter WORKLGH inNDMCPARM.

NAT3753 NATURAL DL/I work area overflow.

NATURAL DL/I work area overflow.

An overflow occurred in a work area acquired from the NATURAL DLcommon area.

Module name: NDPSSBAN

Problem determination: Items 1 (a snap of NDDSSLMN control is pr trace parameter = (SER)), 2, 10.

Modify the related work area size parameter WORKLGH inNDMCPARM.

Page 393: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 393/781Bearbeitet von: Schäfer DV Consulting

NAT3754 Invalid secondary index specification.

Invalid secondary index specification.

When performing a STORE operation, a field value has been speciffor a secondary index field on the current segment.

A secondary index is built by DL/I on one or more DL/I fields;to change a secondary-index value, modify the values of these fi

Module name: NDPSFBBS

Problemdetermination: Items 2, 4.

Probably a user error; correct program.

NAT3755 Too many secondary indices have been specified.

Too many secondary indices have been specified.

You have attempted to specify more than 4 secondary indices.No more space is available for AIX pointers building the list of

Module name: NDPSSBAN

Problem determination: Items 1 (a snap of the NDDSSLMN control b is provided, trace parameter = (SER)), 2.

Contact Software AG support.

NAT3756 Internal error.

Internal error.

Internal error.

Module name: NDPSFBSA

Problem determination: Item 1 (a snap of format buffer is provid trace parameter = (SER)).

Contact Software AG support.

Page 394: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 394/781Bearbeitet von: Schäfer DV Consulting

NAT3757 Internal error.

Internal error.

Internal error.

Module name: NDPSFBCS

Problemdetermination: Items 2, 3, 4, 6.

Contact Software AG support.

NAT3758 Auf das zu lesende Feld kann nicht zugegriffen werden.

Field to be read cannot be accessed.

1. Program error: the program refers to a value of a field that not an I/O field; i.e., the field does not belong to the acce segment and is not the sequence field of an accessed segment ancestor in the hierarchical path used.

2. The DDM and the corresponding NDB do not match.

Module name: NDPSFBKF

Problemdetermination: Items 2, 3, 6, 8.

1. Refer to the field correctly: the program may reference it wi OBTAIN, ASSIGN or MOVE statement.2. Check the DDM against the NDB, field short names in particula

NAT3759 Invalid descriptor name.

Page 395: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 395/781Bearbeitet von: Schäfer DV Consulting

Invalid descriptor name.

1. a) The NATURAL DL/I DBD and the NATURAL DDM do not match. b) An invalid descriptor name was referenced in a database ac statement. c) Two descriptors were specified: one belonging to an ancest of the current segment, the other to a descendent segment.

2. A descriptor name not previously defined to NATURAL DL/I was referenced in a database access statement.

Module name: NDPSDESE

Problemdetermination: Items 2, 3, 6.

1. Check program and correct error.2. Perform the GENERATE function on the appropriate segment of NATURAL DL/I DBD.

NAT3760 Not enough NATURAL DL/I storage.

Not enough NATURAL DL/I storage.

NATURAL DL/I could not get the requested entry in the DFB interntable, because the requested storage is too large (or zero).

Module name: NDPSFBSA

Problemdetermination: Items 1 (trace parm = (CMD,REQ,SER)), 2, 10.

Increase the related DFB parameters DFBNUM and/or DFFNUM in theNDLPARM module. If this error occurs with requested storage = 0,contact Software AG support.

NAT3761 Internal error.

Page 396: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 396/781Bearbeitet von: Schäfer DV Consulting

Internal error.

Internal error.

Module name: NDPRS100

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Contact Software AG support.

NAT3762 A clause used in a FIND statement is not allowed.

A clause used in a FIND statement is not allowed.

There is probably an error in your program: an unallowed clauseused in a FIND statement.

Module name: NDPRS100

Problemdetermination: Item 2.

Check program and correct error.

NAT3764 Internal error.

Internal error.

A boolean operation has been requested on SSAs related to differfiles.

Module name: NDPRS800

Problemdetermination: Items 1 (trace parm = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3765 Internal error.

Page 397: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 397/781Bearbeitet von: Schäfer DV Consulting

Internal error.

Internal error.

Module name: NDPRS800

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3766 Internal error.

Internal error.

Internal error.

Module name: NDPSFBSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 3, 6.

Contact Software AG support.

NAT3767 Invalid descriptor field in BY DESCRIPTOR clause of READ.

Invalid descriptor field in BY DESCRIPTOR clause of READ.

In a BY DESCRIPTOR clause of a READ statementa descriptor field has been used which is neitherthe seqence field of the root segment nor asecondary-index field (i.e. XDFLD in the DBD).

Module name: NDLSCGETProblemdetermination: Items 2, 6.

Check the program against the NDB description.

NAT3768 PCB with requested DBD not found in NSB.

Page 398: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 398/781Bearbeitet von: Schäfer DV Consulting

PCB with requested DBD not found in NSB.

1) NATURAL for DL/I could not find a PCB (in the NSB) which provaccess to the DBD containing the requested segment type. In partif the descriptor used in the FIND or READ statement is a secondindex field, a PCB with 'PROCSEQ = index-name' is required.

2) Using the DBID/FNR in the DDM, an UDF block and its corresponwere found. However, the DBD name of this NDB has not been specithe active PSB. This may occur if the DDM was copied into the FDsystem file, but not the corresponding NDB.

Module name: NDLSCGETProblem determination: Items 2, 5, 7, 12.

1) Check the PSB used by NATURAL for DL/I. Build a new PCB with the required parameters. Execute the NATPSB procedure.2) Check the DDM and the corresponding NDB.

NAT3769 Das zu ändernde/loschende Segment wurde nicht ausgewählt.

Segment to be updated/deleted has not been selected.

An UPDATE or DELETE statement does not refer to a READ or FINDstatement. An UPDATE or DELETE statement must refer to a segmentthat has previously been selected with a FIND or READ statement.

Module names: NDLRA100, NDLRE100.

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Correct error in program.

NAT3770 UPDATE/DELETE issued after END/BACKOUT TRANSACTION.

Page 399: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 399/781Bearbeitet von: Schäfer DV Consulting

UPDATE/DELETE issued after END/BACKOUT TRANSACTION.

Program error: an UPDATE or DELETE statement refers to a recordwas read or selected prior to the last END TRANSACTION or BACKOUTRANSACTION statement.

UPDATE/DELETE statements must refer to a record previously selecor read by a FIND or READ statement. An END TRANSACTION orBACKOUT TRANSACTION statement issued after the FIND/READ releasethe record; in this case, NATURAL cannot UPDATE/DELETE the recor

Module names: NDPRA100, NDPRE100.

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3771 Internal error.

Internal error.

Internal error.

Module name: NDPSSBAN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of search buffer is provided).Contact Software AG support.

NAT3772 Internal error.

Internal error.

Internal error.

Module name: NDPSSBAN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of search buffer is provided).Contact Software AG support.

Page 400: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 400/781Bearbeitet von: Schäfer DV Consulting

NAT3773 Incorrect segment search expression.

Incorrect segment search expression.

An invalid set of segment search expressions was specified,causing NATURAL DL/I to perform a logical operation on SSAs.The segments to which the SSAs are related do not pertain tothe same path starting from the root down to the current segment

Module name: NDPSSBAN

Problemdetermination: Items 2, 6.

Check program and correct error.

NAT3774 Internal error.

Internal error.

Internal error.

Module name: NDPSSBAN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of search buffer is provided).Contact Software AG support.

NAT3775 Internal error.

Internal error.

Internal error.

Module name: NDPSSBAN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of search buffer is provided).Contact Software AG support.

NAT3776 Internal error.

Page 401: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 401/781Bearbeitet von: Schäfer DV Consulting

Internal error.

Internal error.

Module name: NDPSSBAN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of search buffer is provided).Contact Software AG support.

NAT3777 COUPLED clause is not allowed when accessing DL/I fi les.

COUPLED clause is not allowed when accessing DL/I fi les.

The program contains a FIND statement with a COUPLED clause;however, this clause is not al lowed when accessing DL/I files.

Module name: NDPSSBAN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of search buffer is provided).Check program and correct error.

NAT3778 Field length inconsistency between DBD and DDM.

Field length inconsistency between DBD and DDM.

The length specified in the DDM for the I/O fields referenced byprogram is not the same as the length defined in the NATURAL DL/description.

Module names: NDPSFBMI, NDPSFBMU.

Problemdetermination: Items 2, 3, 6, 8.

Compare the DDM with the DBD description and make the field lengconsistent.

NAT3779 Internal error.

Page 402: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 402/781Bearbeitet von: Schäfer DV Consulting

Internal error.

The calculated displacement of a field into the segment isgreater than the segment length.

Module names: NDPSFBMI, NDPSFBMU.

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Contact Software AG support.

NAT3780 NDB not found on FDIC.

NDB not found on FDIC.

The NATURAL system file (FDIC) does not contain the descriptionof the DBD being accessed.In a multiple FDIC environment, the NTDB macro for DL/I (or IMS)reference different DBIDs for different FDIC environments. Thisbecause the buffer pool does not keep track from which FDIC thecontrol block is loaded. The UDF control block key is built up oand DBID assigned to the segment for which the UDF is defined. Terror message is issued if the NDB (the name of which is storedUDF control block) cannot be found in the buffer pool or the curFDIC.Module name: NDLSDGETProblemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Check (using utili ty NDLBLOCK) whether there is on FDIC an NDBwhose name is the same as that of the DBD being accessed.

NAT3781 Internal error.

Page 403: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 403/781Bearbeitet von: Schäfer DV Consulting

Internal error.

No further space available on SSAL for AIX pointers.

Module name: NDPSFBBS

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2, 6.

Contact Software AG support.

NAT3782 Internal error.

Internal error.

The NATURAL DL/I boolean-operations manager was given an invalidboolean operator.

Module name: NDPSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3783 Ungültiger Segment-Suchausdruck ('AND' Operator)

Invalid segment search expression ('AND' operator).

An invalid segment search expression was specified whichcaused NATURAL for DL/I to perform an 'AND' operation on two SSAon the same DL/I segment, with one SSA being of 'OR' type.

Module name: NDLSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3784 Invalid segment search expression ('OR' operator).

Page 404: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 404/781Bearbeitet von: Schäfer DV Consulting

Invalid segment search expression ('OR' operator).

An invalid segment search expression was specified, whichcaused NATURAL DL/I to perform an 'OR' operation on two SSAlists that differ from each other in more than one pairof SSAs specified on the same DL/I segment.

Module name: NDPSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3785 Invalid segment search expression ('BUT NOT' operator).

Invalid segment search expression ('BUT NOT' operator).

An invalid segment search expression was specified, whichcaused NATURAL DL/I to perform a 'BUT NOT' operation on two SSAlists with the first operand of the logical operationbeing of 'OR' type.

Module name: NDPSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3786 Invalid segment search expression.

Page 405: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 405/781Bearbeitet von: Schäfer DV Consulting

Invalid segment search expression.

An invalid segment search expression was specified,causing NATURAL DL/I to perform a 'BUT NOT' operation on twoSSA lists with the second operand of the logicaloperation not being of type 'SIMPLE'.

Module name: NDPSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3787 Invalid segment search expression.

Invalid segment search expression.

1. An invalid set of segment search expressions was specified, causing NATURAL DL/I to perform a logical operation on SSAs. The segments to which the SSAs are related do not pertain to same path starting from the root down to the current segment.

2. An invalid segment search expression was specified causing NATURAL DL/I to perform an 'OR' operation on two SSA lists no having the same number of SSAs.

Module name: NDPSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3788 Not enough NATURAL DL/I storage.

Page 406: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 406/781Bearbeitet von: Schäfer DV Consulting

Not enough NATURAL DL/I storage.

NATURAL DL/I could not get the requested entry in the PCBM intertable, because the requested storage is too large (or zero).

Module name: NDPSPALL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2, 10.

Increase the related PCBM parameters PCBLEV and/or PCBNUM in theNDLPARM module. If this error occurs with requested storage = 0,contact Software AG support.

NAT3789 Active PSB contains too few PCBs for program execution.

Active PSB contains too few PCBs for program execution.

The active PSB does not contain enough PCBs for program executioTo use multiple PCBs for the same database, the PCBs mustbe consecutive.

Module name: NDLSPALL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2, 5.

Increase the number of PCBs in the PSB, or modify the program.Make the PCBs for a particular database consecutive in the PSB.

NAT3790 Segment not defined in NATURAL DL/I PCB description.

Segment not defined in NATURAL DL/I PCB description.

The accessed segment is not defined in the NATURAL DL/I PCBdescription.

Module name: NDPSCGET

Problemdetermination: Item 7.

Redefine the PCB. Execute the NATPSB procedure.

Page 407: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 407/781Bearbeitet von: Schäfer DV Consulting

NAT3791 Internal error.

Internal error.

Internal error.

Module name: NDPRRC00

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER), a snap of ADABAS control block is providedContact Software AG support.

NAT3792 Internal error.

Internal error.

Internal error.

Module name: NDPRL100

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3793 I/O statement not valid for access to DL/I files.

Page 408: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 408/781Bearbeitet von: Schäfer DV Consulting

I/O statement not valid for access to DL/I files.

1. The program contains an I/O statement which cannot be used to access DL/I files (e.g., GET SAME, GET *ISN, READ BY ISN).

2. The NISN parameter in the NATURAL parameter module has been m NISN is reserved for internal use and must not be modified.

Module name: NDPRL100

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

1. Check program and correct error.2. Ask your NATURAL administrator to make sure that NISN is set original value as supplied by Software AG.

NAT3794 Internal error.

Internal error.

1. Error may be a NATURAL DL/I work area overflow when building list.

2. Internal error.

Module name: NDPSBSKF

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

1. Modify the NATURAL DL/I parameter WORKLGH in NDMCPARM.2. Contact Software AG support.

NAT3795 Internal error.

Page 409: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 409/781Bearbeitet von: Schäfer DV Consulting

Internal error.

No further space available on SSAL for AIX pointers.

Module name: NDPSBOOL

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3796 Internal error.

Internal error.

Internal error.

Module name: NDPRS800

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Contact Software AG support.

NAT3797 Acquisition of entry in internal THC table failed.

Acquisition of entry in internal THC table failed.

NATURAL DL/I was unable to obtain the requested entry in the intTable of Hold Commands (THC table).

Module name: NDPSSAVE

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Modify the related THC table parameter THCSIZE in NDMCPARM.

NAT3798 Überlauf des Arbeitsbereichs von NATURAL for DL/I.

Page 410: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 410/781Bearbeitet von: Schäfer DV Consulting

NATURAL for DL/I work area overflow.

An overflow occurred on a work area acquired fromthe NATURAL for DL/I common area.

Module name: NDLSSAVE

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Modify the related work area size parameter WORKLGH inNDMCPARM.

NAT3799 Field values have been changed by another user.

Field values have been changed by another user.

The field values (stored under the same command ID) in the TableHold Commands do not match with those in the corresponding I/O aThe values of the accessed fields have been changed by another uafter the READ (for update) and before the subsequent UPDATE.

Module name: NDLSCHEC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Retry the transaction.

NAT3800 Invalid segment search expression in FIND statement.

Invalid segment search expression in FIND statement.

Program error: in a segment search expression, twoqualification statements refer to different segment types.

Module name: NDPSSBAN

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

Page 411: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 411/781Bearbeitet von: Schäfer DV Consulting

NAT3801 User-defined field not found in NATURAL DL/I UDF table.

User-defined field not found in NATURAL DL/I UDF table.

The DDM does not match the NATURAL DL/I description of UDFs(user-defined fields). The program references a field that isnot contained in the UDF table.

Module name: NDPSFBCS

Problemdetermination: Items 2, 3, 8.

Compare DDM with UDF description and make the two consistentwith one another.

NAT3802 No user-defined field found in NATURAL DL/I UDF table.

No user-defined field found in NATURAL DL/I UDF table.

The DDM does not match the NATURAL DL/I description of UDFs(user-defined fields). The program references a field that isnot contained in the UDF table.

Module name: NDPSFBCS

Problemdetermination: Items 2, 3, 8.

Compare the DDM with the UDF description.

NAT3803 Invalid search criterion in FIND statement.

Page 412: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 412/781Bearbeitet von: Schäfer DV Consulting

Invalid search criterion in FIND statement.

Program error: two segment search expressions are connected by a'OR' operator in a FIND statement, but only 'AND' is valid.

Module name: NDPSSBAN

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Check program and correct error.

NAT3804 Internal error.

Internal error.

Format buffer was omitted in an ADABAS 'N1' command.

Module name: NDPSFBBS

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3805 Number of DDM fields too large.

Number of DDM fields too large.

The number of DL/I fields and UDF fields in the segment is too lThe GENERATE DDM function cannot contain all the DDM fields in iown internal area.

Module name: NDPRLF00

Problemdetermination: Items 6, 8.

Contact Software AG support.

NAT3806 Not enough storage for a NATURAL DL/I internal area.

Page 413: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 413/781Bearbeitet von: Schäfer DV Consulting

Not enough storage available for a NATURAL DL/I internal area.

Not enough storage available for NATURAL DL/I work area.

Module name: NDPSRLIN

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Increase partition region size.

NAT3807 Segment name not found in NDB.

Segment name not found in NDB.

The NDB containing the segment name was modifiedafter the program had been cataloged.

Module name: NDLSDGET

Problemdetermination: Items 3, 6.

Check program and correct error.

NAT3808 DBID/file number not assigned to accessed segment.

Page 414: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 414/781Bearbeitet von: Schäfer DV Consulting

DBID/file number not assigned to accessed segment.

1. The DBID/file number is not yet assigned to the accessed segment.

2. The segment belongs to a LOGICAL DBD and the source segments the PHYSICAL DBD do not have a DBID/file number.

3. The system file does not contain the UDF description.4. The DBID has been defined as a DL/I DBID (see NTDB macro) but physically - the database is not a DL/I database.5. The DBID/file number assigned to the DDM is different to the DBID/file number assigned to the segment.Module name: NDLSDGETProblem determination: Items 3, 8.

1. Assign DBID/file number to the segment.2. Assign DBID/file number to the source segments.3. Check (with NDLBLOCK) if segment description exists in system

NAT3809 There is not enough shared storage available.

There is not enough shared storage available.

1. The maximum size of shared storage pool, as defined in the NATURAL DL/I initialization parameters, is too small.

2. There is not enough shared storage available for NATURAL DL/I internal blocks.

Module name: NDPSDGET

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

1. Increase the maximum pool size.2. Increase the size of the partition/region/roll buffer.

NAT3810 DL/I status code 'GE' (segment not found).

Page 415: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 415/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'GE' (segment not found).

DL/I returns status code 'GE', i.e. segment not found.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3812 DL/I is not active.

DL/I not active.

CICS/VS returns a 'DL/I not active' condition (DLINA).

Module name: NDPSIOCX

Contact your CICS system programmer.

NAT3813 A DL/I request was issued, but no PSB has been scheduled.

A DL/I request was issued, but no PSB has been scheduled.

CICS/VS has returned a FUNCNS condition.

Module name: NDLSIOCX

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Retry PSB schedule.

NAT3814 Invalid request to CICS-DL/I interface.

Page 416: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 416/781Bearbeitet von: Schäfer DV Consulting

Invalid request to CICS-DL/I interface.

CICS/VS returns an INVREQ condition.PSB may not be defined correctly to CICS/VS.

Module name: NDPSIOCX

Contact your CICS system programmer.

NAT3815 The PSB language is not Assembler.

The PSB language is not Assembler.

CICS/VS returns a language-conflict condition (LANGCON).

Module name: NDPSIOCX

Problemdetermination: Item 5.

Make sure that the PSB language is Assembler and that is definedcorrectly to CICS/VS.

NAT3816 The database is not open.

The database is not open.

CICS/VS returns a 'database not open' condition (NOTOPEN).

Module name: NDPSIOCX

Check if the database is open. Contact your CICS system programm

NAT3817 PSB initialization failed.

Page 417: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 417/781Bearbeitet von: Schäfer DV Consulting

PSB initialization failed.

CICS/VS returns a PSBFAIL condition (PSB initialization failed).Among other reasons, this error occurs if the setting of the ENQDMBPL, PSBPL parameters in the CICS System Initialization Table(SIT) is too small.

Module name: NDPSIOCX

Contact your CICS system programmer.

NAT3818 The use of this PSB is not allowed.

The use of this PSB is not allowed.

A request was issued to an unauthorized PSB.CICS/VS returns a 'PSB not authorized' condition (PSBNA).

Module name: NDPSIOCX

Check the CICS/VS ACT table.

NAT3819 NSB found on FDIC but PSB not found in CICS.

NSB found on FDIC but PSB not found in CICS.

The NSB is present on FDIC but CICS returned a 'PSB not found'condition (PSBNF) when trying to schedule the corresponding PSB.

Module name: NDLSIOCX

Check the CICS PSB table.

NAT3820 Ein PSB ist bereits aktiv.

Page 418: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 418/781Bearbeitet von: Schäfer DV Consulting

PSB schedule request issued with a PSB already scheduled.

A PSB schedule request was issued, but this or another PSB hasalready been scheduled. Only one PSB at a time can be active.

Module name: NDPSIOCX

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Issue a DL/I TERM call (NATPSB OFF).

NAT3821 The task is not authorized to access a DL/I database.

The task is not authorized to access DL/I database.

CICS/VS return a TASKNA condition.

Module name: NDPSIOCX

Contact your CICS system programmer.

NAT3822 No PSB scheduled.

No PSB scheduled.

A termination request was issued with no PSB scheduled.

Module name: NDPSIOCX

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Contact Software AG support.

NAT3823 GETMAIN for I/O area failed.

Page 419: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 419/781Bearbeitet von: Schäfer DV Consulting

GETMAIN for I/O area failed.

There is not enough storage available for the I/O area.

Module names: NDPSIOCX and NDPSIOBA

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

Increase size of partition/region.

NAT3824 No NSB found or checkpoint processing.

No NSB found for checkpoint processing.

In a 'DB2 DL/I batch support' environment, NATURAL for DB2issues its checkpoints via NATURAL for DL/I. However, noNSB was found because the NATPSB ON command was notissued by the user.Module name: NDLSIOBA

Issue NATPSB ON with a valid PSB name.

NAT3825 DBD-Namen in NCB und PCB stimmen nicht überein.

DBD names in NCB and PCB do not match.

A free NCB has been selected (from the NSB). However, theDBD name in this NCB does not match the DBD name in thecorresponding PCB.Module name: NDLSPALL

Execute NATPSB procedure to correct NSB/PSB mismatch.

NAT3850 DL/I status code 'AB'.

Page 420: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 420/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'AB'.

DL/I returns status code 'AB'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3851 DL/I status code 'AC'.

DL/I status code 'AC'.

DL/I returns status code 'AC'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3852 DL/I status code 'AD'.

DL/I status code 'AD'.

DL/I returns status code 'AD'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3853 DL/I status code 'AH'.

Page 421: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 421/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'AH'.

DL/I returns status code 'AH'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3854 DL/I status code 'AI'.

DL/I status code 'AI'.

DL/I returns status code 'AI'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3855 DL/I status code 'AJ'.

DL/I status code 'AJ'.

DL/I returns status code 'AJ'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3856 DL/I status code 'AK'.

Page 422: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 422/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'AK'.

DL/I returns status code 'AK'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3857 DL/I status code 'AM'.

DL/I status code 'AM'.

DL/I returns status code 'AM'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3858 DL/I status code 'AO'.

DL/I status code 'AO'.

DL/I returns status code 'AO'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3859 DL/I status code 'AT'.

Page 423: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 423/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'AT'.

DL/I returns status code 'AT'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3860 DL/I status code 'AU'.

DL/I status code 'AU'.

DL/I returns status code 'AU'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3861 DL/I status code 'DA'.

DL/I status code 'DA'.

DL/I returns status code 'DA'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3862 DL/I status code 'DJ'.

Page 424: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 424/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'DJ'.

DL/I returns status code 'DJ'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3863 DL/I status code 'DX'.

DL/I status code 'DX'.

DL/I returns status code 'DX'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3864 DL/I status code 'FD'.

DL/I status code 'FD'.

DL/I returns status code 'FD'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3865 DL/I status code 'FE'.

Page 425: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 425/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'FE'.

DL/I returns status code 'FE'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3866 DL/I status code 'FF'.

DL/I status code 'FF'.

DL/I returns status code 'FF'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual IMS/VS 'Application Programming'.

NAT3867 DL/I status code 'FG'.

DL/I status code 'FG'.

DL/I returns status code 'FG'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3868 DL/I status code 'FH'.

Page 426: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 426/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'FH'.

DL/I returns status code 'FH'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3869 DL/I status code 'FI'.

DL/I status code 'FI'.

DL/I returns status code 'FI'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3870 DL/I status code 'FP'.

DL/I status code 'FP'.

DL/I returns status code 'FP'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3871 DL/I status code 'FR'.

Page 427: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 427/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'FR'.

DL/I returns status code 'FR'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3872 DL/I status code 'FT'.

DL/I status code 'FT'.

DL/I returns status code 'FT'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3873 DL/I status code 'FW'.

DL/I status code 'FW'.

DL/I returns status code 'FW'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3874 DL/I status code 'GA'.

Page 428: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 428/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'GA'.

DL/I returns status code 'GA'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3876 DL/I status code 'GC'.

DL/I status code 'GC'.

DL/I returns status code 'GC'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3877 DL/I status code 'GD'.

DL/I status code 'GD'.

DL/I returns status code 'GD'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3879 DL/I status code 'GG'.

Page 429: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 429/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'GG'.

DL/I returns status code 'GG'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3880 DL/I status code 'GK'.

DL/I status code 'GK'.

DL/I returns status code 'GK'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3881 DL/I status code 'GL'.

DL/I status code 'GL'.

DL/I returns status code 'GL'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3882 DL/I status code 'GP'.

Page 430: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 430/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'GP'.

DL/I returns status code 'GP'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3883 DL/I status code 'II' (duplicate sequence field).

DL/I status code 'II' (duplicate sequence field).

DL/I returns status code 'II' (duplicate sequence field).

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3884 DL/I status code 'IX'.

DL/I status code 'IX'.

DL/I returns status code 'IX'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3885 DL/I status code 'LB'.

Page 431: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 431/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'LB'.

DL/I returns status code 'LB'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3886 DL/I status code 'LC'.

DL/I status code 'LC'.

DL/I returns status code 'LC'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3887 DL/I status code 'LD'.

DL/I status code 'LD'.

DL/I returns status code 'LD'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3888 DL/I status code 'LE'.

Page 432: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 432/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'LE'.

DL/I returns status code 'LE'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3889 DL/I status code 'N'.

DL/I status code 'N'.

DL/I returns status code 'N'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3890 DL/I status code 'NE'.

DL/I status code 'NE'.

DL/I returns status code 'NE'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3891 DL/I status code 'NI'.

Page 433: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 433/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'NI'.

DL/I returns status code 'NI'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3892 DL/I status code 'NO'.

DL/I status code 'NO'.

DL/I returns status code 'NO'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3893 DL/I status code 'RX'.

DL/I status code 'RX'.

DL/I returns status code 'RX'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3894 DL/I status code 'VI'.

Page 434: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 434/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'VI'.

DL/I returns status code 'VI'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3895 DL/I status code 'XX'.

DL/I status code 'XX'.

DL/I returns status code 'XX'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3896 DL/I status code 'AL'.

DL/I status code 'AL'.

DL/I returns code 'AL'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3897 DL/I status code 'BA'.

Page 435: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 435/781Bearbeitet von: Schäfer DV Consulting

DL/I status code 'BA'.

DL/I returns status code 'BA'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3898 DL/I status code 'BB'.

DL/I status code 'BB'.

DL/I returns status code 'BB'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3899 DL/I status code 'XH'.

DL/I status code 'XH'.

DL/I returns status code 'XH'.

Module name: NDPSIORC

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

See the IBM manual 'IMS/VS Application Programming'.

NAT3900 PSB :1: 'scheduled', aber PSB :2: schon aktiv.

Page 436: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 436/781Bearbeitet von: Schäfer DV Consulting

PSB ... scheduled, but PSB ... already active.

A PSB schedule request was issued, but this or another PSBhas already been scheduled. Only one PSB at a time can be active

Module name: NDPRPS00

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

A 'NATPSB OFF' command must be issued before the 'NATPSB ON'com

NAT3901 PSB not scheduled.

PSB not scheduled.

A 'NATPSB OFF' command was issued with no PSB active.

Module name: NDPRPS00

Problemdetermination: Item 1 (trace parameter = (CMD,REQ,SER)).

None.

NAT3902 NSB :1: in FDIC-Systemdatei nicht gefunden.

NSB ... not found on FDIC system file.

Module name: NDPRPS00

Problemdetermination: Item 12.

Execute NATPSB batch procedure for the given PSB to create and sthe corresponding NSB on the FDIC system file.

NAT3903 Kein END TRANSACTION-Statement ausgeführt.

Page 437: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 437/781Bearbeitet von: Schäfer DV Consulting

PSB names do not match.

The PSB name in the EXEC statement of the JCL (used by DL/I) andthe PSB name in the NATPSB ON command (used by NATURAL for DL/I)must be the same.

Module name: NDLRPS00

Check JCL and modify PSB name, either in the EXEC statement orin the NATPSB ON command.

NAT3904 Segmentbeschreibung nicht in NATURAL-Systemdatei.

Segment description is not on NATURAL system file.

The segment is a virtual logical child. The DBD which contains trelated real logical child, however, does not exist on the NATURsystem file.

Module name: NDLSDGET

Problemdetermination: Item 11.

1. Execute the NATDBD procedure for the DBD containing the realchild. 2. Execute the NATDBD procedure for the DBD containing tvirtual logical child.

NAT3905 Kein PSB aktiv.

No PSB has been scheduled.

No NCB could be located because there is no NSB pointer,i.e. there is no PSB active.

Module name: NDLSCGET

Problemdetermination: Item 4.

Execute command 'NATPSB ON psbname' to schedule a PSB.

NAT3906 Segment position not fully specified in STORE request.

Page 438: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 438/781Bearbeitet von: Schäfer DV Consulting

Segment position not fully specified in STORE request.

The position in the database where the segment is to be storedis not sufficiently specified in a STORE statement: one or moreancestor sequence fields are not referenced.

Module name: NDPRN100

Problemdetermination: Items 2, 3.

Assign correct values to the missing sequence fields of(1) the segment to be stored, and (2) the segment's ancestors.

NAT3907 Internal error.

Internal error.

There is not enough storage available for a 'user' area to be pato the I/O area of a DL/I call.

Module name: NDPSRPGU

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3908 Index out of range for period.group/multiple-value field.

Index out of range for periodic-group/multiple-value field.

You have attempted to access a periodic-group field or multiple-field, specifying an index which exceeds the value set by the UDparameter MAXOCC.

Module names: NDPSFBMI, NDPSFBMU.

Problemdetermination: Items 2, 8.

Check program and correct error.

Page 439: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 439/781Bearbeitet von: Schäfer DV Consulting

NAT3909 NATURAL DL/I work area overflow.

NATURAL DL/I work area overflow.

An overflow occurred during NATURAL DL/I SSA list initialization

Module name: NDPSFSSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Modify the work area size parameter WORKLGH in NDPCPARM.

NAT3910 NATURAL DL/I work area overflow.

NATURAL DL/I work area overflow.

An overflow occurred while adding an unqualified SSA to the SSA

Module name: NDPSFSSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Modify the work area size parameter WORKLGH in NDPCPARM.

NAT3911 NATURAL DL/I work area overflow.

NATURAL DL/I work area overflow.

An overflow occurred in the NATURAL DL/I work area while movinga qualified SSA into the SSA list.

Module name: NDPSFSSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Modify the work area size parameter WORKLGH in NDPCPARM.

NAT3912 Internal error.

Page 440: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 440/781Bearbeitet von: Schäfer DV Consulting

Internal error.

NATURAL DL/I failed to add an unqualified SSA to the SSA list,because the unqualified SSA already existed on the SSA list andwas not related to the current segment.

Module name: NDPSFSSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3913 Internal error.

Internal error.

NATURAL DL/I determined an invalid path for the involved segmentwhile attempting to add an unqualified SSA to the SSA list.The path determined was in conflict with the path associated witthe existing SSA list.

Module name: NDPSFSSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Contact Software AG support.

NAT3914 NATURAL DL/I work area overflow.

NATURAL DL/I work area overflow.

An overflow occurred during compression of an SSA list.

Module name: NDPSFSSA

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2.

Modify the work area size parameter WORKLGH in NDPCPARM.

NAT3915 Not enough NATURAL DL/I storage available.

Page 441: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 441/781Bearbeitet von: Schäfer DV Consulting

Not enough NATURAL DL/I storage available.

NATURAL DL/I was unable to obtain the requested entry in the TSAinternal table.

Module name: NDPSFSSA

Problemdetermination: Item 1 (trace parameter (CMD,REQ,SER)).

Modify the related TSA parameter SEQNUM in the module NDPCPARM.

NAT3916 Index database name incompatible.

Index database name incompatible.

The index database name field in the NCB does not agree with theindex database field in the NCB AIX field involved in the databacall.

Module name: NDPSBNCB

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2, 4,

Contact Software AG support.

NAT3918 SENSEG in NSB has no corresponding segment in related NDB.

SENSEG in NSB has no corresponding segment in related NDB.

A SENSEG in the NSB does not have a corresponding segment in therelated NDB.

Module name: NDPSBNCB

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 2, 4,

Check whether the NATDBD and NATPSB procedures were executedcor

Page 442: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 442/781Bearbeitet von: Schäfer DV Consulting

NAT3919 PSB switch cannot be accepted.

PSB switch cannot be accepted.

A PSB switch was requested inside an active I/O loop (FIND, READwhile another PSB is still allocated.

Module name: NDPSRLIN

Switch the PSB outside any active I/O loop.

NAT3920 GETMAIN for NCB failed.

GETMAIN for NCB failed.

To copy the NCB from the buffer pool into a work area, a GETMAINfor the work area is performed. This GETMAIN failed.

Module name: NDPSNCBI

Increase the value of the SIZE parameter in the NDPCPARM parametmodule.

NAT3921 NATURAL buffer pool not active, or unknown return code.

NATURAL buffer pool not active, or unknown return code.

When calling the NATURAL buffer pool for a NATURAL DL/I control(NDB, NSB, UDF) request, the buffer pool returned: - an unknown return code, or - a return code which indicates that the buffer pool is not a

Module name: NDPSNBPI

Contact Software AG support.

NAT3922 NDB/NSB/UDF bei Dealloziierung nicht gefunden.

Page 443: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 443/781Bearbeitet von: Schäfer DV Consulting

NDB/NSB/UDF not found during de-allocation.

An attempt was made to de-allocate a NATURAL DL/I control block(NDB, NSB, UDF) from the NATURAL buffer pool.However, the control block was not found in the buffer pool.

Contact Software AG support.

NAT3923 Use count gone negative during de-allocation.

Use count gone negative during de-allocation.

When de-allocating NATURAL DL/I control blocks (NDB/NSB/UDF) frobuffer pool, it was detected that the use count was negative.

Module name: NDPSNBPI

Contact Software AG support.

NAT3924 No space during load into buffer pool.

No space during load into buffer pool.

When loading the NATURAL DL/I control blocks (NDB/NSB/UDF) fromthe system file into the buffer pool, there was not enough storaavailable in the buffer pool.

Module name: NDPSNBPI

Provide enough storage.

NAT3925 Symbolic checkpoint/restart failed.

Page 444: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 444/781Bearbeitet von: Schäfer DV Consulting

Symbolic checkpoint/restart failed.

IMS checkpointing was requested in a batch NATURAL program, throthe provision of user data with the END TRANSACTION statement.This request could, however, not be satisfied because an error wdetected by NATURAL for DL/I.Possible reasons for this error: - A GETMAIN failed: NATURAL for DL/I requires a 2000-byte buf for this function. - A DL/I status code was returned in response to the XRST cal - The XRST call was not issued because it is not supported in this environment or with this CMPAT setting.

Module name: NDLRRE00

Increase the REGION size in the JCL.Check IMS logging installation at your site.Check if your environment (CMPAT setting) supports the XRST call

NAT3926 Ungültiges Suchkriterium für HDAM-Datenbank.

Invalid search criterion for HDAM database.

When accessing a HDAM database, either a secondaryindex must be used or a condition must be specifiedfor the root sequence field with relational operatorEQUAL TO. Fields different from the sequence fieldare not permitted to prevent excessive sequentialDL/I access.Use READ PHYSICAL if you want to retrieve rootsegments sequentially (in physical sequence).

Module name: NDPRPTSA

Use EQUAL TO as logical operator, or access via alternate index.

NAT3927 FREEMAIN for NCB failed.

Page 445: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 445/781Bearbeitet von: Schäfer DV Consulting

FREEMAIN for NCB failed.

To copy the NCB from the buffer pool into a work area, a GETMAINfor the work area is performed. The subsequent FREEMAIN for thiswork area failed.

Module name: NDPSNCBI

Contact Software AG support.

NAT3929 NATURAL DL/I wurde nicht initialisiert.

NATURAL for DL/I has not been initialized.

NATURAL for DL/I service has been requested, but NATURAL for DL/has not been initialized.

Module name: NDLGWDLI

Install NATURAL for DL/I with a DLISIZE of at least 27 KB;then start the NATURAL session again.

NAT3930 Kommando NATPSB ON/OFF in IMS-Umgebung nicht verfügbar.

NATPSB ON/OFF command not available in IMS environment.

PSB switching under IMS is accomplished by using the module'CMDEFSWX' or 'CMDIRSWX'.

Instead of NATPSB, use one of the above modules.

NAT3931 GETMAIN size exceeds maximum of 32 KB.

GETMAIN size exceeds maximum of 32 KB.

NATURAL DL/I attempts to copy the DL/I CALL parameter list intoa buffer below 16 MB. The GETMAIN for this buffer could not beexecuted, because the size requested was greater than the maximupossible size of 32 KB.

Module name: NDLSIOCX

Contact Software AG support.

Page 446: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 446/781Bearbeitet von: Schäfer DV Consulting

NAT3932 GETMAIN failed for buffer below 16 MB.

GETMAIN failed for buffer below 16 MB.

NATURAL DL/I attempts to copy the DL/I CALL parameter list intoa buffer below 16 MB. The GETMAIN for this buffer failed.

Module name: NDLSIOCX

Contact Software AG support.

NAT3933 Now it is too late for BACKOUT TRANSACTION.

Too late for BACKOUT TRANSACTION.

The program contains a design error: it attempts to backout updawhich have already been committed. This error can only occur undCICS in pseudo-conversational mode or under IMS/DC. The most likreason is that a terminal I/O has forced the end of the logicaltransaction; that is, internally a SYNCPOINT command has alreadyexecuted by the TP monitor at the time when the BACKOUT TRANSACTstatement is executed. Nevertheless, NATURAL for DL/I has executa SYNCPOINT ROLLBACK command. This means that the actual scopeothe BACKOUT TRANSACTION is different from the expected one.

Correct error in program.

NAT3934 FREEMAIN for I/O area failed.

FREEMAIN for I/O area failed.

Internal error.

Module names: NDLSIOBA/NDLSIOCX.

Contact Software AG support.

NAT3935 NATURAL DL/I Objekt für Buffer Pool gesperrt (Blacklist).

Page 447: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 447/781Bearbeitet von: Schäfer DV Consulting

:1: locked in bufferpool blacklist.

A NATURAL for DL/I object - NDB, NSB or UDF - could not be loadeinto the buffer pool, because it has been locked from executionvia the Blacklist Maintenance function of the SYSBPM utility.

Module name: NDLSSHGE

Contact your NATURAL administrator to delete the blacklist entry

NAT3936 GSAM-Sätze konnen weder geloscht noch aktualisiert werden.

GSAM records cannot be deleted or updated.

The database accessed is a GSAM database.You cannot delete or update records in a GSAM database.This is a GSAM restriction.

Module name: NDLRPTSA,NDLRN100

Remove DELETE or UPDATE statement from your program.

NAT3937 Segment length exceeded.

Segment length exceeded.

The length of the retrieved segment is larger than the maximum ldefined to NATURAL for this segment type, i.e. the definitions fDL/I and NDL are not in synchronization.The most probable reason is that the segment length was increaseusing DBDGEN but the corresponding execution of NATDBD was omitt

Module name: NDLRGNEX

Re-run the NATDBD procedure against the DBD.

NAT3938 Not enough storage in WORK buffer.

Page 448: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 448/781Bearbeitet von: Schäfer DV Consulting

Not enough storage in WORK buffer.

During format buffer analysis, NATURAL for DL/I could not acquirstorage from the WORK buffer for another format buffer entry becthe WORK buffer is full.Module name: NDLSFBSAProblem determination: Items 1 (trace = (CMD,REQ,SER)), 2, 10.

Increase the related WORK parameter WORKLGH in the NDLPARMmodul

NAT3951 CSECT :1: fehlt.

CSECT ... is missing.

This error may be caused by one of the following:

- The module as indicated in the message is missing in the link- stream.- The CSECT instruction is missing in the source of the module.

- The module name in the CSECT instruction has been changed.

Make sure that the module is included in the link-edit stream;make sure that the source of the module is complete/correct.

NAT3952 INIT call failed with status code :1:.

INIT call failed with status code ....

The NATURAL DL/I initialization routine issues an INIT call toinform IMS that it is prepared to accept status codes 'BA' and 'regarding the unavailability of data.This call failed, and DL/I has returned the status code indicatein the message.

See the IBM manual 'IMS/VS Application Programming' for explanatthe status code.

NAT3953 Versions of NDLNUC and :1: do not match.

Page 449: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 449/781Bearbeitet von: Schäfer DV Consulting

Versions of NDLNUC and ... do not match.

The modules included in the NATURAL DL/I link-edit must beof the same version.

Module name: NDLSINIT

Check NDLNUC, NDLSIO00 and NDLPARM.

NAT3954 DLISIZE muß großer als :1: sein.

DLISIZE must be greater than ....

If DLISIZE is not '0', it must be large enough to hold all buffethat are required by NATURAL for DL/I.

Set DLISIZE to the value indicated in the error message.

NAT3955 Fehler :1: in GETMAIN in NATURAL DL/I Puffer.

Error ... in GETMAIN in NATURAL for DL/I buffer.

An error occurred when NATURAL for DL/I attempted to acquireits buffer from the thread.

Increase the size of the thread.

NAT3956 Fehler :1: bei GETMAIN in NATURAL DL/I-Subpool :2:.

Error ... in GETMAIN in NATURAL for DL/I subpool ....

An error occurred when NATURAL for DL/I attempted to acquirethe subpool (as indicated in the error message) from its buffer.

Contact Software AG support.

NAT3957 Keine DBIDs für NATURAL DL/I im NTDB-Makro reserviert.

Page 450: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 450/781Bearbeitet von: Schäfer DV Consulting

No DBID marked as DL/I in NTDB macro.

NATURAL for DL/I has been invoked, but in the NTDB macrono database has been reserved for DL/I.

If you do not wish to invoke NATURAL for DL/I, invoke NATURALwith DLISIZE=0; otherwise correct error in NTDB macro.

NAT3959 XRST-Aufruf nicht erfolgreich - DL/I-Statuscode :1:.

XRST call failed with DL/I status code ....

When starting a BMP, the NATURAL DL/I initialization routine issan extended restart (XRST) call.This call failed, and DL/I returned the status code indicated inmessage.

See the IBM manual 'IMS/VS Application Programming' for explanatstatus code.

NAT3960 Kein gültiger PSB-Name wurde angegeben.

No valid PSB name was provided.

The address pointing to the PCB address list is blank or zero.This happens if a DLISIZE other than zero has been specified and1) - either NATURAL is not running under the control of the DL/I controller (DFSRRC00 for MVS, DLZRRC00 for VSE),2) - or NATURAL is running under control of the DL/I region cont but, due to an internal error, the PCB address list has not b passed to NATURAL for DL/I.3) - or the PSB name in the JCL does not match the PSB name on C

Module name: NDLSINIT.

Problem determination: Check the JCL used to start NATURAL.

For 1) - Run NATURAL under the control of the DL/I region contro or run NATURAL with DLISIZE=0.For 2) - Contact Software AG support.

NAT3961 NSB :1: auf FDIC-Systemdatei nicht gefunden.

Page 451: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 451/781Bearbeitet von: Schäfer DV Consulting

NSB ... not found on FDIC system file.

The PSB which is used to start NATURAL has not been defined onthe FDIC system file or could not be read (due to an unexpectedreturn code from the database).Module name: NDLSINIT.

Problem determination: Check if the correct system file has beenassigned.

Specify correct FDIC, or run NATPSB procedure to store the NSB oFDIC system file. Set DLISIZE=0 if you do not want an NSB associwith the transaction (because it does not need to access DL/I).

NAT3962 Error in loading global area.

Error in loading global area.

The NDPSGLBA module is not included the link step; it thereforecannot be loaded dynamically.

Module name: NDPSGLBA

Problemdetermination: Obtain a link-edit listing.

Either include NDPSGLBA in the link step (batch and CICS) orspecify it in the STEPLIB DD card (IMS/DC).

NAT3963 NATURAL DL/I-Initialisierung nicht erfolgreich.

NATURAL for DL/I initialization failed.

The reason for this failure is explained by the more detailederror message issued together with this error message.

See explanation of detailed message.

NAT3970 Error when loading NDB/NSB.

Page 452: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 452/781Bearbeitet von: Schäfer DV Consulting

Error when loading NDB/NSB.

The NDB, or the NSB, could not be loaded from the load library(under DOS, from the core image library).

Module names: NDLBINDB, NDLBINSB.

Problemdetermination: Item 11 or Item 12.

1. Check whether the load (core) library contains the NDB/NSB.2. Check the results of the assembly and link steps of the NATDBD/NATPSB procedures which produce the above modules.

NAT3971 Error in END TRANSACTION command.

Error in END TRANSACTION command.

Due to an error when issuing the 'ET' command, the NDB (or the Ncould not be stored into the NATURAL system file.The message 'SYSDLI: 1004' contains the I/O response code receivfrom the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module names: NDPBNDB1, NDPBNSB1.

Problemdetermination: Item 11 or Item 12.

Contact your database administrator.

NAT3972 Zuviele DL/I-Felder.

Page 453: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 453/781Bearbeitet von: Schäfer DV Consulting

DBD has too many (over 468) DL/I fields.

A DBD with more than 468 (13 * (26 + 10)) DL/I fields cannotbe processed. This is a design restriction.

Module name: NDPBSESH

Problemdetermination: Items 4, 11.

Reduce number of DL/I fields.

NAT3973 Error in acquiring a work area (storing NDB/NSB).

Error in acquiring a work area (storing NDB/NSB).

An error message was returned by the GETMAIN/GETVIS macro afterNATURAL DL/I attempted to acquire a work area while processinga logical DBD.

Module name: NDPBNDB1

Problemdetermination: Item 11.

Increase partition/region size.

NAT3974 Error when storing the NDB/NSB.

Page 454: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 454/781Bearbeitet von: Schäfer DV Consulting

Error when storing the NDB/NSB.

During the STORE operation of an NDB/NSB, an error messagewas returned either by the ADABAS 'N1' command or by a VSAM 'PUTThe error message 'SYSDLI: 1103' contains the I/O response codereceived from the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module names: NDLBSNDB, NDLBSNSB.

Problemdetermination: Item 11.

Correct the condition that caused the I/O error.

NAT3975 DBD/PSB name does not match the load module name.

DBD/PSB name does not match the load module name.

The NAME parameter in the DBD/PSB macro does not match the loadmodule name in the load (in DOS, core) library which containsthe output of the assembly and l ink steps of the NATDBD/NATPSBprocedure.

Module names: NDLBINDB, NDLBINSB.

Problemdetermination: Items 4/5, 11/12.

Check the name of the load module containing the output of the astep of the NATDBD/NATPSB procedure; change it accordingly to mathe NAME parameter. Ensure that SAG macros are used during the a

NAT3978 NDB not found.

Page 455: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 455/781Bearbeitet von: Schäfer DV Consulting

NDB not found.

Internal error.

Module name: NDPBRNDB

Problemdetermination: Items 1 (trace parameter = (CMD,REQ,SER)), 11.

Contact Software AG support.

NAT3979 Error in acquiring a work area.

Error in acquiring a work area.

An error message was received from the GETMAIN/GETVIS macrowhile acquiring the I/O area into which the first slot of theold copy of the NDB being processed was to be read.

Module name: NDPBRNDB

Problemdetermination: Item 11.

Increase partition/region size.

NAT3980 Error in acquiring a work area.

Error in acquiring a work area.

An error message was received from the GETMAIN/GETVIS macrowhile acquiring the I/O area into which the old copy of theNDB being processed was to be read.

Module name: NDPBRNDB

Problemdetermination: Item 11 or Item 12.

Increase partition/region size.

NAT3981 Error in reading an NDB.

Page 456: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 456/781Bearbeitet von: Schäfer DV Consulting

Error in reading an NDB.

The new NDB copy could not be stored into the NATURAL systemfile due to an error which occurred while reading the old copy.The error message 'SYSDLI: 1004' contains the I/O responsecode received from the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module name: NDPBRNDB

Problemdetermination: Item 11.

Correct the condition that caused the I/O error.

NAT3982 Error in reading an NDB.

Error in reading an NDB.

The new NDB copy could not be stored into the NATURAL systemfile due to an error which occurred while reading the old copy.The error message 'SYSDLI: 1004' contains the I/O responsecode received from the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module name: NDPBRNDB

Problemdetermination: Item 11.

Correct the condition that caused the I/O error.

NAT3983 Error in reading an NDB.

Page 457: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 457/781Bearbeitet von: Schäfer DV Consulting

Error in reading an NDB.

An error occurred while the old copy of an existing NDB(or NSB) was being read for update. The error message'SYSDLI: 1004' contains the I/O response code receivedfrom the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module names: NDPBDNDB, NDPBDNSB.

Problemdetermination: Item 11 or Item 12.

Correct the condition that caused the I/O error.

NAT3984 Error in reading an NDB.

Error in reading an NDB.

An error occurred while the old copy of an existing NDB(or NSB) was being read for update. The error message'SYSDLI: 1004' contains the I/O response code receivedfrom the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module names: NDPBDNDB, NDPBDNSB.

Problemdetermination: Item 11 or Item 12.

Correct the condition that caused the I/O error.

NAT3985 Error in deleting an NDB.

Page 458: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 458/781Bearbeitet von: Schäfer DV Consulting

Error in deleting an NDB.

An error occurred while the old copy of an NDB was beingdeleted. The error message 'SYSDLI: 1004' contains theI/O response code received from the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module name: NDPBDNDB

Problemdetermination: Item 11.

Correct the condition that caused the I/O error.

NAT3986 NDB/NSB not found.

NDB/NSB not found.

This error occurs when an NDB (or NSB) is being read for updatebefore being deleted. The error is originated by the 'L3' comman(ADABAS system file) or by the VSAM GET (VSAM system file).The error message 'SYSDLI: 1004' contains the I/O response codereceived from the NATURAL I/O processor.

The I/O codes are described in the ADABAS Messages And Codes Manor the NATURAL Error Messages Manual respectively.

Module names: NDPBDNDB, NDPBDNSB.

Problemdetermination: Item 11 or Item 12.

Correct the condition that caused the I/O error.

NAT3987 Error in building a logical NDB.

Page 459: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 459/781Bearbeitet von: Schäfer DV Consulting

Error in building a logical NDB.

The work area used for building a logical NDB is too small.

Module name: NDPBNDBL

Problemdetermination: Item 11.

Contact Software AG support.Software AG will change YLOG in NDPBNDB1 and relink NDLB0001.

NAT3988 Sequence-field error in building a logical NDB.

Sequence-field error in building a logical NDB.

More than one sequence field was found for a segment whichis NOT a logical virtual child.

Up to five sequence fields may be defined ONLY for logicalvirtual child segments.

Module name: NDPBNDBL

Problemdetermination: Items 4, 11.

Ensure that the DBDGEN procedure was successfully executedagainst this DBD, since this error should be detected by DBDGEN.

NAT3989 Error in building AIX links in a logical NDB.

Error in building AIX links in a logical NDB.

Internal error.

Module name: NDPBNDBL

Problemdetermination: Items 4, 11.

Contact Software AG support.

Page 460: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 460/781Bearbeitet von: Schäfer DV Consulting

NAT3990 Error in acquiring a work area for a logical NDB.

Error in acquiring a work area for a logical NDB.

A GETMAIN/GETVIS macro was invoked to acquire a work area wherelogical NDB was to be built. A non-zero response code was return

Module name: NDPBNDB1

Problemdetermination: Item 11.

Increase partition/region size.

NAT3991 Segment referred to as source was not found.

Segment referred to as source was not found.

While processing a segment with a SOURCE parameter, thespecified segment was not found in the NDB corresponding tothe DBD specified in the SOURCE keyword.

Module name: NDPBNDBL

Problemdetermination: Item 11.

Ensure that the ACBGEN procedure was successfully executedagainst this DBD, since this error should be detected by ACBGEN.

NAT3992 Error in acquiring a work area for a logical NDB.

Error in acquiring a work area for a logical NDB.

A GETMAIN/GETVIS macro was invoked to acquire a work area wherelogical NDB was to be built. A non-zero response code was return

Module name: NDPBNDB1

Problemdetermination: Item 11.

Increase partition/region size.

Page 461: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 461/781Bearbeitet von: Schäfer DV Consulting

NAT3993 NDB not found in NATURAL system file.

NDB not found in NATURAL system file.

While processing a segment with a SOURCE parameter, the NDBcorresponding to the DBD specified in the SOURCE keyword wasnot found in the NATURAL system file.

Module name: NDPBNDBL

Problemdetermination: Item 11.

Ensure that the DBDGEN procedure was successfully executedagainst this DBD, since this error should be detected by DBDGEN.

NAT3994 Inhibit flag of segment in 'SOURCE' keyword set to 'ON'.

Inhibit flag of segment in 'SOURCE' keyword set to 'ON'.

Procedure NATDBD is executed against a logical DBD. ThisDBD contains a SOURCE=((segname,,dbname)) statement toidentify segment type 'segname' in physical database 'dbname'.However, the NDB corresponding to 'dbname' contains one or moresegment types which are marked as inhibited. These segment typeswere inhibited by NATURAL during the execution of NATDBD against'dbname' because not all references to the real logical childsegment type could be resolved.

Module name: NDPBNDBL

Problemdetermination: Item 11.

Before executing NATDBD for a logical DBD, execute NATDBD for alphysical DBDs referred to. If the logical relationship is the rea recursive structure, run NATDBD for the physical DBD at least

NAT3995 Overflow of source error table.

Page 462: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 462/781Bearbeitet von: Schäfer DV Consulting

Overflow of source error table.

The table which contains the list of segments having an error flis too small.

Module name: NDPBNDBL

Problemdetermination: Item 4.

Contact Software AG support.

NAT3996 Physical NDB referenced as source was not found.

Physical NDB referenced as source was not found.

While processing a segment with a SOURCE parameter, the NDBcorresponding to the DBD specified in the SOURCE keyword was notin the NATURAL system file. (The NDB has been stored in the NATUsystem file with some segments having the inhibit flag set to 'O

Module name: NDPBNDBL

Problemdetermination: Item 4.

Re-execute the NATDBD procedure.For details see the section on Logical Databases in the NATURALchapter of the NATURAL Operations Manual.

NAT3997 Error when scanning NSB (CMPAT=YES).

Error when scanning NSB (CMPAT=YES).

Module name: NDPBNSB1

Check PSB definition.

NAT3998 NATURAL nucleus not found.

Page 463: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 463/781Bearbeitet von: Schäfer DV Consulting

NATURAL nucleus not found.

When running NDL batch under VSE, NDLSINID tries to loadthe NATURAL phase whose name has been specified in the JCL.This phase was not found.Module name: NDLSINID

Check name of the NATURAL phase in the JCL.

NAT3999 Not enough memory to load NATURAL nucleus.

Not enough memory to load NATURAL nucleus.

When running NDL batch under VSE, NDLSINID tries to load theNATURAL phase whose name has been specified in the JCL.This phase could not be loaded because not enough memorywas available.

Module name: NDLSINID

Check size of NATURAL batch phase and specify the SIZE parameterin the JCL appropriately.

NAT4000 NATURAL-Fehlermeldung 4nnnn kann nicht angezeigt werden.

NATURAL error text 4nnn cannot be displayed.

For error NAT4nnn, there is no specific error message available.

NAT4001 Zeichen für DC, ID, IA müssen unterschiedlich sein.

Control characters DC, ID, IA must exclude one another.

These characters for decimal character (DC), input delimiter (IDand input assign character (IA) must be different from one anothso that they can be distinguished from one another when an inputdata stream is processed.

Enter different values for DC, ID, IA.

NAT4002 Enter 'OFF', 'ON', 'OPT' or '*'.

Page 464: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 464/781Bearbeitet von: Schäfer DV Consulting

Enter 'OFF', 'ON', 'OPT' or '*'.

To set the MCG parameter on the Globals screen, the following opare allowed:

- 'OFF' de-activates the NATURAL OTPTIMIZER COMPILER (NOC).

- 'ON' activates the NOC without any additional options.

- 'OPT' or '*' causes a window to be displayed, in which you can activate the NOC and also active/de-activate any additional op (overflow checking, index checking, mixed mode, optimization o statements).

Enter 'ON', 'OFF', 'OPT' or '*' in MCG field on Globals screen.

NAT4003 Additional Options = 'Y' only possible with 'ON' ='Y'.

Additional Options = 'Y' only possible with 'ON' ='Y'.

If you wish to activate any additional options of the NATURALOPTIMIZER COMPILER (NOC) to 'Y', you must first activate theNOC itself (set 'ON' to 'Y').

If you wish to de-activate the NOC (set 'ON' to 'N'), you mustalso de-activate any additional options that have been activated

Also set 'ON' to 'Y' when you set any additional option to 'Y';or set all additional options to 'N' when you set 'ON' to 'N'.

NAT4004 Die großtmogliche Zeilenlänge ist LS=250.

The maximum possible line size is LS=250.

The maximum output in one logical line is 250 characters.If the LS parameter is greater than the physical line size,the text will be wrapped around.

Enter a value of no more than 250 for line size.

NAT4005 Die großtmogliche Seitengroße ist PS=250.

Page 465: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 465/781Bearbeitet von: Schäfer DV Consulting

The maximum possible page size is PS=250.

Up to 250 lines can be produced by one statement and can beplaced on one logical page.

Enter a correct value for the PS parameter.

NAT4006 Für Parameter IM sind nur die Werte 'D' oder 'F' erlaubt.

Only 'D' or 'F' allowed as values for IM parameter.

Only 'D' (for delimiter mode) or 'F' (for forms mode) may be usevalues for the IM (input mode) parameter.

Enter 'D' or 'F' for IM parameter.

NAT4007 Für diesen Parametertyp sind nur 'ON' oder 'OFF' erlaubt.

Only 'ON' or 'OFF' allowed for this type of parameter.

The only possible values for this type of parameter are 'ON' and

Enter either 'ON' or 'OFF' for this parameter.

NAT4008 Der großtmogliche Wert für den Parameter SL ist 80.

Maximum value for SL parameter is 80.

Source lines can only be up to 80 characters long if they are inin batch mode.The NATURAL full screen editor allows lines of up to 72 characte

Enter correct value for SL parameter.

NAT4009 Der großtmogliche 'Spacing Factor' ist SF=30.

Maximum spacing factor is SF=30.

30 spaces are the maximum which can be placed between output col

Enter correct value (1 - 30) for SF parameter.

NAT4010 Der Aufbau der Library-Identifikation ist falsch.

Page 466: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 466/781Bearbeitet von: Schäfer DV Consulting

Incorrect construction of l ibrary ID.

Library identifications must start with a character and mayconsist of up to eight alphanumeric characters.

Enter correct value for library ID.

NAT4011 Es ist ihnen nicht gestattet, den LIMIT-Wert zu erhohen.

You cannot specify a LIMIT which exceeds default LIMIT.

You cannot set the LIMIT to a value which is greater than thecurrent default LIMIT value displayed.You may, however, reduce the value for LIMIT.

Enter value lower than the current value for LIMIT.

NAT4012 Vorheriger Inhalt der Source Area wurde geloscht.

Previous contents of source area has been deleted.

You have attempted to catalog a DDM while another object was insource area. This object has been deleted from the source area,the source area is now empty.

Before you catalog a DDM, read it into the source area.

NAT4013 Die 'Generate'-Funktion gilt nur für ADABAS-Dateien.

The Generate function is only valid for ADABAS files.

- To generate a DDM from a DB2 or SQL/DS table, you use the func 'DB2, SQL/DS Services'.- To generate a DDM from a DL/I segment description, you use the function 'DL/I Services'.- A DDM for a VSAM file cannot be generated; you use the Edit fu and enter the specifications by hand.

Use appropriate function for database type.

NAT4014 Bitte geben Sie eine ADABAS-DBID ein (nicht '0').

Page 467: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 467/781Bearbeitet von: Schäfer DV Consulting

Please enter an ADABAS DBID other than '0'.

Enter valid DBID.

NAT4015 Lesen Sie DDM in Source Area, bevor Sie es katalogisieren.

Read DDM into source area before you catalog it.

Before you can catalog a DDM, you must read it into the source a

Read DDM into source area.

NAT4016 Diese Funktion steht nicht zur Verfügung.

This function is not available.

The functions 'DB2, SQL/DS Services' and 'DL/I Services' are onlavailable i f NATURAL DB2, NATURAL SQL/DS or NATURAL DL/I respecthas been installed.

Select another function; or contact your database administrator.

NAT4017 Objekt erfolgreich umbenannt.

Object renamed successfully.

No action required.

NAT4018 Benutzer :1: macht gerade CATALL dieser Library.

User ... is cataloging this library with CATALL.

CATALL of a library is allowed for ONLY ONE user at a time.

You can 1) try later; 2) contact the person who issued theCATALL and ask him/her to complete the job, or if this personis not available, you can 3) delete the object 0CATALL.

NAT4020 Geänderte Tastenbelegung nicht aktualisiert, Ausdruck mit PF2.

Page 468: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 468/781Bearbeitet von: Schäfer DV Consulting

Key settings modified but not updated. Press PF2 to print.

The printed output of the NATURAL PF-key settings may not bethe same as the definitions in NATURAL because the settingshave been modified online, but have not been updated with PF5.

Press PF2 to print the PF-key settings or PF5 to update first.

NAT4021 Tastenbelegung erfolgreich geändert.

Key table successfully updated.

The new key settings have been successfully updated for the NATUsession.

NAT4022 Es sind keine AIV Variablen definiert.

No AIV variables defined.

There are currently no AIV variables.

NAT4023 Gültige XREF Parameter sind: 'ON', 'OFF' oder 'FORCE'.

Valid XREF parameter values are : 'ON', 'OFF' or 'FORCE'.

The XREF parameter indicates whether the active cross-referencefeature is to be used. Possible settings are:ON - NATURAL cross-reference data for database fields, subroutin and maps are stored in the appropriate PREDICT entries each time a NATURAL program is cataloged.OFF - No cross-reference activity is performed.FORCE - A check is made to determine if a PREDICT entry for the program exists. If so, CATALOG is allowed and cross- reference data are stored. If not, CATALOG is disallowed

Enter a valid value.

NAT4024 Gültige Werte für den Ausdruck-Modus: C,I,P, und/oder R.

Page 469: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 469/781Bearbeitet von: Schäfer DV Consulting

Valid print-mode parameters are: 'C','I','P' and/or 'R'.

As print-mode parameters, you can specifiy one or two of thefollowing values:C - Alternative character setI - Inverse directionP - Standard character setR - Normal direction

Enter a valid value.

NAT4025 Der Wert des PD Parameters darf nicht großer als 255 sein.

Maximum possible value for page dataset parameter is 255.

Up to 255 pages (screens) can be stored simultaneously in theNATURAL system file (FUSER) with the NATPAGE screen-pagingutility. If more pages are written to the system file thanspecified in the page dataset (PD) parameter, the pages will bewrapped.

Modify the page dataset (PD) parameter to a value between 1 and

NAT4026 Zu hoher CPU-Zeit-Parameterwert.

The maximum CPU time parameter (MT) is too large.

The maximum CPU time parameter (MT) specifies the maximum amountof CPU time which can be used by a NATURAL program. The valueis specified in seconds.The value specified exceeds the maximum operating system value.Any value in excess of the maximum is reduced to the maximumsupported by the operating system.If MT is set to '0', then no NATURAL CPU time limit is in effect

Specify an MT value less than the maximum supported by theoperating system.

NAT4027 Gueltige Parameter fuer DLSTACK sind 'S', 'I' oder 'C'.

Page 470: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 470/781Bearbeitet von: Schäfer DV Consulting

Only 'S','I' or 'C' values allowed for DLSTACK parameter.

Only 'S' (2-byte year), 'I' (4-byte year) or 'C' (2-byte year wicheck) may be used as values for the DLSTACK parameter.

Enter 'S', 'I' or 'C' for the DLSTACK parameter

NAT4028 Gueltige Parameter fuer DLOUT sind 'S' oder 'I'.

Only 'S' or 'I' allowed as values for DFOUT parameter.

Only 'S' (2-byte year) or 'I' (4-byte year) may be used asvalues for the DFOUT parameter.

Enter 'S' or 'I' for the DFOUT parameter.

NAT4029 Objekt(e) gedruckt.

Object(s) printed.

The object(s) you selected, have been routed to the printer.

No action.

NAT4030 Bitte 'ON', 'OFF' oder 'VID' eingeben.

Please enter 'ON', 'OFF' or 'VID'.

ON: the global format ID will always be generated.OFF: the global format ID will not be generated.VID: the global format ID will be generated for DDMs in LDAs or GDAs.

Enter 'ON', 'OFF' or 'VID'.

NAT4031 Bitte 'ON' oder 'OFF' eingeben.

Please enter 'ON' or 'OFF'.

Valid input for this field is 'ON' or 'OFF' only.Please refer to the documentation for the meaning of the values.

Please insert allowed value.

NAT4032 Bitte entweder 'OFF', 'ON' oder andere Werte wählen.

Page 471: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 471/781Bearbeitet von: Schäfer DV Consulting

Please select either 'OFF', 'ON' or 'VID'.

Valid input for this field: ON: Global format IDs are generated for all views (default). OFF: No global format IDs are generated. VID: Global format IDs are generated only for views in local/ global data areas, but not for views defined within progr

Please enter valid value.

NAT4033 Compiler Optionen gesetzt.

Compiler options updated.

The compiler options have been updated according to the valuesdisplayed on the screen.

No action.

NAT4034 Only 'S','I' or 'L' values allowed for DFTITLE parameter.

Only 'S','I' or 'L' values allowed for DFTITLE parameter.

Only 'S' (short), 'I' (internal) or 'L' (long)may be used as values for the DFTITLE parameter.

Enter 'S', 'I' or 'L' for the DFTITLE parameter

NAT4100 Bitte geben Sie einen Dateinamen an.

Please specify a file name.

If the function LIST FILE is selected,a file name must be specified.

Enter function and file name.

NAT4101 Zur Zeit ist kein Programm im Source-Arbeitsbereich.

Page 472: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 472/781Bearbeitet von: Schäfer DV Consulting

Currently no object in source work area.

If you issue the LIST command without any parameters, the sourcethe object currently residing in the source work area will be liHowever, the source work area is currently empty.

With the LIST command, specify the name of the object to be list

NAT4102 Wert für Zeilenauswahl muß numerisch sein.

Input value(s) for line selection must be numeric.

Only a numeric value may be specified for selectedlines of a program to be listed.

Enter a numeric value for line selection.

NAT4103 Scan-Funktion für Cross-Reference erfordert Scan-Wert.

Scan function for cross-reference requires scan value.

The cross-reference for a value can only be evaluated if analphanumeric constant has been specified as value.

Enter a scan value.

NAT4104 Es wurde ein unzulässiges LIST-Unterkommando eingegeben.

Invalid LIST subcommand.

An invalid subcommand was specified for the LIST function.Use the HELP command to get an overview of valid commands.

Enter a valid LIST subcommand.

NAT4105 Überlauf der Querverweistabelle (maximal 240 Verweise).

Cross-reference table overflow.

The internal table to hold the cross-reference list can only holto 240 references.For the specified value, however, more references exist.

Use a more specific value for reference.

Page 473: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 473/781Bearbeitet von: Schäfer DV Consulting

NAT4106 Die angegebene Zeilennummer existiert im Programm nicht.

Line number out of range; listing will be from 1st line.

A line number was specified that does not exist in the program.The LIST function will list the program from the beginning.

Enter correct line number.

NAT4107 Program terminated abnormally.

Program terminated abnormally.

In batch mode, the execution of a program was terminated abnormaThe reason for the error is displayed in the batch output list athis message.

See reason for error in output list.

NAT4110 Die angegebene Nummer kann nicht ausgewählt werden.

Selected number is out of range.

Only file references of file names that are displayed for selectcan be referenced.The specified number is out of range.

Enter correct selection number.

NAT4115 Die angegebene Zeilennummer ist nicht numerisch.

Page 474: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 474/781Bearbeitet von: Schäfer DV Consulting

Line number not numeric; listing will be from first line.

A specification for a l ine number selection was not numeric.The program will be listed from the beginning.

Enter correct number for line selection.

NAT4116 Angebene Zeilennummer ist großer als hochste vorhandene.

Starting number greater than highest existing line number.

The line number specified for positioning was greater than thehighest line number existing in the program.The program will be listed from the beginning.

Enter a correct line number.

NAT4119 Ausgewähltes Programm ist nicht in angegebener Library.

Selected program does not exist in specified library.

The program selected by the specified program name does notexist in the specified l ibrary.

Enter correct program name.

NAT4121 Nur ein Programm kann zum Editieren ausgewählt werden.

Only one program can be selected for editing.

The selection menu allows only one program to be selected for edIt is possible to select multiple programs for cataloging, purgiscratching, listing, etc.

Select only one program for editing.

NAT4122 Sie konnen nur angezeigte Programmnummern auswählen.

Page 475: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 475/781Bearbeitet von: Schäfer DV Consulting

Selected number out of range for LIST PROGRAM.

Only program numbers displayed on the selection menu may be sele

Enter valid selection number.

NAT4123 Diese Library enthält keine Source-Programme.

The current library does not contain any source programs.

Check program and correct error.

NAT4125 Die gewünschte Dateibeschreibung ist nicht verfügbar.

The requested file description is not available.

The file description which has been specified for listing does nexist.

Check program and correct error; specify correct file name.

NAT4126 Gesuchter Feldname im DDM nicht vorhanden.

Requested field name not found in DDM.

The requested field name was not found in the DDM.Only the NATURAL field long names are recognized.

Enter '--' to position to the top of the DDM.

NAT4127 Das verwendete 'LIST FILE'-Kommando ist ungültig.

Invalid LIST FILE command.

An invalid LIST FILE command was used in the split-screen editor

Enter '?' for help information on valid commands.

NAT4128 DDM kann nicht vollständig gelistet werden, weil zu groß.

Page 476: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 476/781Bearbeitet von: Schäfer DV Consulting

File description listing will be truncated.

The size of the DDM to be listed is too large.

Check program and correct error.

NAT4129 Es wurde kein Scan-Wert angegeben.

No scan value specified.

In split-screen mode, you have to specify a value to be scannedwith the command 'S SC value', before you can enter the command'S SC=' to repeat the scan.

Enter correct command.

NAT4130 Only local commands allowed.

Only local commands allowed.

In this part of the application only local commands areallowed.

Use help function on command line.

NAT4131 Die Library war leer, es wurden keine Programme geloscht.

The library was empty, no programs were purged.

The PURGE command was issued for a library which does not contaiany source programs.

Check program and correct error.

NAT4132 No command available for LAST command.

No command available for LAST command.

The LAST command is used to display the command(s) that was/wereissued last.However, when you issued the LAST command, there was no commandissued before.

No action required.

Page 477: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 477/781Bearbeitet von: Schäfer DV Consulting

NAT4133 The command requested with LAST is not available.

The command requested with LAST is not available.

With the command LAST, you have requested a specific command;however, this specific command is not available.

Issue the command 'LAST *' for a list of the last 9 commandsthat have been issued.

NAT4134 Falsche Kommandoauswahl.

Invalid command selection.

In the window invoked with 'LAST *', you can select commands as

- To execute a single command again, mark the command with any c and press ENTER; or mark the command with the cursor and press

- To excute several commands, mark them with numbers in the orde which you wish them to be executed again and press ENTER; the commands will then be executed in ascending order of numbers.

This error has occurred because you have used the same number twor have marked one of the commands with a letter instead of a nu

Select commands correctly.

NAT4201 Die Dateinummer muß im Bereich 1 - 255 liegen.

The file number must be in the range 1 - 255.

The database file number must be in the range from 1 to 255.

Enter correct file number.

NAT4202 Ein Dateiname muß mit einem Buchstaben beginnen.

Page 478: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 478/781Bearbeitet von: Schäfer DV Consulting

First character of file name must be alphabetical.

A valid file name must begin with an alphabetical character,and may be constructed according to the rules for variablenames (as described in the section on user-defined variablesin the NATURAL Reference Manual).

Enter correct file name.

NAT4203 Es muß ein Dateiname angegeben werden.

A file name must be specified.

For the CATALOG function, which requires a file name,no file name was specified.

Enter a valid file name.

NAT4204 Der Level muß hoher sein als der vorherige Level.

Level must be higher than previous level.

Check and correct the level.

NAT4205 Im Dateinamen wurden unzulässige Zeichen verwendet.

Invalid characters in file name.

A file name must be constructed according to the rules for varianames (see section on user-defined variables in the NATURAL RefeManual).

Enter a correct file name.

NAT4206 Ungültiger Name für den 'Default Sequence'-Deskriptor.

Invalid name for the 'default sequence' field.

An invalid name was specified for the default sequence descriptoThe default descriptor must be specified as the 2-character shorname of a field which must exist as a descriptor in the globaldatabase file definition.

Enter correct name for default sequence descriptor.

Page 479: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 479/781Bearbeitet von: Schäfer DV Consulting

NAT4207 Ungültiger Datenbank-Feldname für 'Coupled'-Feld.

Invalid database field name for coupling field.

The field name specified for the coupling relation must be specias a 2-character short name and must begin with an alphabeticalcharacter.The field to be used for the coupling relation must exist in theglobal database file definition.

Enter correct name for coupling field.

NAT4208 Ungültiger Datenbank-Feldname für 'Coupled'-Feld.

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

The name for the coupling field must be specified as a 2-charactdatabase field name beginning with an alphabetical characterand must exist in the global file definition.The value for the coupling field name must be entered in thecolumns with headings S and D (one character each).

Enter correct coupling field name.

NAT4209 Die Dateinummer der 'Coupled File' muß 1 - 255 sein.

Coupled file number not numeric.

The identification of the coupled file must be entered as thefile number in the database. The identification must be a validfile number in the range from 1 to 255.It must be entered in the field with heading 'LENG'.

Enter correct coupling file number.

NAT4210 Ausprägungen: Periodengruppe 1-99, multiples Feld 1-191.

Page 480: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 480/781Bearbeitet von: Schäfer DV Consulting

Occurrence must be 1-99 (per.group), 1-191 (mult.field).

The specified value for the occurrence is not correct. Only valgreater than 1 and less than or equal to 99 are allowed for aperiodic group; and greater than 1 and less than or equal to 191for a multiple-value field.

Enter correct value for occurrence.

NAT4211 Datenbankfeld-Kurzname muß angegeben werden (Spalte DB).

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

The specification of a field requires a database short field namThe short field name must be 2 characters long and begin with analphabetical character.

Enter correct field short name.

NAT4212 Datenbankfeld-Langname muß angegeben werden (Spalte NAME).

Field long name must be specified (column NAME).

The specification of a field requires a long name to be specifiefield. The long name must begin with an alphabetical characterand must be constructed according to the rules for variable name(see section on user-defined variables in the NATURAL Reference

Enter valid long field name.

NAT4213 Datenbankfeld-Langname muß mit einem Buchstaben beginnen.

First character of field long name must be alphabetical.

The first character of a field's long name must be alphabetical.

Enter a valid long name for the field.

NAT4214 Feldformat (Spalte F) muß 'A', 'N', 'P' oder 'B' sein.

Page 481: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 481/781Bearbeitet von: Schäfer DV Consulting

Field format (column F) must be 'A', 'N', 'P', or 'B'.

Only one of the following formats may be specified for a databas

A - alphanumeric N - numeric unpacked P - packed numeric B - binary

Enter a valid format.

NAT4215 Alphanumerische Felder müssen 1 - 253 Zeichen lang sein.

Length of alphanumeric field must be 1 - 253.

Alphanumeric fields can only have a length of up to 253 characte

Enter a valid field length.

NAT4216 Numerische Felder müssen 1 - 27 Stellen lang sein.

Length of numeric field must be 1 - 27.

The maximum length for a numeric field is 27 digits.The length for a numeric field is always specified in digits.

Enter valid numeric length.

NAT4217 VSAM-Deskriptorkennzeichnung muß 'P', 'A' oder ' ' sein.

VSAM descriptor can only be 'P', 'A', or blank.

A character other than 'P', 'A' or blank has been specified to ma field as a descriptor field.

Enter correct character (P, A, or blank).

NAT4218 Die Angabe der Länge muß numerisch sein.

Page 482: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 482/781Bearbeitet von: Schäfer DV Consulting

Specification of field length must be numeric.

The specification for the field length must be numeric in theform 'nn.m', where 'nn' represents the digits before and 'm' thedigits after the decimal character.

Enter correct length.

NAT4219 Ein Feldlangname muß aus mindestens 3 Zeichen bestehen.

Field long name must consist of at least 3 characters.

The long name for a field must consist of 3 or more characters.

Enter valid field long name.

NAT4220 Im Feld-Langnamen befinden sich unzulässige Zeichen.

Invalid characters in long name.

Long field names must be constructed according to the rulesfor variable names and must begin with an alphabetical character(see section on user-defined variables in the NATURAL Reference

Enter valid field long name.

NAT4221 Ungültiger Dankbankfeld-Kurzname (Spalte DB).

Invalid database short name (column DB).

The field short name must have 2 characters and must begin withan alphabetical character.The field short name must not be 'E0' to 'E9'.

Enter valid database short name.

NAT4222 Länge eine binären Feldes muß 1 - 126 sein.

Length of binary field must be 1 - 126.

Binary fields can only have a length between 1 and 126.

Correct the length value of the field.

NAT4223 Feldtyp (Spalte T) muß '*', 'P', 'G', 'M' oder ' ' sein.

Page 483: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 483/781Bearbeitet von: Schäfer DV Consulting

Field type (column T) must be '*', 'P', 'G', 'M', blank.

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

Enter valid field type.

NAT4224 Spezielle Optionen oder Deskriptor nicht für Gruppe.

Special options or descriptor entered for group.

For a field group, no special options or 'D' (for descriptor) caspecified. Special options must be specified for the individual

Do not enter special options for field groups.

NAT4225 Ungültiger Level. Level muß zwischen 1 und 7 liegen.

Invalid level. Level must be 1 - 7.

Field levels can only be 1 - 7.

Enter valid level number.

NAT4226 Periodengruppe innerhalb Periodengruppe nicht erlaubt.

Periodic group within periodic group is not allowed.

Periodic groups cannot be nested; i.e., a periodic group must nocontain another periodic group.

Check program and correct error.

NAT4227 Editiermasken für (Perioden-)Gruppen sind nicht erlaubt.

Page 484: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 484/781Bearbeitet von: Schäfer DV Consulting

Edit mask must not be specified for a group.

No edit mask specification is allowed for a field (periodic) groEdit masks can only be specified for individual fields.

Check program and correct error.

NAT4228 Für eine Gruppe darf kein Format angegeben werden.

Format must not be specified for a group.

For a group, no format can be specified.Formats can only be specified for individual fields.

Check program and correct error.

NAT4229 Für eine Gruppe darf keine Länge angegeben werden.

Length must not be specified for a group.

For a field group, no length can be specified.Field lengths may only be specified for individual fields.

Check program and correct error.

NAT4230 Spezielle Option (Spalte S) muß 'N', 'F' oder ' ' sein.

Special option (column S) must be 'N', 'F', or blank.

Valid special options are: N - null-value suppression F - fixed field length ' ' - normal

Enter valid special option.

NAT4231 Coupled-File-Einträge müssen am Anfang des DDMs stehen.

Coupled file entries must be specified at start of DDM.

Coupled file entries must be specified at the start of the DDM.

Enter the coupled file entries at the start of the DDM.

NAT4232 Für VSAM/ISAM/LEASY ein 'alternate index' definieren.

Page 485: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 485/781Bearbeitet von: Schäfer DV Consulting

Alternate index missing for VSAM, ISAM or LEASY.

If the descriptor is 'A', an alternate index must be specified.

Enter the alternate index.

NAT4233 Die Ausprägungsnummer muss großer als '1' sein.

Occurrence must be greater than '1'.

For a periodic group or a multiple-value field, only anoccurrence greater than '1' is permitted.

Enter correct value for the occurrence.

NAT4234 Multiples Feld innerhalb Periodengruppe nicht erlaubt.

Multiple-value field within periodic group not allowed.

In VSAM processing, a periodic group must not contain a multiplefield.

Change the field in the DDM.

NAT4235 Multiples Feld kann kein Deskriptor sein.

Multiple-value field cannot be a descriptor.

For VSAM processing, a multiple-value field cannot be a descript

Change the field type, or remove the descriptor indication.

NAT4236 Ausprägungsnummer für Periodengruppe muß angegeben werden.

Occurrence missing for periodic group.

In VSAM processing, an occurrence greater than '1' must be specifor a periodic group.

Enter the correct occurrence.

NAT4237 'Alternate Index' für (Perioden-)Gruppe nicht erlaubt.

Page 486: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 486/781Bearbeitet von: Schäfer DV Consulting

Alternate index not allowed for group or periodic group.

In VSAM processing, an alternate index is not allowed for agroup or a periodic group.

Change type of field, or do not specify an alternate index.

NAT4238 Coupled-File-Einträge im DDM für VSAM nicht erlaubt.

Coupled file entry not allowed.

In VSAM processing, coupled file entries in the DDM are not allo

Remove the coupled file entries.

NAT4239 Ungültige Zeichen im 'Alternate Index'-Dateinamen.

Illegal characters in alternate index file name.

The correct syntax for the alternate index file name requiresthat the first character be alphanumeric; the following charactemay either be alphanumeric or numeric.

Enter correct file name.

NAT4240 DBIDs müssen voneinander verschieden sein.

DBID numbers must exclude one another.

When copying files, the database identifications (DBIDs) of themust be different from one another.

Enter correct DBID.

NAT4241 Primärschlüssel darf nur einmal definiert werden.

Primary key has been defined twice.

In VSAM processing, only one field may be specified as primary k

Define only one primary key.

NAT4242 Feldtyp des Primärschlüssel-Feldes muß ' ' sein.

Page 487: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 487/781Bearbeitet von: Schäfer DV Consulting

Type must be blank.

In VSAM processing, the type of the field where the primary keyspecified must be specified with a blank character.

Change type to a blank character.

NAT4243 Im DDM muß ein Primärschlüssel angegeben werden.

Primary key has not been specified.

In VSAM processing, one primary key must be specified in the DDM

Enter one primary key field.

NAT4244 Ein Name im DDM darf nicht doppelt vorkommen.

Duplicate name in DDM not possible.

There is a name in the DDM which is specified twice.

Change the name which is specified twice.

NAT4245 Der CICS-Dateiname fehlt.

The CICS file name is missing.

The CICS file name in the definition of the file entry is missin

Enter the CICS file name.

NAT4246 Sie müssen hier entweder 'Y' oder 'N' eingeben.

Only 'Y' or 'N' may be entered in this field.

In this field, you may only enter 'Y' (for YES) or 'N' (for NO).

Enter 'Y' or 'N'.

NAT4247 Im DDM angegebene Periodengruppe steht nicht in der FDT.

Page 488: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 488/781Bearbeitet von: Schäfer DV Consulting

Periodic group is not in FDT.

There is a periodic group specified in the DDM which does notappear in the corresponding Field Description Table (FDT).

Check DDM for the specified periodic group.

NAT4248 Unique Key Flag/Null Flag nur bei VSAM-Upgrade moglich.

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

The unique key flag and the null flag can only be specified ifthe upgrade flag has been signed. This is only meaningful ifthe field has an alternate index.

Specify correct combination of flags.

NAT4249 Unzulässige Format- oder Längenangabe.

Invalid format or length.

Only the following format/length combinations are valid: - INTEGER (I4) - FLOAT (F4/F8) - DATE - TIME - LOGICAL (L1).

Check DDM and correct error.

NAT4250 Das Zeichen in der Deskriptor-Spalte ist ungültig.

Page 489: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 489/781Bearbeitet von: Schäfer DV Consulting

Invalid character in descriptor option.

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

Enter valid descriptor option.

NAT4251 Der angegebene Aktionscode ist nicht zulässig.

Invalid action code specified.

Only the action codes displayed on the selection menu may be spe

Enter valid action code.

NAT4252 Die LIST-Funktion wurde ausgeführt.

LIST function executed.

No action required.

NAT4253 Es ist eine Dateinummer zwischen 1 und 255 anzugeben.

Invalid file number specified.

The database file number must be specified as a number between1 and 255.

Enter valid file number.

NAT4254 Datenbank-IDs müssen verschieden und nicht '0' sein.

Page 490: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 490/781Bearbeitet von: Schäfer DV Consulting

DBID numbers must be different and cannot be '0'.

The database number must be specified as a number between1 and 253 (DBID=254 indicates a VSAM file; DBID=255 indicatesa logical file).

Enter a valid database number.

NAT4255 File Definition im Data Dictionary nicht vorhanden.

File defini tion does not exist in data dictionary.

The referenced file definition cannot be found in the data dictiEither a wrong name was specified or the data dictionary entryhas not yet been defined.

Enter valid file name from data dictionary.

NAT4256 Ungültiger Systemdatei-Typ.

Invalid type of system file.

The following values are valid for specifying the type of system A - ADABAS system file V - VSAM system file

Specify correct value for system file type.

NAT4257 Dies ist ein ungültiger Name für eine VSAM-Systemdatei.

Invalid name for VSAM system file.

A valid name for the VSAM system file is required.This name is the same as specified in the NATURAL parameter moduwith the VSAM parameter (VSAM=name of VSAM system file).

Specify correct name of VSAM system file.

NAT4258 Quell- und Zielangabe müssen verschieden sein.

Page 491: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 491/781Bearbeitet von: Schäfer DV Consulting

Source and target destination must be different.

When copying programs, modules, or DDMs with the NATURAL utilitiSYSMAIN or SYSDDM, a valid source and target destination must bespecified. Target destinations may be DBID, FNR, System File TypSystem File Name (in case of VSAM system file).The source and target destination may not have the same values.

Specify correct source and target destination.

NAT4259 Länge des DDMs überschreitet 64K.

DDM length exceeds 64K.

The length of a DDM may not exceed 64K.

Reduce the size of the DDM.

NAT4261 DDM kann nicht gelesen/gelistet werden; FSIZE zu klein.

View cannot be read/listed; FSIZE is too small.

The view that is to be read/listed is too large to fit into thecurrent File Buffer. This error may occur when reading a viewwith an online utility, listing a view with a command, orincorporating a view into a NATURAL object with an editor.

Reduce the specifications in the file definition, or increasethe value for the FSIZE parameter.

NAT4262 Dateidefinition existiert bereits im Data Dictionary.

File defini tion already exists in data dictionary.

A duplicate name for a file definition entry in the data dictionwas specified.

Enter different file name or delete existing entry. If necessaryuse the REPLACE option to overwrite the existing file definition

NAT4263 Dupl. file number for physical DDM not allowed.

Page 492: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 492/781Bearbeitet von: Schäfer DV Consulting

Dupl. file number for physical DDM not allowed.

The file number for a physical DDM must be unique.Duplicate file numbers are only allowed in the case ofuser views where the file number must be the same for the user vand the related physical (logical) DDM.

Correct the fi le number or. in the case of a user view,specify 'USERVIEW=Y' in the DDM.

NAT4264 There is no physical file with the given file number.

There is no physical file with the given file number.

In constructing a logical file, during the CATALOG action, you hto specify the file number of the related physical file.

Either specify another file number or create a file with thisnumber.

NAT4265 File related to the user view does not exist.

File related to the user view does not exist.

The file number used during user view creation must represent anexisting physical file.

Use correct file number.

NAT4266 Logical file must be of type KSDS or VRDS.

Logical file must be of type KSDS or VRDS.

NAT4267 File number is missing for related physical file :1:.

File number is missing for related physical file ....

Each logical file must refer to a physical file.

Check file number.

NAT4268 Only K,E,R,V (file-org); Y,N (compression) allowed.

Page 493: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 493/781Bearbeitet von: Schäfer DV Consulting

Only K,E,R,V (file-org); Y,N (compression) allowed.

For File Organisation, you can only enter K,E,R,V.For Compression, you can only enter Y=yes, N=no.

Enter a valid value.

NAT4269 Y (compression) only allowed for KSDS, ESDS, VRDS files.

Y (compression) only allowed for KSDS, ESDS, VRDS files.

NAT4270 Duplicate long field name not allowed.

Duplicate long field name not allowed.

Long names of fields must be unique.

NAT4271 Fehler nicht direkt korrigierbar. Editieren Sie das DDM.

Error not directly corrigible. Press ENTER to edit DDM.

The error cannot be corrected interactively while processingthe file definition.

Use the editor to correct the error, and then repeat the desiredaction.

NAT4272 Spezialoption/Deskriptor für Periodengruppe nicht moglich.

Periodic group cannot be descriptor or have special option.

For a periodic group, a descriptor or a value for the specialoption must not be specified.

Check whether the field is a group; if it is and should be, specvalues for descriptor and/or special option.

NAT4274 Das Feld gehort nicht zu dieser Periodengruppe.

Field is not member of this periodic group.

Correct the field (level).

NAT4275 Dieses Feld ist Teil einer Periodengruppe.

Page 494: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 494/781Bearbeitet von: Schäfer DV Consulting

Field is member of a periodic group.

Correct field.

NAT4277 Dieses Feld ist kein multiples Feld.

Field is not a multiple-value field.

In the FDT (Field Description Table), the field is not amultiple-value field.

Specify the correct type of the field.

NAT4278 Die Level-Nummer muß immer um 1 erhoht werden.

Level number must be incremented consecutively.

The difference between two level numbers must be '1'.

Correct the level number.

NAT4279 Das im DDM angegebene Feld ist in der FDT nicht vorhanden.

The field specified in the DDM is not in the FDT.

The field specified in the DDM does not exist in the correspondiField Description Table (FDT).

Check whether the correct field has been specified.

NAT4280 Das Format muß alphanumerisch (A) sein.

Format must be alphanumeric (A).

In the FDT, the format is specified as alphanumeric,and the format in the DDM must be the same as in the FDT.

Change the format to alphanumeric (A).

NAT4281 Primary key definition invalid for ESDS files.

Page 495: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 495/781Bearbeitet von: Schäfer DV Consulting

Primary key definition invalid for ESDS files.

Please refer to IBM literature for details.

NAT4282 RRDS files may not contain any keys.

RRDS files may not contain any keys.

Please refer to IBM literature for details.

NAT4283 KSDS file must contain at least one primary key.

KSDS file must contain at least one primary key.

Please refer to the IBM literature for details.

NAT4285 Eine Periodengruppe muß mit 'P' gekennzeichnet werden.

Periodic group must be specified with 'P'.

The indicator for a periodic group is 'P'.

Specify the correct type, 'P'.

NAT4287 Dieses Feld ist kein Deskriptor.

Field is not a descriptor.

A wrong character has been specified in the descriptor field.

Specify correct character for descriptor field: ' ' or 'D'.

NAT4288 Eine Gruppe muß mindestens ein Feld enthalten.

A group must contain at least one field.

A group must contain at least one field, or another group.

Check the level or add fields to the group.

NAT4289 Sie dürfen dieses DDM nicht Listen oder Katalogisieren.

Page 496: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 496/781Bearbeitet von: Schäfer DV Consulting

You are not allowed to LIST or CATALOG this DDM.

You are not linked to the file in the NATURAL SECURITY Systemand, therefore, not allowed to LIST or CATALOG the DDM.

Contact your NATURAL SECURITY administrator.

NAT4290 Sie dürfen dieses DDM nicht katalogisieren.

You are not authorized to catalog this DDM.

NATURAL SECRITY does not allow you to catalog this DDM.

Contact your NATURAL SECURITY administrator.

NAT4291 Editier- und Zeilenkommando nicht gleichzeitig eingeben.

Do not specify both, edit command and line command.

When editing, only one command may be specified, either ina source line or in the command line.

Press ENTER to eliminate line command.

NAT4292 Zeilenkommando nur für angezeigte Sourcezeilen angeben.

Line subcommand outside source lines.

A line subcommand may only be entered in one of the source linesthat are displayed for editing.

Enter line command in a source line.

NAT4293 Diese Positionierungsnummer ist nicht zulässig.

Invalid positioning number.

A positioning action was requested, but the position numberwas specified incorrectly.

Enter valid position number.

NAT4294 Es ist keine Zeile mit 'X' markiert.

Page 497: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 497/781Bearbeitet von: Schäfer DV Consulting

No line has been marked with 'X'.

A MOVE, COPY, SHIFT, or X subcommand was used, but no line wasmarked with 'X'.

Mark a line with 'X' before referencing it.

NAT4295 Es ist keine Zeile mit 'Y' markiert.

No line has been marked with 'Y'.

A MOVE, COPY, or SHIFT command was specified, but no line was mawith 'Y'.

Mark a line with 'Y' before referencing it.

NAT4296 Die 'Y'-Markierung muß NACH der 'X'-Markierung stehen.

'Y' position must be after 'X' position.

The 'Y 'position must always be located AFTER the 'X' positionin the program.

Position 'X' and 'Y' correctly.

NAT4297 Zielzeile bei 'Move/Copy' innerhalb des X-Y-Bereichs.

Copied/moved lines overlap target line.

A MOVE/COPY line command can only be executed if the target posiwhich the lines are to be moved/copied is outside the range markthe labels 'X' and 'Y'.

Reposition 'X' or 'Y', or move/copy to different target position

NAT4298 Im MOVE-Kommando wurde ein ungültiges Label angegeben.

Invalid label in MOVE command.

Only 'X' or 'Y' may be used as labels in MOVE command.

Enter valid label for MOVE command.

NAT4299 Ungültiges Editierkommando in der Editor-Kommandozeile.

Page 498: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 498/781Bearbeitet von: Schäfer DV Consulting

Invalid edit command. Enter '?' for help.

An invalid command was specified in the edit command line.

Enter valid edit command. For information on valid edit commandsenter '?' for help.

NAT4301 Die Zeilennumerierung erlaubt kein Einfügen von Zeilen.

No line number space for insertion, renumbering.

Line numbering does not allow for insertion of lines betweenthe selected lines.

Press ENTER to renumber or use specific RENUMBER command.Renumber the source before inserting.

NAT4303 Editieren Sie die Felddefinition.

Edit field definition.

The detail specification for a field definition may be edited.

Perform desired editing.

NAT4312 Die angeforderte Dateibeschreibung ist nicht verfügbar.

Page 499: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 499/781Bearbeitet von: Schäfer DV Consulting

Requested file description not available.

The file definition to be read cannot be found in thedata dictionary.

Enter correct input.

NAT4322 Dieses Kommando ist nicht definiert.

Undefined command.

Enter valid command; or enter '?' to invoke help information onvalid commands.

NAT4323 Es gibt kein DDM mit der angegebenen Dateinummer.

No DDM with specified file number found.

There is no DDM with the given file number stored in the system

Enter a correct file number.

NAT4324 Ende der Liste.

End of list.

The end of the file definition list was reached.

Check program and correct error.

Page 500: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 500/781Bearbeitet von: Schäfer DV Consulting

NAT4331 Geben sie 'DELETE' ein, oder lassen Sie das Feld leer.

Enter 'DELETE' or leave blank.

If the DELETE function is requested, you must confirm the desiredeletion by entering the word 'DELETE'. If the deletion is not dleave the field blank.

Enter correct input.

NAT4332 'Uncatalog' der Dateidefinition wurde nicht bestätigt.

Uncatalog action of file definition was not confirmed.

Check program and correct error.

NAT4333 Die Dateidefini tion existiert nicht im Data Dictionary.

File defini tion does not exist in data dictionary.

The specified file definition does not exist in the data diction

Enter valid name for file definition.

Page 501: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 501/781Bearbeitet von: Schäfer DV Consulting

NAT4341 DDM ist gelinkt und wird von der Systemdatei gelesen.

DDM is linked and will be read from the system file.

The DDM which is to be read is linked. When you press ENTER,the DDM will be read from the system file into the source area.

Press ENTER to read DDM. If you make any changes to the DDM,link it to the NATURAL nucleus again.

NAT4342 Hilfsinformation wurde angezeigt.

Help information has been displayed.

No action required.

NAT4343 DDM is linked, but cannot be accessed by SYSDDM.

DDM is linked, but cannot be accessed by SYSDDM.

The DDM to be read is linked to the NATURAL nucleus. However, itnot exist on the system file (FDIC) from which it is to be read,because either you are accessing the wrong system file or the DDbeen deleted from the system file.

Make sure you use the correct system file.

NAT4371 Von der Datenbank wurde ein Response Code zurückgegeben.

A data base response code was received.

Note the response code and contact your database administrator.

NAT4373 Es wurde ein interner Response Code ungleich 0 empfangen.

Internal non-zero response code received.

A non-zero response code was received from an internal subroutin

Note the error and contact Software AG Technical Support.

Page 502: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 502/781Bearbeitet von: Schäfer DV Consulting

NAT4380 Feldeintrag direkt korrigieren, oder ENTER drücken.

Correct field entry line directly, or press ENTER for editing.

You can correct the error directly while the file definition isprocessed.

Correct the error in the field entry.

NAT4390 Die Dateidefinition wurde katalogisiert.

The file definition has been cataloged.

The file definition has been cataloged and stored in the datadictionary.

No action required.

NAT4391 Dateidefinition wurde erfolgreich mit FDT verglichen.

File definition checked successfully against the database.

The file definition has been compared with the definition inthe physical database and no inconsistencies between the twohave been found.

No action required.

NAT4392 Die Dateidefinition für die Datei wurde generiert.

Page 503: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 503/781Bearbeitet von: Schäfer DV Consulting

The file definition for the file has been generated.

The file definition for the data dictionary has been successfullgenerated from the physical file definition in the database.The file definition is now available in the work area.

No action required.

NAT4393 Die Dateidefinition wurde in den Arbeitsbereich gelesen.

The file definition has been read into the work area.

The file definition has been read successfully from the data dicinto the work area.

No action required.

NAT4394 Das 'File List Selection'-Menü wurde angezeigt.

File list selection menu has been displayed.

No action required.

NAT4395 Die Dateidefinition wurde entkatalogisiert.

The file definition has been uncataloged.

The file definition has been uncataloged from the data dictionar

No action required.

Page 504: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 504/781Bearbeitet von: Schäfer DV Consulting

NAT4404 Fehler in interner Subroutine.

Error in internal subroutine.

Note error and contact Software AG.

NAT4405 Die gewählte Nummer stand nicht zur Auswahl.

The selected number is out of range.

You may only select numbers for global variables that are displaon the screen.

Enter correct number for selection.

NAT4406 Die Nummer zur Auswahl einer globalen Variablen fehlt.

Number for selection of global variable is missing.

A number from the display screen must be entered to select a glovariable for processing.

Enter correct selection number.

NAT4408 Die Funktion ist unbekannt. Geben Sie '?' für Hilfe ein.

Unknown function, enter '?' for help.

Enter valid function, or '?' for help information on valid functfor global variables.

NAT4409 Der Inhalt des Arbeitsbereichs wird geloscht.

Contents of work area will be deleted.

The requested function wil l delete the source object which is cuin the source work area.

- If you do not wish the source to be deleted, leave the functio PF12, SAVE the source, and then perform the function.- Otherwise press ENTER and continue.

NAT4410 Diese Dateinummer wurde bereits vergeben.

Page 505: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 505/781Bearbeitet von: Schäfer DV Consulting

This file number already exists.

Each DDM must have a unique file number.

Correct the file number.

NAT4411 Dateinummer/-name inkonsistent bei 'Replace'.

File number does not correspond to file name for replace.

When you catalog a VSAM DDM to a VSAM system file using the REPLoption, the file name (number) must already exist on the VSAM syfile, so as to avoid duplicate records. If a new DDM is to be cawith the layout of an old one, use an unused file name and fileand catalog without the REPLACE option.

Catalog the DDM with a file name (number) that does not exist onthe VSAM system file. Do not use the REPLACE option in this case

NAT4412 Das Format muß 'A', 'P', 'N' oder 'B' sein.

Format must be 'A', 'P', 'N', or 'B'.

Possible formats are:

A - alphanumeric N - numeric unpacked P - packed numeric B - binary

Enter valid field format.

NAT4413 Alphanumerische Variable darf nicht länger als 253 sein.

Length of an alphanumeric variable must not exceed 253.

Enter valid length for variable.

NAT4414 Eine binäre Variable darf nicht länger als 126 sein.

The length of a binary variable must not exceed 126.

Enter valid length for binary variable.

NAT4415 Gesamtlänge (nn.m) eines numerischen Feldes hochstens 27.

Page 506: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 506/781Bearbeitet von: Schäfer DV Consulting

Overall length of numeric field (nn.m) may not exceed 27.

The overall length of a numeric field, i.e. the aggregate numberdigits before and after the decimal character, must not exceed 2

Enter valid length for numeric variable.

NAT4416 Hinter dem Dezimalpunkt dürfen maximal 7 Stellen stehen.

No more than 7 positions allowed after decimal character.

For a numeric variable, the number of digits AFTER the decimal cmust not exceed 7.

Enter valid number of digits after decimal character.

NAT4417 Ersetzen geht nur für in VSAM-Systemdatei vorhandenes DDM.

REPLACE only valid for DDM contained in VSAM system file.

A DDM may not be cataloged with the REPLACE option being used, uthe DDM already exists in the VSAM system file.

Do not use the REPLACE option, unless the DDM already exists insystem file.

NAT4418 Der Name einer globalen Variablen muß mit '+' beginnen.

Name for global variable must start with a '+'.

The name of a global variable must begin with a '+'.

Enter '+' as the first character in the name of the global varia

NAT4419 Dieser Variablenname ist nicht zulässig.

Invalid variable name.

The name of a global variable must begin with the character '+'and must be built according to the rules for variable names.The name must not contain a blank character.

Enter a valid name for the variable.

Page 507: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 507/781Bearbeitet von: Schäfer DV Consulting

NAT4421 In der Source Area befindet sich zur Zeit kein DDM.

Currently there is no DDM in the source area.

The catalog (C) or test (T) function was specified,but no DDM was found in the NATURAL source area.

Read a DDM into the source area, or edit or generate a DDM.

NAT4422 REDEFINE ist für dieses Feld nicht erlaubt.

REDEFINE not permitted for this field.

Check program and correct error.

NAT4423 Index nur für multiples Feld oder Periodengruppe erlaubt.

Index permitted only for per.group/multiple-value field.

An index can only be specified for a periodic group or amultiple-value field.

Check program and correct error.

NAT4424 Eine Struktur kann maximal 3-dimensional sein.

Maximum number of dimensions within a structure is 3.

Check program and correct error.

NAT4425 Für View-Felder sind keine Ausgangswerte erlaubt.

Initial value not permitted for view fields.

Check program and correct error.

NAT4426 Editiermaske für (Perioden-)Gruppenfeld nicht erlaubt.

Edit mask not allowed for group or periodic-group field.

Check program and correct error.

NAT4427 Editiermaske für Struktur nicht erlaubt.

Page 508: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 508/781Bearbeitet von: Schäfer DV Consulting

Edit mask not permitted for structure.

Check program and correct error.

NAT4428 Level muß 1-99 sein; oder keine Variable in der Data Area.

Struct./view level must be 1-99; no variable in data area.

The level number for a structure/view must must be 1 - 99.Another reason for this error is that no variable is definedin the data area.

Check program and correct error.

NAT4429 Levels sind lückenlos in 1er-Schritten zu numerieren.

Level numbers must be assigned in increments of 1.

Check program and correct error.

NAT4430 Diese Level-Angabe ist nicht zulässig.

Invalid level specification.

Check program and correct error.

NAT4431 Im Namensfeld befindet sich ein ungültiges Zeichen.

Invalid character in name field.

Check program and correct error.

NAT4432 Ein Name darf keine Leerzeichen enthalten.

Blank not permitted in name.

Check program and correct error.

NAT4433 Format-/Längenangabe ist für diesen Feldtyp nicht erlaubt.

Format/length must not be specified for this field type.

Check program and correct error.

NAT4434 Dieses Format ist nicht zulässig.

Page 509: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 509/781Bearbeitet von: Schäfer DV Consulting

Invalid format.

Check program and correct error.

NAT4435 Die Längen- oder Formatangabe ist ungültig.

Invalid length or format specification.

Check program and correct error.

NAT4436 Für Format 'C', 'D', 'L', 'T' keine Längenangabe moglich.

No length permitted when using format 'C', 'D', 'L', 'T'.

For fields of the following formats, no length can be specified:

D - date T - time L - logical C - attribute control

Check program and correct error.

NAT4437 Die Längenangabe für Format 'F' muss '4' oder '8' sein.

Length specification for format 'F' must be 4 or 8.

Floating-point fields can only have format/length F4 or F8.

Check program and correct error.

NAT4438 Ungültige Längenangabe für Format 'A', 'B' oder 'I'.

Invalid length for format 'A' or 'B' or 'I'.

Valid length for format A is 1 - 253.Valid length for format B is 1 - 126.Valid length for format I is 1, 2, 4.

Check program and correct error.

NAT4439 Im Kommando wurde ein ungültiger Objekttyp angegeben.

Page 510: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 510/781Bearbeitet von: Schäfer DV Consulting

Invalid object type specified in command.

The object type specified in the command LIST, EDIT, etc. was inValid object types are: P - program T - text S - subroutine Z - recording N - subprogram K - server H - helproutineR - routines (LIST) C - copycode D - data areas (LIST) G - global data area D - PREDICT description L - local data area A - parameter data area M - map

Enter valid command.

NAT4440 Die Länge ist in der Form 'nn' oder 'nn.n' anzugeben.

Length must be specified in form 'nn' or 'nn.n'

Length must be specified as 'nn' (no decimal digits) oras 'nn.n' (nn digits before and n digits after decimal character

Check program and correct error.

NAT4441 Hinter dem Dezimalpunkt dürfen maximal 7 Ziffern stehen.

Maximum length for decimal digits is 7.

There must be no more than 7 digits after the decimal character.

Check program and correct error.

NAT4442 Die maximale Länge eines numerischen Wertes ist 29.

Maximum length for numeric value is 29.

Check program and correct error.

NAT4443 Die Data Area wurde erfolgreich getestet.

Page 511: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 511/781Bearbeitet von: Schäfer DV Consulting

Data area was tested successfully.

The data area was tested successfully using the CHECK command.command.Note that a final syntax check of the generated DEFINE DATA statis NOT done by the CHECK function but by the CATALOG/STOW comman

No action required.

NAT4444 Fehler im 'INIT/INDEX/EM/COMMENT'-Feld.

Error in INIT/INDEX/EM... field.

Check program and correct error.

NAT4445 Als Typ sind nur 'B', 'V', 'R' oder ' ' erlaubt.

Only 'B', 'V', 'R' or blank permitted for type.

Check program and correct error.

NAT4446 Level einer Unterstruktur muss >= dem vorherigen sein.

Level for substructure must be = or GT previous level.

The level for a substructure must be the same as or greater thanthe previous level.

Check program and correct error.

NAT4448 Änderung von Bereich/Format kann INIT/EM-Werte loschen.

Modification of range/format may delete INIT/EM values.

A field is defined with with initial values or with an edit maskIf the range/format of this field is changed, the initial valuesremain if they fit into the changed index range definition; if tdo not fit, they will be deleted.

Make sure you do not lose any initial values or edit masks youwish to keep.

NAT4449 Ausgangswerte nicht erlaubt; F/L fehlt für Benutzerfeld.

Page 512: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 512/781Bearbeitet von: Schäfer DV Consulting

Initial values not permitted; F/L missing for user field.

Check program and correct error.

NAT4450 Periodengruppe innerhalb Periodengruppe nicht erlaubt.

Periodic group within periodic group is not allowed.

A periodic group must not be defined within another periodic gro

Correct view definition.

NAT4451 Syntaxfehler bei der Angabe eines Array-Indexes.

Syntax error in array index specification.

Check program and correct error.

NAT4452 Obere/untere Grenze

Upper/lower boundary LT 0; or index = 0 in array definition.

Either the upper/lower array boundary is less than 0,or the index in an array definition is 0.

Check program and correct error.

NAT4453 Ungültiger Delimiter in der INDEX-Klausel.

Invalid delimiter in INDEX clause.

Check program and correct error.

NAT4454 Data Area wurde erfolgreich katalogisiert.

Data area cataloged/stowed successfully.

The catalog/stow process is terminated without detecting any errin the data definition. The data definition may now be used in aNATURAL program with a DEFINE DATA statement.

No action required.

NAT4455 Bei einem View-Feld sind nur Index/Editiermaske änderbar.

Page 513: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 513/781Bearbeitet von: Schäfer DV Consulting

Only index or edit mask modifiable in a view field.

Check program and correct error.

NAT4456 Eine Datenstruktur kann hochstens 3-dimensional sein.

Maximum rank for data structures is 3.

In the data area editor, the command '.E' (extended field definihas been specified for a field inside a data structure, where thrank (maximum dimension of the field) exceeds 3. All dimensionsof the previous substructures until level 1 and the dimensionof the current field are added to calculate the rank of the currfield.

Check the data structure, or the field currently being edited, fcorrect dimensions.

NAT4458 In REDEFINE angegebene Variable ist nicht verfügbar.

Variable specified in REDEFINE not available.

A variable used in a REDEFINE definition is not defined in the cblock (or data area), or is defined on a different level.

Check program and correct error.

NAT4459 Der Datenblock konnte nicht gefunden werden.

Data block not found.

The data block indicated as the parent block in achild block definition was not found.

Check program and correct error.

NAT4460 PREDICT-File ist nicht vom Typ 'CONCEPTUAL'.

Page 514: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 514/781Bearbeitet von: Schäfer DV Consulting

PREDICT file is not of type 'CONCEPTUAL'.

The PREDICT file that is to be included as data definition fromthe PREDICT file into the data area, is not defined as a 'CONCEPfile in PREDICT. Its only allowed to incoporate 'CONCEPTUAL' filas data structure.

Change file definition in PREDICT or select correct file.

NAT4461 Markieren Sie die in die GDA aufzunehmenden Felder.

Mark fields for incorporation into global data area.

Mark the fields which are to be incorporated into the global dat

NAT4462 'n' Felder wurden in die Global Data Area aufgenommen.

'n' fields have been incorporated into global data area.

No action required.

NAT4463 Es wurden keine Felder in die GDA aufgenommen.

No fields have been incorporated into the global data area.

NAT4464 '.v' in einer Redefinition oder einem View nicht erlaubt.

'.V' must not be used during redefinition or in a view.

Do not use '.V' during redefinition or in a view.

NAT4465 Einer View-Definition muß der Level 1 zugeordnet werden.

View definition must be assigned level 1.

Assign correct level.

NAT4466 Level von Strukturdefinition muß 1 hoher als voriger sein.

Structure definition must have previous level + 1.

Assign correct level.

NAT4467 Gruppendefinition muß mindestens 1 Feld enthalten.

Page 515: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 515/781Bearbeitet von: Schäfer DV Consulting

Group definition must contain at least 1 field.

Check program and correct error.

NAT4468 Die Datendefinition ist noch nicht abgeschlossen.

Data definition must not end with a flagged definition.

Check program and correct error.

NAT4469 Die Konstante wurde ohne Initialwert definiert.

Constant has been defined without an initial value.

Check program and correct error.

NAT4470 In einer Redefinition sind keine Konstanten erlaubt.

Constant not permitted within a redefinition.

Check program and correct error.

NAT4471 Im Längenfeld steht ein nicht-numerischer Wert.

Non-numeric value in length field.

Check program and correct error.

NAT4472 Benutzervariablen-Definition in View-Definition verboten.

User-variable definition found within a view definition.

Check program and correct error.

NAT4473 View enthält Felder, die im neuen DDM nicht existieren.

View contains fields not existent in the new DDM.

You have tried to modify the name of the DDM in the last columnthe data area editor screen. However, one or more of the fieldsspecified in the view are not defined in this DDM.

Either do not change the DDM name, or specify the name of a DDMwhich contains all fields in the view.

NAT4474 Im GENERATE-Kommando fehlt der Programmname.

Page 516: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 516/781Bearbeitet von: Schäfer DV Consulting

Program name missing in GENERATE command.

Issue GENERATE command with program name.

NAT4475 Die als Index benutzte Konstante ist nicht definiert.

Constant used as index has not been defined.

The constant used as index for the array definitionmust be defined before the array definition.

Check program and correct error.

NAT4476 Nicht-numerische Konstante als Index für 'PE/MU' benutzt.

Non-numeric constant used as index for p.group/mult.field.

A constant which is not numeric has been used as index for aperiodic group or multiple-value field.

Check program and correct error.

NAT4477 Undefinierte Konstante als Index für 'PE/MU' verwendet.

Undefined constant used as index for per.group/mult.field.

A constant used as index for a periodic group or multiple-valuemust have been defined before it can be used for that purpose.

Check program and correct error.

NAT4478 CATALOG/PURGE-Kommando bei RECAT=ON nicht verfügbar.

CATALOG/PURGE command not available if RECAT=ON.

The commands CATALOG and PURGE are not available if the parameteRECAT (dynamic recatalog) has been set to RECAT=ON, either dynamor in the NATURAL parameter module.Instead of CATALOG and PURGE, the commands STOW andSCRATCH shouused.

Use valid command or change parameter.

NAT4479 Die NATURAL-Work-Area ist voll; erhohen Sie die ESIZE.

Page 517: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 517/781Bearbeitet von: Schäfer DV Consulting

NATURAL work area is full; increase ESIZE parameter.

Increase the value for the ESIZE parameter.

NAT4480 Der Wert für FLAG1 ist ungültig.

Invalid value for FLAG1.

Check program and correct error.

NAT4481 '.*' nur für multiple Felder/Periodengruppen erlaubt.

'.*' command only allowed for mul.fields/periodic groups.

In the data area editor, C* variables can be generated by usingline command '.*' for a multiple-value field or a periodic groupFor all other kinds of lines, this command is not allowed.

Enter '.*' command in a line of a multiple-value field or periodgroup.

NAT4482 Pro multiples Feld ist nur eine C*-Variable erlaubt.

Only 1 'C*' variable allowed for a multiple-value field.

You have used the command '.*' to generate a C* variable for amultiple-value field for which a C* has already been defined.Only one C* variable per multiple-value field is possible.

Do not use this line command on this field.

NAT4488 Diese Funktion ist nur mit PREDICT verfügbar.

Page 518: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 518/781Bearbeitet von: Schäfer DV Consulting

Function not available, because PREDICT is not installed.

The PREDICT dictionary must be installed in order to perform thefunction specified or to process the object specified.

Install PREDICT, or do not use this function.

NAT4489 DDM nicht konsistent mit PREDICT-Definitionen.

DDM not consistent with PREDICT definitions.

You have incorporated fields from a DDM into a data area.However, the PREDICT definitions related to the DDM were modifieafter the DDM had been generated. Therefore, the PREDICT definitwere not incorporated into the data area.

Either ignore, or generate the DDM again to avoid inconsistencie

NAT4490 Create PREDICT description only possible with SYSDIC.

Create PREDICT Description only possible with SYSDIC.

The function Create PREDICT Description is only possiblewhen SYSDIC is active.

Enter SYSDIC to start PREDICT.

NAT4491 No other products are available.

No other products are available.

There are no products to be displayed on the Other Products menuof the MAINMENU.Perhaps no products are installed or you do not have access to t

NAT4492 Please select/enter a function.

Please select/enter a function.

NAT4501 Nicht gleichzeitig Editier- und Zeilenkommando eingeben.

Page 519: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 519/781Bearbeitet von: Schäfer DV Consulting

Do not specify both edit and line command.

The full screen editor can only process one line command or oneedit command at a time.

Use an edit command or a line command, not both.

NAT4502 Das Zeilenkommando liegt außerhalb der Source-Zeilen.

Line subcommand outside source lines.

No line command can be processed when this line is empty.

Do not enter a line command in an empty line.

NAT4503 Diese Positionierungsnummer ist unzulässig.

Invalid positioning number.

The edit command for positioning forward (+) or backward (-)requires a number greater than 0.

Specify correct positioning number.

NAT4504 Es ist keine Zeile mit 'X' markiert.

No line marked with 'X'.

A command has been entered which refers to a specific line.The editor cannot process this command, however, because theline to which it refers has not been marked with an 'X'.

Mark the appropriate line with an 'X'.

NAT4505 Es ist keine Zeile mit 'Y' markiert.

No line marked with 'Y'.

A command has been entered which refers to a specific line.The editor cannot process this command, however, because theline has not been marked with a 'Y'.

Mark the appropriate line with a 'Y'.

NAT4506 Die 'Y'-Markierung muß NACH der 'X'-Markierung stehen.

Page 520: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 520/781Bearbeitet von: Schäfer DV Consulting

Y-position must be behind X-position.

To process the command that has just been entered, the line markhas to be placed belowe the line marker 'X', not vice versa.

Mark lines correctly with 'X' and 'Y', then issue command again.

NAT4507 Der mit 'X-Y' markierte Block enthält die Zielzeile.

Copied/moved lines overlap target line.

The line command '.CX-Y' or '.MX-Y' has been entered BETWEEN themarked with 'X' and 'Y'. However, it is not possible to move orlines to a position which is WITHIN block of lines to be moved/c

Copy/move lines correctly.

NAT4508 Ungültige Zielangabe für MOVE-Kommando.

Invalid target in MOVE command.

The line command MOVE needs as a parameter a specificationlike '.MX', '.MY' or '.MX-Y'. The line(s) to be moved must be mawith 'X' and/or 'Y'.

Mark line(s) to be moved before issuing MOVE command.

NAT4509 Ungültiges Editierkommando. Geben Sie '?' für Hilfe ein.

Invalid edit command. Enter '?' for help.

The edit command that has just been entered is unknown.

Enter valid edit command; or enter '?' to invoke help informatioon edit commands available.

NAT4510 Ersetzen Sie gesuchte Daten nicht durch sich selbst.

Do not replace with the same data.

You must not replace a source string with the same data that youare scanning for.

Issue correct scan/replace command.

Page 521: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 521/781Bearbeitet von: Schäfer DV Consulting

NAT4511 'SET TYPE objekttyp' durch NATURAL SECURITY verboten.

'SET TYPE object-type' prohibited by security definition.

NATURAL SECURITY does not allow you do issue this command.

Do not use this command, or contact your NATURAL SECURITY admini

NAT4512 Nur die Parameter '+', '-' oder 'Q' sind hier zulässig.

Only '+', '-', or 'Q' are valid parameters.

The shift subcommand allows only the following to be specified:

+ shift to right. - shift to left. Q leave shift subcommand.

Enter valid subcommand.

NAT4513 Der Wert des SHIFT-Kommandos muß 1 - 71 sein.

Shift value must be 1 - 71.

Number of positions for the SHIFT subcommand must be 1 to 71.

Enter valid number for shift function.

NAT4514 Keine Zeilennummern frei; RENUMBER erforderlich.

No line number space available; 'RENUMBER' required.

The line numbers in NATURAL programs must be unique and in ascenorder, since they are used internally for control program flow.When inserting lines, only 9 lines may be inserted at one timebetween 2 lines numbered with an increment of 10 (for example,between program lines 1220 and 1230).Use the RENUMBER command or press ENTER to renumber the program.

Renumber source program before inserting l ines.

NAT4515 Geben Sie '.J' nicht in der letzten Zeile ein.

Page 522: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 522/781Bearbeitet von: Schäfer DV Consulting

'.J entered in the last line on screen.

The line command '.J' must be entered on the first line of two lthat are to be joined. Both lines to be joined must be visible oscreen.

Enter '.J' in correct position.

NAT4516 Dieses Kommando existiert nicht.

Command not implemented.

The command which has just been entered, does not exist.

Enter valid command.

NAT4517 Markieren Sie mit dem Cursor, wo gesplittet werden soll.

Position the cursor to the split point.

When you use the line command SPLIT, you mark with the cursor thposition at which the line is to be split.

Place cursor at correct position.

NAT4518 Es wurde kein 'Shift'-Parameter (+nn, -nn) angegeben.

No shift parameter specified (+nn, -nn).

The command SHIFT requires specification of the number ofpositions for the shift operation and the shift direction.These are specified in the form '+nn' or '-nn'.

Enter number of shift positions and shift direction.

NAT4519 Es wurde kein 'Shift'-Wert (Anzahl der Stellen) angegeben.

No shift value specified (number of positions).

The number of positions to be shifted must be specified for theSHIFT command.

Enter number of shift positions.

NAT4520 Die mit 'X' markierte Zeile muß zu sehen sein.

Page 523: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 523/781Bearbeitet von: Schäfer DV Consulting

X-line must be on the screen for shift.

The X-label must be displayed on the screen for the SHIFT commanto function.

Position current line to display X-label.

NAT4521 Scan-Wert großer 32, oder Delimiter für Scan-Wert fehlt.

Scan value GT 32, or delimiter for scan value missing.

Either a scan value greater than 32 has been specified, or one odelimiters enclosing the value to be scanned for is missing.

Specify correct command.

NAT4522 Geben Sie bei REPLACE WITH NULL keinen 'Replace'-Wert an.

Replace value cannot be specified for REPLACE WITH NULL.

REPLACE WITH NULL value has been specified (marked) on the Scanof the program editor. Subsequently, however, a SCAN/CHANGE comma specific replace value has been entered.- If you want to replace a value by a null value, do not specifyreplace value.- If you want to replace a value by a specific value, do not useREPLACE WITH NULL.

Enter correct command/value combination.

NAT4523 Das angegebene Profil existiert nicht.

The specified profile does not exist.

See NATURAL Reference Manual for information on editor profiles.

Specify a valid profile name.

NAT4524 Bitte geben Sie eine 'Profile-ID' ein.

Page 524: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 524/781Bearbeitet von: Schäfer DV Consulting

Please enter a profile ID.

For profile maintenance, a profile ID must be entered.

Enter a profile ID.

NAT4525 Sie dürfen dieses Profil nicht ändern.

Do not change other profile.

When NATURAL SECURITY is installed, you are not allowed to changprofile to which a user ID other than yours is assigned.

Do not try to change any profile you are not allowed to change.

NAT4526 Profil wurde erfolgreich gespeichert.

Profile has been successfully stored.

The profile has been successfully stored in the database.

No action required.

NAT4527 Nach mehr als 999 Transaktionen kein 'RECOVER' moglich.

No 'RECOVER' possible after more than 999 transactions.

The highest value for 'RECOVER nnn' is 999.After 'nnn' source changes, the source will be automatically savin the current library with the member name that has been definein the current profile.

Check program and correct error.

NAT4528 Ungültiger Parameter in SPLIT-Kommando.

Page 525: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 525/781Bearbeitet von: Schäfer DV Consulting

Invalid parameter specified in split command.

An invalid parameter has been specified in the split screencommand in an editor. Valid parameters are: P - programming objects D - data areas V - views (DDMs) DESC - PREDICT description

Enter valid parameter for split command.

NAT4529 Ungültiger Parameter in SET-Kommando.

Invalid parameter specified in SET command.

An invalid parameter has been specified in the SET command of anYou will find a description of the SET command syntax in theNATURAL Reference Manual.

Enter correct SET command.

NAT4530 EDIT-Kommando durch NATURAL SECURITY verboten.

EDIT command disallowed by security definition.

The EDIT command for the invoked editor has been disallowed byNATURAL SECURITY in the corresponding security profile.

Contact your NATURAL SECURITY administrator.

NAT4531 Profil wurde erfolgreich geloscht.

Profile has been successfully deleted.

The profile has been successfully deleted from the database.

No action required.

NAT4532 Editorprofil wurde nicht in der Datenbank gespeichert.

Page 526: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 526/781Bearbeitet von: Schäfer DV Consulting

Editor profile has not been stored in the database.

You have modified an editor profile which is not your own;you can use the modified profile, but the modifications willonly be valid unti l you log on to another l ibrary.

No action required.

NAT4533 Direction indicator must be '+' or '-'.

Direction indicator must be '+' or '-'.

The only possible values for the direction indicator in the commof the program editor are '+' and '-'.

Set direction indicator to '+' or '-'.

NAT4534 Cursor must be within source for special PF-key functions.

Cursor must be within source for special PF-key functions.

Before you press a PF-key to which one of the commands *CURSOR,*X or *Y is assigned, you must place the cursor at that positionwithin the source to which you wish the command to be applied.

Place cursor correctly, and press PF-key again.

NAT4535 Meldungszeilenposition muß 'TOP', 'BOT', 'nn', '-nn' sein.

Message line position must be 'TOP', 'BOT', 'nn' or '-nn'.

You can specify one of the following positions for the message l

TOP (or T) - top line of screen.

BOT (or B) - bottom line of screen.

nn - 'nn'th line of screen (counting from top of scre

-nn - 'nn'th line of screen (counting from bottom of s

Specify valid message line position.

Page 527: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 527/781Bearbeitet von: Schäfer DV Consulting

NAT4599 Value of session parameter PD must not be '0'.

Value of session parameter PD must not be '0'.

This error occurs if you issue one of the terminal commands of tNATPAGE uti lity, and the PD parameter, which determines the numbof screens to be stored with NATPAGE in the NATURAL system fileset to '0'.

Use the GLOBALS command to set the PD parameter to a valuebetween 1 and 255.

NAT4600 Bitte immer nur ein Kommando zur Zeit eingeben.

Multiple commands not allowed.

Only one command may be entered per screen.If multiple commands are detected, no update and no commandinterpretation are performed.

Enter only one command.

NAT4601 Ungültige Bildschirm-Operation in Zeile:1:, Spalte:2:

Invalid screen operation in line ..., column ...

A field variable must not be changed to a text constant.

Delete the field or move it to another position by using theappropriate field command, then insert the text.

NAT4602 Benutzen Sie das Kommando '.E' zum Editieren des Feldes.

Use '.E' command to edit field.

The modification or definition of an edit mask for a field is onpossible by invoking 'extended field editing' with the command '

Use the field command '.E'.

NAT4603 Im DDM ist ein Fehler.

Page 528: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 528/781Bearbeitet von: Schäfer DV Consulting

Error in DDM.

An error was detected in the currently used Data Definition Modu

Correct the DDM.

NAT4604 Ändern Sie das Format mit einer Editiermaske.

Use edit mask to change format.

Use edit mask to change format.

NAT4605 Benutzen Sie das Kommando '.A' zur Array-Definition.

Use '.A' command to define array.

Enter the field command '.A' in the field.

NAT4606 Ungültiger Objektname.

Invalid object name.

Specify a valid object name.

NAT4607 Das DDM konnte nicht geladen werden (interner Fehler).

No DDM loaded.

An internal error occurred while trying to load a DDM.

Contact Software AG - NATURAL support.

NAT4608 Das angeforderte DDM ist zu groß.

The requested DDM is too large.

The requested DDM is too large to be processed by the map editor

Reduce the size of the DDM.

NAT4609 Die angegebene Editiermaske ist ungültig.

Page 529: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 529/781Bearbeitet von: Schäfer DV Consulting

Invalid edit mask.

The edit mask specified is invalid.See the NATURAL Reference Manual for detailed information on edi

Correct error.

NAT4610 Das angegebene Feldformat ist ungültig.

Invalid field format.

The specified field format is invalid.See the NATURAL Reference Manual for valid format definition.

Correct error.

NAT4611 Der Feldname enthält unzulässige Zeichen.

Field name contains il legal characters.

The field name contains characters which are not allowed withinname.

Correct error.

NAT4612 Zu viele Stellen vor und/oder nach dem Dezimalpunkt.

Too many digits before and/or after decimal character.

There are too many decimal digits before and/or after thedecimal character.See the NATURAL Reference Manual for additional information.

Correct error.

NAT4613 Die Source Area ist leer.

The source area is empty.

An attempt was made to edit an empty source area.

Use function 'I' (Initialize map) or 'R' (Read map) to place a mthe source area.

NAT4614 Die gewünschte Map ist nicht in der Source Area.

Page 530: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 530/781Bearbeitet von: Schäfer DV Consulting

Map not found in source area.

The source area does not contain the map with the specified nameFunction 'L' may be used to determine if a map is currently in tsource area; or the map-entry field may be left blank to cause amaps in the source area to be displayed.

Use function 'I' (Initialize map) or 'R' (Read map) to place a minto the source area.

NAT4615 Das angegebene Objekt wurde nicht gefunden.

Specified object not found in current or steplib library.

The NATURAL object (program, subprogram, data area, etc.) with tspecified name could not be found either in the current libraryin any concatenated library (steplib).

Specify the correct name of the object.

NAT4616 Das Kommando wurde nicht richtig verwendet.

Invalid use of command.

An attempt was made to use a command incorrectly.(for example, using the comand '.A' for a text constant.

Enter correct command in correct field.

NAT4617 Für diese Attribute paßt kein Delimiter.

No delimiter matches attributes.

The specified attributes are not consistent with the delimiter sin the map profile.

Use other attributes or change delimiter settings in the map pro

NAT4618 Zuviele Ausprägungen des Feldes in Zeile:1:, Spalte:2:

Page 531: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 531/781Bearbeitet von: Schäfer DV Consulting

Too many occurrences of field in line ..., column ....

An output field was used in more than 98 occurrences.

Specify a new field.

NAT4619 Multiple Felder hier nicht erlaubt: Zeile:1: Spalte:2:

Multiple fields not allowed here: line ... column ....

An input-only field or a modif iable field must not be used in muoccurrences.

Correct error.

NAT4620 Die Zeichenkette in Zeile:1:, Spalte:2: ist zu lang.

String too long: line ..., column ....

A text constant of over 58 characters was specified.Only text which consists of the repeated concatenation of thesame character may be longer than 58 characters.

Divide the text into 2 constants or use a variable containing th

NAT4621 Eine Systemvariable muß ein Ausgabefeld sein.

System variable must be an output field.

System variables may only used in output mode.

Use a delimiter which indicates output mode.

NAT4622 Überlappung in Zeile :1:, Spalte :2:.

Overlapping detected in line ..., column ....

This error may be caused by any of the following: - overlapping of one variable with another; - overlapping of a variable with the right border of the map; - overlapping of a variable and a text constant; - an invalid command was interpreted as text.

Correct error.

Page 532: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 532/781Bearbeitet von: Schäfer DV Consulting

NAT4623 Typ in Zeile:1: Spalte:2: widerspricht DDM-Definition.

Type conflict with DDM definition: line ..., column ...

The DDM variable attribute is not assigned to the screen variablattribute in the case of incompatible formats. Incompatible: A,B with N,P. A with B. Compatible : N with P.

Change screen specification and then reassign.

NAT4624 Keine Zuweisung moglich für Feld in Zeile:1:, Spalte:2:.

Reassignment not possible.

This error may be caused by the following:- the variable is already assigned;- the variable is a system variable.

Delete the variable and generate it from the DDM.

NAT4625 Es muß ein Feld- bzw. Variablenname angegeben werden.

Name of field/variable must be specified.

Enter a field/variable name.

NAT4626 Interner Formatfehler in der Map-Definition.

Internal format error in map definition.

The map editor has detected an internal format error in themap definition.

A possible cause is the attempt to edit the map source areavia another utility or program.

Use function 'I' (initialize map) or 'R' (read map)to place the original map into the source area.

NAT4627 Die Angabe von 'AL/NL' ist fehlerhaft.

Page 533: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 533/781Bearbeitet von: Schäfer DV Consulting

AL/NL syntax error.

The specification of AL/NL is incorrect.

Please refer to the NATURAL Reference Manual for detailed inform

Correct error.

NAT4628 Bitte treffen Sie eine eindeutige Wahl.

You may select only one item from the menu.

Select no more than one item.

NAT4629 Nicht genug Zeilen frei, um Zeilen einzufügen/zu splitten.

Not enough empty lines available for inserting/splitting.

When you use the line commands '..I' (insert) or '..S' (split),all lines below the inserted/split line(s) will be 'pushed' downand the last empty line(s) of the map will be deleted to make rofor the insertion/splitting.However, if there are not enough empty lines at the bottom of ththe insert/split command cannot be executed.

Make sure that enough empty lines are available before you insernew lines or split l ines.

NAT4630 Die angegebene Dimension ist unzulässig.

Invalid rank setting.

This error message may be caused by any of the following:- The specified value was not greater than zero.- The specified value was not smaller than or equal to the rank of the array.- The specified value has already been assigned.Note: The rank of an array is equal to the number of indexes; for example, A(3,4) is an element of array A with rank 2.

Correct rank setting.

NAT4631 Index liegt außerhalb des definierten Bereichs.

Page 534: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 534/781Bearbeitet von: Schäfer DV Consulting

Index is out of range.

The specified index is outside the array dimensions.

Correct the index specification.

NAT4632 Es muß ein 'Fixed Index' angegeben werden.

Fixed index must be specified.

If an array with 3 dimensions is used in a map, the index ofat least one dimension must be fixed (integer or variable).

Correct index specification.

NAT4633 Es wurde eine ungültige Farbe angegeben.

Invalid colour.

An invalid colour was specified.

The valid colour codes may be determined by positioning thecursor to the field COLOUR and pressing the HELP key.

Specify valid colour.

NAT4634 Es wurde kein Source-/Objektname angegeben.

No source/object name specified.

The source name is missing for a READ or PURGE function; orthe object name is missing for the UNCATALOG function.

Specify source/object name.

NAT4635 Es wurde kein Profilname angegeben.

No profile name specified.

A profile name must be specified when using function 'I' or 'M'.

Specify a profile name.

NAT4636 Der Spaltenversatz (Column Shift) kann nur 0 oder 1 sein.

Page 535: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 535/781Bearbeitet von: Schäfer DV Consulting

Column shift can only be 0 or 1.

The standard column shift is '0' .In order to use the first column position for map fields,a column shift of '1' may be specified.

Specify '0' or '1' .

NAT4637 Konflikt zwischen Helptextgroße/-position + Schirmgroße.

Conflict between helptext size/position and screen size.

The currently defined size of the helptext window does not permiits being placed in the position you want it to be placed, becauit would not fit onto the screen of the specified device ('DevicCheck').You have to make the window smaller, change its position (or notthe Device Check option).

Either make the helptext smaller (reduce page size and/or line sor change its position.

NAT4638 Map wurde erfolgreich übertragen.

Map transmitted successfully.

No action required.

NAT4639 Feld-/Parameternamen in einer Map müssen eindeutig sein.

Field/parameter names in a map must be unique.

The names of fields and parameters used in a map must be unique.

Do not use duplicate field/parameter names in a map.

NAT4640 Das SAVE-Kommando wurde ausgeführt.

SAVE command executed.

The source has been stored in the current library.

No action required.

NAT4641 Die Map wurde erfolgreich getestet.

Page 536: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 536/781Bearbeitet von: Schäfer DV Consulting

Map tested successfully.

A RUN command was executed successfully for the current source.

No action required.

NAT4642 Variable schon benutzt mit anderem Format/Dimensionen.

Variable already used with other format/array dimensions.

The variable whose name you have specified as help parameter,control variable or starting-from value has already been definedelsewhere with a different format or with other array dimensions

Use different name or check other variable of the same name.

NAT4643 Der angegebene Funktionscode ist ungültig.

Invalid function code.

The specified function code is invalid.

Enter a valid function code, or a '?' for help.

NAT4644 Die Delimiter-Klasse muß 'A', 'O', 'M' oder 'T' sein.

Delimiter class must be 'A', 'O', 'M' or 'T'.

An invalid code for the delimiter class was entered.Possible codes are: A - Input-only field O - Output-only field M - Modifiable field (output and input) T - Text constant

Enter valid delimiter class.

NAT4645 Das für den Delimiter angegebene Attribut ist ungültig.

Page 537: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 537/781Bearbeitet von: Schäfer DV Consulting

Attribute of delimiter is invalid.

Valid attribute codes are: B Blinking NE Neutral C Cursive/italic BL Blue D Default (non-I, B, etc.) GR Green I Intensified RE Red N Non-display PI Pink U Underlined YE Yellow V Reversed video TU Turquoise Y Dynamic (attributes to be assigned dynamically by user program)

Enter valid code.

NAT4646 Nur Sonderzeichen dürfen als Delimiter verwendet werden.

Delimiter must be a special character.

Only special characters may be used as delimiters.

Enter a special character as delimiter.

NAT4647 Die Seitengroße muß im Bereich 1 - 250 sein.

Page size must be 1 - 250

The page size value must be in the range from 1 to 250 lines.The standard page size for 3270-type screens is 23 lines.

Enter a valid page size.

NAT4648 Die Zeilenlänge muß im Bereich 5 - 249 sein.

Line size must be 5 - 249.

The line size value must be in the range from 5 to 249 characterThe standard line size for a 3270-type screen is 79 characters.

Enter a valid line size.

NAT4649 Geben Sie 'T' (top) oder 'B' (bottom) ein.

Page 538: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 538/781Bearbeitet von: Schäfer DV Consulting

Enter 'T' (top) or 'B' (bottom).

The message line may be located at the top (T) or the bottom (B)of the screen.

Enter valid code ('T' or 'B').

NAT4650 Der gewählte Farbcode ist ungültig.

Invalid colour code.

Valid colour codes are: NE - Neutral BL - Blue GR - Green RE - Red PI - Pink YE - Yellow TU - Turquoise

Enter a valid colour code.

NAT4651 Geben sie 'UC' (upper case) oder 'LC' (lower case) ein.

Enter 'UC' (upper case) or 'LC' (lower case).

'UC' indicates that input will be converted to upper case.'LC' indicates that lower-case input will not be converted to upper case.

Enter a valid code ('UC' or 'LC').

NAT4652 Bitte geben Sie 'Y' (yes) oder 'N' (no) ein.

Enter 'Y' (yes) or 'N' (no).

The only possible values for this field are 'Y' (yes) and 'N' (n

Enter 'Y' or 'N'.

NAT4653 Array-Dimension muß 0 bis 3 sein.

Page 539: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 539/781Bearbeitet von: Schäfer DV Consulting

Array dimension must be 0 to 3.

Specify valid array dimension.

NAT4654 Nur Sonderzeichen sind als Steuerzeichen erlaubt.

Control character must be a special character.

Only special characters may be used as the control character.The default control character is '.'.

Enter a valid control character.

NAT4655 Geben Sie 'R' (rechtsbündig) oder 'L' (linksbündig) ein.

Enter 'R' or 'L' for right- or left-justified.

Only the following codes may be specified: R - Default justification of variable fields is right-justifi L - Default justification of variable fields is left-justifie

Enter a valid code ('R' or 'L').

NAT4656 Die Delimiter-Angaben sind nicht eindeutig.

Delimiter settings are ambiguous.

Either the same delimiter is defined more than once,or more than one delimiter is defined for the same class/attribu

Check the delimiter settings and correct error.

NAT4657 Das definierte Feld muß benannt werden.

Variable field has to be named.

A field which is defined directly on the screen (i.e., not selecfrom a view) must be subsequently assigned the attributes of aview field (post assignment); or must be assigned a name directlusing the extended field editing function.

Use either post assignment or extended field editing toassign a name to the field.

NAT4658 Wählen Sie entweder 'WRITE' oder 'INPUT'.

Page 540: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 540/781Bearbeitet von: Schäfer DV Consulting

Select either 'WRITE' or 'INPUT'.

This error message may be caused by the following:- Neither WRITE nor INPUT has been marked.- Both WRITE and INPUT have been marked.

Correct error.

NAT4659 Dynamisches Layout enthält Benutzervariablen.

Dynamic layout contains user-defined variables.

A map which is used as dynamic layout map must not containuser-defined variables.

Delete the user-defined variables from the dynamic layout map,or use another map as dynamic layout map.

NAT4660 Konflikt zwischen 'Map Settings' und 'Layout'.

Conflict between layout and map settings.

This error message may be caused by one of the following:- The layout contains ATTRIBUTE/CLASS combinations in the delim settings which are not defined with the current map.- PAGESIZE or LINESIZE of layout and map are different.- COMP settings of layout and map are not identical.- KEYSTD settings of layout and map are not identical.- HELP names of both layout and map are not blank and are not identical.

Check map and layout settings and correct error.

NAT4661 Dieses Profil existiert bereits.

Profile already exists.

The ADD function was applied to a profi le which already exists.

Use the MODIFY function or use another profile name.

NAT4662 Dieses Profil existiert nicht.

Page 541: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 541/781Bearbeitet von: Schäfer DV Consulting

Profile does not exist.

The MODIFY or DELETE function was applied to a profile which doeexist.

Use the correct profile name.

NAT4663 Das Profil 'SYSPROF' darf nicht verändert werden.

Profile 'SYSPROF' must not be changed.

It is not possible to change the default profile 'SYSPROF' withmaintenance function.

Define a user profile by using the ADD function.

NAT4664 Delimiter darf nicht Steuerzeichen/Dezimalzeichen sein.

Delimiter must differ from control and decimal character.

A delimiter must not be the same character as the control characor the decimal character defined in the profile settings.

Use another special character as the delimiter.

NAT4665 Die 'DY'-Option is ungültig.

'DY' option is invalid.

The 'DY' option must consist of alternating escape charactersand attribute/colour codes.Valid escape characters are all special characters andhexadecimal elements.

Examples: (intensify by ' (red by ' (blue by ' '27p'28 (protected by '27 )

Correct error.

NAT4666 Achtung: Aktuelles Profil entspricht nicht dem Map-Profil.

Page 542: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 542/781Bearbeitet von: Schäfer DV Consulting

Warning: Conflict between current profile + map profile.

The map to be edited was initialized with a profile otherthan the current profile.

Press PF10 to obtain the correct profile name or ignore.

NAT4667 Das Editieren wurde erfolgreich beendet.

Editing completed successfully.

This message indicates:- In parameter mode, the prototype INPUT USING MAP statement wa generated at the beginning of the map.- In non-parameter mode, all variables were checked to determin if they were assigned.- The validation rules were sorted by validation rank and by po of the variables.

No action required.

NAT4668 'Layout'-Profil entspricht nicht erzwungenem Map-Profil.

Conflict between layout profile and enforced map profile.

The layout map was initialized with a profile other than the curprofile; the current profile is marked with the 'ENFORCE' optionand some attributes of the current profile have been changed inmeantime.

Use another profile or another layout.

NAT4669 Helptext-'Layout' nicht für Map verwenden (und umgekehrt).

Do not use help-text layout for map, or vice versa.

This message may be caused by one of the following:- The layout was initialized with 'H' and the current map with '- The layout was initialized with 'I' and the current map with '

Use another layout or the other initialization function.

NAT4670 Angabe des Print-Modus ist falsch.

Page 543: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 543/781Bearbeitet von: Schäfer DV Consulting

Print mode setting is incorrect.

The following codes may be chosen for print mode: I - inversion of print direction C - alternate character set N - field will not appear in hardcopy D - double-byte character mode.Attribute combinations may be used.

Correct error.

NAT4671 Ungültige Änderung der Map Settings.

Invalid modification of map settings.

This error message may be caused if a class/attribute combinatiofor delimiters was specified in the old map settings and is notspecified in the new settings.

Check settings and correct error.

NAT4672 Cursor darf nicht innerhalb des MOVE-Blocks stehen.

'Move' target is within command working range.

A 'move' line command was issued for a block of linesand the cursor was positioned to a line within that block.

Change cursor position or line range.

NAT4673 Ein Objekt mit diesem Namen existiert bereits.

An object with the same name already exists.

During initialization of a map or a helptext, a name wasspecified which is already used by another object in thelibrary.This error may also occur in the STOW or SAVE function, ifa name is explicitely specified.

Change map name or scratch existing object.

NAT4674 Objekt existiert nicht oder ist keine Map/kein Helptext.

Page 544: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 544/781Bearbeitet von: Schäfer DV Consulting

Specified object does not exist, or is not a map/helptext.

The specified map name is wrong. A map or a helptext withthe specified name does not exist; or the referenced objectis neither a map nor a helptext.

Change map name or use initialize function.

NAT4675 Die Gerätetyp-Angabe (Device) fehlt.

Device specification is missing.

The device specified with the device check field was notdefined using the maintenance function;or the MODIFY or DELETE function was used for a non-existingdevice specification.

Specify the device attributes using the maintenance function.

NAT4676 Der angegebene Gerätetyp (Device) existiert bereits.

Device specification already exists.

The specification of the device already exists.

Use the MODIFY function.

NAT4677 Der Gerätename (Device Name) fehlt.

Device name is missing.

The name of the device specification to be added, modified ordeleted is missing.

Enter a device name.

NAT4678 Attribut paßt nicht zu Charakteristika des Geräts.

Page 545: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 545/781Bearbeitet von: Schäfer DV Consulting

Attribute does not match device characteristics.

The device check was enabled by entering a device name whichdoes not support the defined attributes.The cursor is positioned to the attribute which is in conflict wthe specified device.

Change attribute or disable device check.

NAT4679 Das angegebene Layout existiert nicht.

Layout does not exist.

A layout map or a layout help text was specified in the map settor the profile, but the layout does not exist as a source map.

Correct error.

NAT4680 Nur 'H' oder 'V' moglich.

Only 'H' or 'V' possible.

The direction of the secondary index can only behorizontal (H) or vertical (V).

Enter valid direction.

NAT4681 Bei 'WRITE'-Map nur Felder der Klasse 'O' erlaubt.

Only output class possible with 'WRITE'.

A delimiter or an AD attribute was specified with a field classequal to input (A) or modify (M). This is not possible if a WRITstatement is to be generated as a result of the map definitionprocess.

Check program or map settings, and correct error.

NAT4682 Widersprüchliche Array-Dimensionen.

Page 546: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 546/781Bearbeitet von: Schäfer DV Consulting

Conflict in array dimensions.

A DDM array was post-assigned to an array and one or more dimensof the DDM array are smaller than the predefined array.

Check array dimensions and correct error.

NAT4683 Es wurde keine Kontrollvariable definiert.

Control variable is missing.

A delimiter with attribute 'Y' was used and no control variable(CV=name) was defined in the map settings.

An AD attribute 'Y' was defined and no control variable (CV=namewas defined at the field level or in the map settings.

Define control variable.

NAT4684 Processing Rule mit diesem Rang existiert bereits.

Validation rule priority already exists.

An attempt was made to change the priority of a validation rule,but a validation rule for this field with the specified priorityalready exists.

Use another priority.

NAT4685 Dieses Feld ist kein Array.

Field is not an array.

Before applying index parentheses to a field name, the field musdefined as an array by using the command '.A' or '..A'.

Remove index parentheses.

NAT4686 Kommando '.A' kann nicht auf Skalarwert angewandt werden.

Page 547: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 547/781Bearbeitet von: Schäfer DV Consulting

Do not apply '.A' command to a scalar value.

The array field command or the array line command cannotbe used with elementary database fields or with system variables

Validation rules are not allowed for system variables.

Do not use an array, or define a user-defined variable.

NAT4687 Helproutine für Helptext oder WRITE-Map nicht erlaubt.

Helproutine for a helptext or WRITE map is not allowed.

A helproutine name may only be specified with maps, not with hel

If the map is to be used in a WRITE USING MAP statement,a helproutine name must not be specified.

Correct error.

NAT4688 STOW-Kommando wurde erfolgreich ausgeführt.

STOW command executed successfully.

The map was successfully saved and cataloged.

No action required.

NAT4689 Das Direktkommando wurde ausgeführt.

Direct command was executed.

The specified direct command was executed successfully.

No action required.

NAT4690 Die angegebene Editiermaske ist unzulässig.

Invalid edit mask.

The specified edit mask is not a valid NATURAL edit mask.For information on valid edit masks, you may invoke the help fac

Use valid edit mask.

Page 548: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 548/781Bearbeitet von: Schäfer DV Consulting

NAT4691 Es werden verschiedene Dezimalzeichen benutzt.

Decimal character conflict.

The map uses a decimal character which is in conflictwith the decimal character defined for the current session.

Change session profile, using GLOBALS command.

NAT4692 Diese Funktion ist nur mit PREDICT verfügbar.

Feature not available.

The desired feature is only available ifthe PREDICT dictionary system is installed.

Do not use this feature.

NAT4693 Konflikt zwischen Processing Rules.

Conflict between processing rules.

This error occurs if a field was first defined as a user-definedor undefined field, and processing rules were assigned to that fby the user; if this field is then post-assigned to a database fand the dictionary contains processing rules for that database fon ranks which are already occupied by the user-defined rules,this conflict occurs.

Check user rules.

NAT4694 Inkonsistenz im Dictionary.

Consistency error in dictionary.

During definition or retrieval of processing rules, a consistencerror within the dictionary's processing rules was discovered.

Contact your dictionary administrator.

NAT4695 Diese Processing Rule existiert bereits.

Page 549: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 549/781Bearbeitet von: Schäfer DV Consulting

Processing rule already exists.

The name specified for the processing rule which is to be addeddictionary already exits.

Use another name for the processing rule.

NAT4696 Die Angabe eines Präfix ist hier nicht erlaubt.

Specification of prefix not allowed here.

A new prefix may not be introduced with extended field editing.Existing prefixes may only be changed to correspond with program

Use the post-assign facility to specify new prefixes.

NAT4697 Die Seitengroße muß 3 - 250 betragen.

Page size must be be 3 - 250.

If Standard Keys are set to Y, the minimum page size is 3.

Specify correct page size.

NAT4698 Änderung durch User Exit zurückgewiesen.

Modification rejected by user exit.

User exit activated in PREDICT DDA services.

Please contact your DBA to allow the modification of free rules.

NAT4699 Anzahl der Ausprägungen muß großer als Null sein.

Number of occurrences has to be greater than zero.

Set number of occurrences to a value greater than '0'.

NAT4700 DDM existiert nicht, oder Sie dürfen es nicht verwenden.

Page 550: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 550/781Bearbeitet von: Schäfer DV Consulting

DDM does not exist, or you are not allowed to access it.

The specified DDM does not exist or is protected by NATURAL SECUThe DDM can also be used in the data area of a program and the pis included in the map editor.

Enter valid DDM name or check program;or contact your NATURAL SECURITY administrator.

NAT4701 Keine Daten im Programm definiert.

No data defined in program.

The program (or subprogram, subroutine, helproutine) to be displin the top half of the editing screen does not contain any explifield definitions.

Check program to be displayed, and have the data area used by thprogram displayed to see the desired variables.

NAT4702 Feld-/Parametertyp fehlt.

Field/parameter type is missing.

Field/parameter type must be specified.

Enter a field/parameter type.

NAT4703 Do not enter starting value for an index which is '0'.

Do not enter starting value for an index which is '0'.

For a dimension whose index is '0' you cannot specify a'Starting from' value.

Either specify an index, or remove starting value.

NAT4704 Dynamisches Layout für WRITE-Statement nicht moglich.

Page 551: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 551/781Bearbeitet von: Schäfer DV Consulting

Dynamic layout not possible for WRITE statement.

You cannot use a dynamic layout map for a map that is to be outpa WRITE statement.

Correct error.

NAT4705 Verification-Name schon existent,ist aber keine Free Rule.

Verification name already exists, but is not a free rule.

The verification you have specified already exists and is definein PREDICT as an automatic rule.

Specify other verification name.

NAT4706 Von 'PREDICT Defaults' zurückgewiesen.

Rejected by PREDICT defaults.

The switch 'Rule in Map Editor' in the PREDICT Defaults is set t'D' (disallowed).

Ask your PREDICT administrator to change the default.

NAT4707 Rule-Namen UND Source-Text nicht gleichzeitig eingeben.

Do not enter a rule name and source text at same time.

Enter either a free rule name to include the rule source fromPREDICT into the rule editor, or enter source text, pressENTER and then enter a rule name to save the source in PREDICT.

Remove either the rule name or the source text and press ENTERagain.

NAT4708 Do not apply a processing rule to an output field.

Do not apply a processing rule to an output field.

A processing rule that is attached to an output fieldis not executed.

Remove the processing rule or change the field class.

Page 552: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 552/781Bearbeitet von: Schäfer DV Consulting

NAT4709 Interner Fehler:1:während der Objekt-Suche aufgetreten.

Internal error:1:while searching library path for object.

An unexpected internal error occurred while searching for an objin the current library and concatenated libraries.

Contact SOFTWARE AG support.

Page 553: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 553/781Bearbeitet von: Schäfer DV Consulting

NAT4748 XREF request disallowed by security definition.

Page 554: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 554/781Bearbeitet von: Schäfer DV Consulting

XREF request disallowed by security definition.

In a NATURAL security environment the XREF switch can only beset to a value more detailed as defined in the appropriatesecurity profile.The following table shows the valid combinations:

definition ! request by the XREF commandin the sec. !profile ! off on force------------+-------------------------------off ! + + +on ! - + +force ! _ _ +

Check data and correct error or contact the DBA to modify theappropriate security profile.

NAT4749 Function not possible with DBID = 0.

Function not possible with DBID = 0.

To generate the NATURAL cross references the DBID of the NATURALsystem file, where the module is to be stored, must not be zero.

Contact the DBA to generate a valid NATURAL parameter module orinvoke NATURAL and overwrite the value of the data base identifidynamically.

NAT4750 Ungültige Eingabedaten.

Invalid input data.

Invalid data have been specified for the field.

Specify valid input data.

NAT4751 Ein(e) :1: muß eingegeben werden.

A ... must be entered.

Enter a ... .

NAT4752 Eintrag muß Ganzzahl im Bereich von:1:bis:2:sein.

Page 555: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 555/781Bearbeitet von: Schäfer DV Consulting

NAT4753 Verwenden Sie mindestens eines der Schlüsselworte.

NAT4754 Dieser Funktionstaste ist keine Funktion zugewiesen.

NAT4755 Markieren Sie die anzuzeigenden 'Pop-ups' mit 'S'.

NAT4756 PF5 um generierte SQL auszuführen; PF4 für Free Mode.

NAT4757 Ungültige(r) :1: angegeben.

NAT4758 :1: mit diesem Namen existiert bereits.

NAT4759 Verwenden Sie genau 1 der Schlüsselworter.

NAT4760 Datenbanknamen dürfen nicht mit DSNDB beginnen.

NAT4761 Eintrag darf nur das Schlüsselwort UNIQUE sein.

NAT4762 :1:muß eingegeben werden. FREIG drücken um fortzufahren.

NAT4763 Geben Sie 'catalog name' oder 'stogroup name' ein.

NAT4764 Eintrag muß eine Ganzzahl sein.

NAT4765 Ungültige Syntax. Geben Sie bitte gültige Daten ein.

Page 556: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 556/781Bearbeitet von: Schäfer DV Consulting

NAT4766 Ein Block darf nicht zwischen sich selbst kopiert werden.

NAT4767 Punktkommando eingegeben, aber keine Zeile mit '.N' markiert.

NAT4768 Kein '.I', '.W' zwischen X-Y moglich, wenn '.MX-Y'.

NAT4769 Objekt zum Einfügen nicht gefunden.

NAT4770 Scan-Kommando wurde ohne Scan-Wert eingegeben.

NAT4771 Anzahl der FREEPAGES und/oder PCTFREE(integer) angeben.

NAT4772 Datenbank darf weder 'DSNDB06' noch 'DSNDB03' sein.

NAT4773 :1: mit diesem Namen existiert bereits.

NAT4774 Bitte gültige(n) :1: eingeben.

NAT4775 Entweder :1: oder :2: markieren.

NAT4776 Bitte markieren Sie das Gewünschte.

NAT4777 Nicht :1: UND :2: gleichzeitig markieren.

NAT4778 Kommando wurde erfolgreich ausgeführt.

Page 557: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 557/781Bearbeitet von: Schäfer DV Consulting

NAT4779 Eintrag darf nur :1: oder :2: sein.

NAT4800 Geben Sie bitte einen gültigen Funktionscode ein.

Enter valid function code.

Enter valid function code.

NAT4801 Diese Funktion ist nur auf Source-Programme anwendbar.

Page 558: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 558/781Bearbeitet von: Schäfer DV Consulting

Function only applicable to source programs.

The selected function can only be used with source programs,not object programs.

Enter valid function.

NAT4802 Library-Typ muß 'S' oder 'O' sein.

Library type must be 'S' or 'O'.

Valid library types are 'S' for source and 'O' for object.

Enter a valid library type.

NAT4803 Ungültige Objekt-Angabe.

Invalid object specified.

Only the following object codes are valid:

A - Programs, maps, and data areas V - NATURAL views (DDMs) P - Editor, map, and device profiles E - User and system error message text

For details, refer to the NATURAL Administrator's Manual.

Enter a valid code.

NAT4804 Geben Sie bitte eine gültige Library-ID ein.

Enter valid library ID.

A valid library ID must be entered for the functions LIST, COPY,or DELETE.

Enter valid library ID.

NAT4805 Geben Sie bitte einen gültigen Kommando-Code ein.

Page 559: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 559/781Bearbeitet von: Schäfer DV Consulting

Enter valid command code.

Valid command codes are: P Select individual program * Selection menu ? Help information . Terminate ' ' Return to menu

Enter valid command code.

NAT4806 Geben Sie bitte einen gültigen Programmnamen ein.

Enter program name.

If individual programs are specified with command 'P', a valid pname must be entered.

Enter valid program name.

NAT4807 Geben Sie bitte eine gültige Datenbank-ID ein.

Enter a valid database ID.

A valid database identification must be specified for the SYSMAIfunctions. Database numbers allowed are: 0 for default database. 1-253 for specific database.

Enter valid database number.

NAT4808 Der angegebene New Name ist ungültig.

Invalid 'new name' specified.

When specifying names for libraries (applications) and/or progradata areas and maps, the names must conform to NATURAL namingconventions.

Check and correct the name(s) of the object or library specified

NAT4809 Geben Sie bitte die Dateinummer einer Systemdatei ein.

Page 560: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 560/781Bearbeitet von: Schäfer DV Consulting

Enter a system file number.

A valid system file number in the range from 1 to 255 must bein MOVE and COPY commands.

Enter a valid system file number.

NAT4810 Das Auswahlkriterium hat alle Daten zurückgewiesen.

All data rejected by these selection criteria.

All data initially selected for processing have been rejected.Rejection can occur for a number of reasons; for example: 1) Object type did not match the object type specified. 2) Date was not within the specified date range. 3) A subroutine could not be processed because the internal subroutine name already existed for another object. 4) The object could not be copied/moved/renamed because the REPLACE option was set to 'NO' and the object already existed in the target library. 5) The RECAT option is 'ON' and a cataloged object may only be processed if the saved object exists. 6) The RECAT option is 'ON' and a saved object may not be proc separately from an already existing cataloged object.

Normal termination, but you should verify the selection criteriaspecified.

NAT4811 'Copy/move' in die gleiche Umgebung ist nicht erlaubt.

'Copy/move' to same environment is not allowed.

The COPY and MOVE functions must always have different sourceand target environments (i.e. different DBID/FNR specificationsand/or different library specifications).For error texts, application, DBID, file number and file name (Fmay be the same for source and target environment if the languagcode is different.

Enter different target library or different system file.

NAT4812 Interner Fehler beim Verarbeiten von Namenslisten.

Page 561: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 561/781Bearbeitet von: Schäfer DV Consulting

Internal error.

An internal error has occurred while processing name lists.

Note error and contact Software AG.

NAT4813 Die 'Move/Copy'-Operation wurde erfolgreich ausgeführt.

'Move/copy' operation executed.

The requested MOVE/COPY function has been successfully executed.

No action required.

NAT4814 Die angegebenen Objekttypen sind ungültig.

Invalid object type(s) specified.

One or more of the object types requested are not valid.The object type varies with the function requested. When processprograms, data areas or maps, valid object type codes are: S, N, P, G, L, A, H, C, M, T, ZWhen processing profiles, valid object type codes are: E, M, D, PWhen processing error messages, valid object type codes are: S, LThe object type code '*' indicates all types.

Check the code(s) and correct the error.

NAT4815 Die Verarbeitung wurde durch den Benutzer beendet.

Processing terminated at user's request.

During processing of a function, you have interrupted the proces(for example, by pressing a PF-key or 'Program Interrupt/Test Rekey, or by tying a '.' on the previous screen).

Normal termination has occurred. No action required.

NAT4816 Das angegebene Datum ist ungültig.

Page 562: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 562/781Bearbeitet von: Schäfer DV Consulting

Invalid data or time specified.

The date or time specified is not correct. The date format mustcoincide with the format specified with the NATURAL profile paraDTFORM (as described in the NATURAL Operations Manual).The month range must be from 1 to 12, and the day must corresponthe month (including leap years).The time format must be HH:II.

Make sure that you specify date and time in the correct formatand range.

NAT4817 'TO DATE' darf zeitlich nicht vor 'FROM DATE' liegen.

Date range is out of sequence. TO DATE must be > FM DATE.

A FROM date cannot be logically greater than a TO date.

Check the dates and specify the FROM - TO range correctly.

NAT4818 Die Library wurde erfolgreich aufgelistet.

Library has been successfully listed.

A request to list a specific library was made. This message willappear at the end of that request if normal termination has occu

No action required.

NAT4819 Bei der Auswahl wurden ungültige Codes angegeben.

Page 563: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 563/781Bearbeitet von: Schäfer DV Consulting

Invalid selection code specified.

One or more codes specified on the selection screen are not corrThe valid codes are: I - Directory info (cataloged and/or saved objects) L - List source (saved objects only) H - Print source (saved objects only) C - Perform specified function on cataloged object only S - Perform specified function of object source only A - Perform specified function on both cataloged and/or save objects. This code may also be used if only the saved or cataloged object exists.

If the NATPARM parameter RECAT is set to 'ON',code 'C' is also incorrect.

Check selections and correct the error(s) highlighted.

NAT4820 Das gewählte Programm existiert nicht.

Selected program does not exist.

The selected program does not exist in the library specified.

Check program name and library name.

NAT4821 Diese Anforderung ist bei 'RECAT=ON' nicht erlaubt.

Invalid request with dynamic recatalog.

A request has been made which is not valid in an environment wheparameter RECAT is set to 'ON'.In an environment with active dynamic recataloging, cataloged anobjects must be processed together. The only exception is if theobject exists without a corresponding cataloged object, for examcopycode.

Check the selected request and correct the error.

NAT4822 Diese 'Rename'-Funktion kann nicht ausgeführt werden.

Page 564: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 564/781Bearbeitet von: Schäfer DV Consulting

Invalid 'rename' request.

The requested RENAME function cannot be performed with the seleccriteria specified. The Selection List, Object Name and/or New Nare not compatible with one another.In batch mode, this may occur when the range notation is used withe Object Name.

Check the selection criteria and correct the error.If necessary, contact your NATURAL administrator.

NAT4823 Ungültiger Auswahlcode für diese Option.

Invalid selection code specified for option.

In SYSMAIN, the Library Selection screen allows you to specify tfollowing additional options during processing:

L - List all objects in a libraries S - List all external subroutine names in a library ? - Help . - Terminate the current processing.

Check the selection(s) made and correct the error.

NAT4824 Die gewünschten Optionen wurden erfolgreich ausgeführt.

Requested option(s) processed successfully.

During the normal processing of a SYSMAIN function, you mayperform several options, for example: - listing directory information; - listing all subroutines, by name, in a library; - listing a specific saved object.The processing of the requested option(s) was finished successfu

No action required.

NAT4825 Das Direktkommando darf maximal 36 Stellen lang sein.

Page 565: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 565/781Bearbeitet von: Schäfer DV Consulting

Input command string too long.

When invoking SYSMAIN with a direct command (either in batch orthe maximum number of elements that may be passed in a single costring is 36. If SYSMAIN detects a number greater than this, prois terminated.

Review the command string specified to SYSMAIN and reduce the nuelements in the string.

NAT4826 Die Daten sind nicht numerisch.

Data not numeric.

While processing the data for the DBID, FNR or SETNO parametersof the SYSMAIN command line, the data were found to be non-numerValues for DBID, FNR and SETNO must be in the following format:

FNR n DBID n SETNO nwhere 'n' is a 1- to 3-digit numeric value (1 to 2 digits for SE

Check the command line, and correct the data string specified.

NAT4827 Der XREF-Indikator muß 'N', 'Y' oder 'F' sein.

XREF indicator must be 'N', 'Y', 'F' or 'S'.

With PREDICT, the cross-reference indicator may be set to one ofthe following values:

N - No (delete Xref information if object is deleted) Y - Yes (maintain all Xref information) F - Force (verify PREDICT enry for program and maintain all Xref information) S - Special (Xref information is processed if existent, but existence of Xref data is no selection criterion)

Under NATURAL SECURITY, the XREF indicator may be changed only t'higher' setting: for example, if it is 'Y', you may change it tbut not to 'N'.

Check the field concerned and enter correct value.

Page 566: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 566/781Bearbeitet von: Schäfer DV Consulting

NAT4828 Der Subroutine-Name existiert bereits in der Ziel-Library.

Invalid 'copy/move/rename' of a subroutine

The subroutine name being copied/moved/renamed already exists inthe target library assigned. The function is illegal, becauseduplicate subroutine names may not exist in a library forcataloged objects.

Check the object(s) concerned and correct the error(s).

NAT4829 Die gewünschte Funktion ist ungültig/nicht vorhanden.

Invalid function requested.

The function requested is either invalid or has not yet beenimplemented. Refer to the NATURAL Administrator's Manual forfurther help.

Check function requested and correct the error.

NAT4830 'Scan'- und 'Replace'-Wert müssen verschieden sein.

'Scan' and 'replace' values must be different.

The SCAN VALUE and REPLACE VALUE fields contain the same valuescharacter strings.

Change either the SCAN VALUE or the REPLACE VALUE field so thatthey do not contain the same value.

NAT4831 'Replace' ist für diesen Objekttyp nicht moglich.

Page 567: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 567/781Bearbeitet von: Schäfer DV Consulting

'Replace' must not be used with specified object type.

NATURAL uses a number of different object types for various difffacilit ies and functions. Certain object types may not be specifwhen using the REPLACE option of SCAN, because the impact of doiREPLACE may have serious implications on the activity of the NATenvironment.The object types which may NOT be specified with the REPLACE optare G (Global Data), L (Local Data), A (Parameter Data) and M (MWhen scanning an entire library. the above object types will beonly, but not edited; however, you may issue an E or EDT commandwithin SCAN to edit the object.

Remove any values for the REPLACE VALUE field, set NULL REPLACEor specify a different object type.

NAT4832 Im Batch-Betrieb ist keine Hilfe für Objekttyp moglich.

A '?' may not be requested for object type (batch only).

A '?' may only be specified for the Object Type field of the SCAutility in a TP environment, not in a batch environment.

Determine the correct setting of the Object Type parameter beforusing the SCAN utility in batch mode.

NAT4833 Geben Sie einen gültigen Objekttyp ein.

Enter a valid object type.

The code specified for the object type was not valid. The validare: A, C, G, H, L, M, N, P, S, *, ?, blank

A '?' will allow you to select a valid code from a list.A '*' or ' ' (blank) will result in all object types being scanna library.For additional information, you may refer to the NATURAL AdminisManual, use the help function of SCAN, or ask your NATURALadministrator.

Enter a valid object type.

Page 568: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 568/781Bearbeitet von: Schäfer DV Consulting

NAT4834 Geben Sie bitte einen gültigen Funktionscode ein.

Enter a valid function code.

An incorrect function code was entered.Valid function codes are: 'S', '.' and '?'.

Correct the function code and continue.

NAT4835 Geben Sie bitte einen gültigen Library-Namen ein.

Library may not be blank.

SCAN will scan only one library at a time. Therefore, a valid liname - or application name (NATURAL SECURITY) - must be specifie

Specify a valid library/application name.

NAT4836 Interner Fehler beim Editieren. Verständigen Sie den DBA.

Internal error with 'edit': 0000 - contact DBA.

SCAN must edit an object before a SCAN/REPLACE is done. If any eis received while editing an object, SCAN will terminate with anerror - ERROR: 0000.

Contact your database administrator.

NAT4837 Interner Fehler beim 'Scan'. Verständigen Sie Ihren DBA.

Internal error with 'scan': 0000 - contact DBA.

While SCAN was scanning an object, an error was detected. SCAN wterminate with an error - ERROR: 0000.

Contact your database administrator.

NAT4838 Geben Sie bitte 'New Name' für 'Rename'-Funktion ein.

Enter new name for 'rename' function.

The RENAME function requires that a new program name be specifie

Enter new program name.

Page 569: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 569/781Bearbeitet von: Schäfer DV Consulting

NAT4839 Angegebene Library ist durch NATURAL SECURITY geschützt.

Specified library is protected by the security definition.

You have attempted to do a SCAN/REPLACE on a library/applicationwhose NATURAL SECURITY profile does not allow this function.

Contact your NATURAL SECURITY administrator.

NAT4840 Gültiges Kommando (? E EDT I L LET LIST Q .) eingeben.

Enter a valid command (? blank E EDT I L LET LIST Q .).

Valid commands are:Q or . Interrupt SCAN/REPLACE processing and return to the mE Invoke the full screen editor to edit an object.EDT Invoke the line editor to edit an object.I Ignore processing of the current object and continue the next object. Do not save any modifications made.L or LIST List the object currently being scanned/replaced.LET Ignore all editing modifications made after ENTER was pressed.blank Continue with normal processing.? or PF1 Invoke SCAN's help facility.PF2 Interrupt SCAN/REPLACE processing. Return to the menuPF3 Interrupt SCAN/REPLACE processing. Return to last fun

Enter a valid command or press a valid PF key.

NAT4841 'Scan/Replace' wurde vom Benutzer abgebrochen.

'Scan/replace' terminated by user action.

You have requested the termination of SCAN and are returned to tThe SCAN/REPLACE will not be completed;however, all modifications made before termination was requestedbe saved.

No action required.

NAT4842 'Scan/Replace' wurde vom Benutzer unterbrochen.

Page 570: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 570/781Bearbeitet von: Schäfer DV Consulting

'Scan/replace' interrupted by user action.

You have terminated the SCAN/REPLACE operation.Any modifications performed on the object currently being proceswill be lost.

You will be returned to the menu.

No action required since termination was done your request.

NAT4843 'Scan/Replace' wurde erfolgreich beendet.

'Scan/replace' has successfully terminated.

The selection criteria specified for the SCAN/REPLACE operationbeen processed successfully.Processing terminated normally; you will be returned to the menu

No action required.

NAT4844 Der 'Scan'-Wert darf nicht leer (' ') sein.

Scan value must not be blank.

The SCAN operation cannot be executed without a value or charactstring being specified for the SCAN VALUE field.

Enter a value or character string in the SCAN VALUE field.

NAT4845 Fehler NATnnnn bei der Verarbeitung von Objekt .

Page 571: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 571/781Bearbeitet von: Schäfer DV Consulting

A NATURAL error was returned during the normal SCAN/REPLACE proc

If SCAN receives a NATURAL error code while scanning or replacina specific object, this message will be returned with the specifNATURAL error code and the name of the object being processedwhen the error occurred.

Examples of this type of error are:

NAT0082 - The object selected was purged before it could be sc NAT3148 - The database was terminated during the scan process.

Enter '? nnnn' for an explanation of error message NATnnnn.If necessary, contact your database administrator for additionalinformation.

NAT4846 'Replace'-Operation durch NATURAL SECURITY verboten.

'Replace' operation protected by security definition.

To execute the REPLACE operation in a NATURAL SECURITY environmethe following NATURAL commands must be allowed in the appropriatuser/application profile: READ, SAVE (and either EDIT or EDT).

Contact your NATURAL SECURITY administrator and review thesecurity profile which is in effect during the execution of SCAN

NAT4847 Dieser Objekttyp ist durch NATURAL SECURITY geschützt.

Object type is protected by security definition.

NATURAL has a number of different object types for use with thevarious NATURAL facilities and functions; for example, 'P' for p'N' for subprograms, 'G' for global data areas, etc.If a specific object type is entered for the SCAN function,SCAN will verify whether you have access to that object type bychecking your security definition.

Contact your NATURAL SECURITY administrator to review the NATURASECURITY profile in effect during the SCAN processing.

NAT4848 Status der Programme/Module wurde erfolgreich angezeigt.

Page 572: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 572/781Bearbeitet von: Schäfer DV Consulting

Status of programs/modules displayed successfully.

Status information on programs/modules in the user's library whimeet the specified search criteria, has been successfully displa

No action required.

NAT4849 Geben Sie das Datum in der Form 'YY-MM-DD' ein.

Invalid date specification.

The date was incorrectly entered. A data must be entered in thefor international date (YY-MM-DD).

Enter correct date in correct form.

NAT4850 Der Startwert des Suchbereiches muß

Invalid range specification.

The range for a search criterion was specified incorrectly. Thevalue must be less than or equal to the end value.

Correct error.

NAT4851 Kein Programm/Modul mit angegebenen Kriterien gefunden.

No program/module with specified criteria found.

No program/module in the user's library meets the specified searcriteria.

Check data and specify search criteria more precisely.

NAT4852 NATURAL SECURITY erlaubt Ihnen diese Funktion nicht.

Function disallowed by security definition.

The desired function is disallowed by theNATURAL SECURITY application profile.

Contact your NATURAL SECURITY administrator.

NAT4853 In der Library wurde kein Modul gefunden.

Page 573: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 573/781Bearbeitet von: Schäfer DV Consulting

No module found in library.

While executing the SIZE command, no module which meets thesearch criteria was found.

Check module name.

NAT4854 'Size'-Operation ist durch NATURAL SECURITY geschützt.

'Size' operation protected by security definition.

To execute the SIZE command in a NATURAL SECURITY environment,ymust be allowed to use the command EXECUTE.

Contact your NATURAL SECURITY administrator.

NAT4855 Kein Objekt gefunden, das die 'Scan'-Kriterien erfüllt.

No objects found for specified 'scan' criteria.

SCAN will do processing only according to the criteria specifiedOnly the objects which satisfy the specifications will be displaotherwise SCAN will return to the menu.

No action required, since SCAN has terminated normally.

NAT4856 Ungültige Kombination von 'Object Name' und 'New Name'.

Invalid field combination with 'rename' function.

When you use the 'rename' function of SYSMAIN and have entered aspecific name in the Object Name field, you must also enter a NeAlternatively, the range notation using a '?', '' or '*' mused; in which case no New Name is to be specified.

Check values specified and correct error.

NAT4857 Dieser Dateityp ist für die angegebene Datei ungültig.

Page 574: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 574/781Bearbeitet von: Schäfer DV Consulting

File type is not valid for specified file.

When using SYSMAIN only specific file types are supported. The fis determined using the DBID and FILE number specified for the sand target files. Valid file types are:

ADABAS V4 DB2 SESAM VAX (ADABAS) ADABAS V5 DL1 USER VSAM

Check the DBID and FILE number specified and correct them.

NAT4858 Der Zugriff auf diese Library ist Ihnen nicht erlaubt.

Access to application is not allowed.

When you use the SYSMAIN utility under NATURAL SECURITY, you areallowed to access a 'private library' of another user. Only acceto your own (private) library is possible. This error occurs:- if you perform the LIST/FIND function and attempt to select a private library; or,- if you perform the COPY/MOVE/DELETE/RENAME function and have specified a private library as source/target library.

Use only libraries which you are allowed to use.

NAT4859 Bei 'Rename' müssen alte und neue Daten verschieden sein.

New 'rename' data must be different.

When using the RENAME function of SYSMAIN, the new data of theobject (saved or cataloged), profile or view must be different fthe old data.

Correct error.

NAT4860 Geben Sie einen Funktionscode oder ein Kommando ein.

Enter either a valid function code or a command.

Either a valid function code or a command must be entered in theappropriate fields.

Enter either a valid function code or a valid command.

Page 575: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 575/781Bearbeitet von: Schäfer DV Consulting

NAT4861 Geben Sie bitte einen gültigen Library-Namen ein.

Enter a valid library name.

A library name must be specified.

Check the library name specified and correct the error.

NAT4862 Der Library-Name enthält ein unzulässiges Zeichen.

Invalid character in library name.

A valid library name must be specified.An asterisk (*) or a question mark (?) indicating a range of valis not permitted.

Enter a valid library name.

NAT4863 Die Datenbank-ID muß zwischen 0 und 253 liegen.

Database identification must be 0 - 253.

A valid database identification (DBID) must be specified.Valid DBIDs are: 0 - default database 1 - 253 - specific database.

Enter a valid database identification.

NAT4864 Die Dateinummer muß zwischen 1 und 255 liegen.

File number must be 1 - 255.

A valid system file number in the range from 1 to 255 must be sp

Enter a valid file number.

NAT4865 Der angegebene Typ der NATURAL-Systemdatei ist ungültig.

Page 576: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 576/781Bearbeitet von: Schäfer DV Consulting

Invalid type of NATURAL system file.

An invalid value for system file identification was entered.Possible values are:

A - ADABAS system file, V - VSAM system file.

Enter 'A' or 'V' as type of system file.

NAT4866 Ungültiger Name für Nicht-ADABAS-Systemdatei angegeben.

Invalid name specified for file.

If the NATURAL system file is not an ADABAS file, the name ofthe system file being accessed must be specified. This applies tthe following system file types:

V - VSAM 2 - DB2 U - USER D - DL/I S - SESAM

Enter a value for the 'Name' field.

NAT4867 Kein Objekt erfüllt die angegebenen Kriterien.

Nothing found for this request.

Either no data meet the specified selection criteria, or you didnot request any processing to be done from the selection screen.This is a normal termination message.

No action required.

NAT4868 Die Funktion wurde erfolgreich beendet.

Function completed successfully.

The function has successfully terminated, and all data selectedbeen processed normally.

No action required.

Page 577: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 577/781Bearbeitet von: Schäfer DV Consulting

NAT4869 Nicht alle Module/Programme wurden verarbeitet.

Not all module(s)/program(s) were processed.

The function was not executed for all specified module(s)/prograEither the module specified in the selection menu was deleted inmeantime by another user, or the module(s)/program(s) could notoverwritten because the REPLACE option was set to 'NO'.

Correct error.

NAT4870 In der Kommandozeile ist ein Syntaxfehler.

Syntax error in command line.

A syntax error was detected when evaluating the command line durcommand processing: the command to be processed was not a validEither you have entered a command which does not exist, or you hspecified a command incorrectly (e.g. wrong sequence of parameteThe actual command being processed may be indicated in parenthesat the end of the error message.

Check the command line and correct the error.

NAT4871 Der angegebene Objektname ist ungültig.

Invalid object name specified.

A valid name must be entered in the field 'Object Name'before processing can continue.

Check data and correct error.

NAT4872 Keine XREF-Informationen für dieses Objekt gefunden.

No XREF information found for object.

The XREF indicator is set to either 'Y' or 'F', but the specifiePREDICT (FDIC) file contains no XREF information for the objectbeing processed.

Check the FDIC file specified, the XREF indicator, and thestatus of the XREF information for the object in error.

Page 578: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 578/781Bearbeitet von: Schäfer DV Consulting

NAT4873 Die Libraries wurden erfolgreich aufgelistet.

Libraries listed successfully.

The libraries satisfying the specified search criteria were listsuccessfully.

No action required.

NAT4874 Wählen Sie eine der angezeigten Nummern aus.

Selected number out of range.

Only numbers displayed on the selection menu may be selected.

Enter a valid number.

NAT4875 Dieses Programm existiert nicht.

Program does not exist.

No program exists for the selected number.

Select another number.

NAT4876 Es wurden keine Libraries gefunden.

No libraries found.

No library was found which meets the search criteria.

Verify search criteria.

NAT4877 Das Programm wurde erfolgreich aufgelistet.

Program listed successfully.

The NATURAL program was listed successfully.

No action required.

NAT4878 Diese Funktion ist durch NATURAL SECURITY verboten.

Page 579: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 579/781Bearbeitet von: Schäfer DV Consulting

Function not allowed by security definition.

To execute the desired function in a NATURAL SECURITY environmenthe library to be processed must be either your 'private librarya public library, or a people-protected library of which you arean 'owner' (if co-owners exist, the required countersignatures mbe obtained).Moreover, the use of the corresponding NATURAL commands - SAVE,STOW, SCRATCH, PURGE, UNCATALOG - must be allowed in that librar

Do not use this function;or contact your NATURAL SECURITY administrator.

NAT4879 Im Batch-Betrieb ist keine Bereichsangabe erlaubt.

Range not permitted in batch processing.

When using the RENAME function of the utility SYSMAIN via adirect command in batch mode, a range of modules/programsmust not be specified with the '*' or '?' notation.

Do not use '*' or '?' notation in batch mode.

NAT4880 Geben Sie ein gültiges Kommando (oder '?' für Hilfe) ein.

Enter valid command, or enter '?' for help.

An invalid command was entered.For a list of valid command, you may enter a '?'.

Enter a valid command, or enter a '?' for help.

NAT4881 Pflege des Buffer Pools war nicht moglich.

Buffer pool maintenance failed.

The NATURAL buffer pool maintenance failed, because the NATURALpool is either not installed or has been disabled after an abend

Contact your NATURAL administrator.

NAT4882 Die Pflege des Buffer Pools wurde ausgeführt.

Page 580: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 580/781Bearbeitet von: Schäfer DV Consulting

Buffer pool maintenance performed.

Maintenance of the NATURAL buffer pool was performed.

No action required.

NAT4883 Die TP-User-ID muß angegeben werden.

TP user ID required.

Enter a valid TP user ID.

NAT4884 Geben Sie eine Datenbank-ID zwischen 0 und 255 ein.

Invalid database ID.

A database identification in the range 0 - 255 must be entered.

Enter a valid database identification.

NAT4885 Geben Sie eine Dateinummer zwischen 0 und 255 ein.

Invalid file number.

A file number in the range from 0 to 255 must be entered.

Enter a valid file number.

NAT4886 Geben Sie bitte einen gültigen Library-Namen ein.

Please enter a valid library name.

A valid name for a NATURAL library must be entered.

Enter a valid library name.

NAT4887 Geben Sie bitte einen gültigen Modulnamen ein.

Please enter a valid module name.

A valid name for a NATURAL module must be entered.

Enter a valid module name.

NAT4888 Zur Zeit sind keine logischen Dateien verfügbar.

Page 581: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 581/781Bearbeitet von: Schäfer DV Consulting

Currently no logical files available.

The utility makes use of 'logical files' to perform any requiredprocessing. If all logical files are in use, processing is termiabnormally. SYSPROF may be used to display the current file sett

Contact your database administrator for additional help.

NAT4889 Diese Applikation ist NATURAL SECURITY unbekannt.

Application not defined to NATURAL SECURITY.

You have requested access to an application which is not definedNATURAL SECURITY.In the case of SYSMAIN, this may occur when you are maintainingapplications which are defined to another security environment.If you want to do maintenance across security environments,you should use the SYSMAIN command 'CMD FSEC'.For further information, please refer to the NATURAL AdministratManual.

Check the selection criteria and correct the error.

NAT4890 Gegenzeichnung des Owners/Co-owners ist ungültig.

Invalid owner/co-owner confirmation.

The countersignature specified for an owner-protected applicatiomust be valid for a co-owner to use an application; or the userNOT an owner of the application.

Specify the correct countersignature for the security environmenbeing accessed.

NAT4891 Ungültige DBID und/oder FNR für diese Applikation.

Invalid DBID and/or FNR specified for an application.

The DBID and FNR specified for an application protected by NATURSECURITY must correspond to the DBID and FNR specified in thesecurity profile for the application.

Either correct DBID/FNR, or change the FSEC definitionusing the 'CMD FSEC' command.

Page 582: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 582/781Bearbeitet von: Schäfer DV Consulting

NAT4892 Diese Datei ist keine gültige PREDICT-Datei.

Invalid PREDICT file(s) defined.

The FDIC parameter is pointing to a database and/or file which ia valid file for PREDICT. This causes an error during the deletiXREF data.- If the FDIC parameter is correct, you should verify thesettings of the SYSMAIN FDIC database(s) and/or file(s), since twill override the session FDIC parameter.Note that with XREF support the PREDICT version must be 2.3 or a- If the XREF parameter is set to 'N', no check will be done onlIn batch, the nucleus should not have the XREF module linked.

Check the current settings of the NATURAL paremeter FDIC and theSYSMAIN FDIC parameters, and correct the error.

NAT4893 Normale Durchführung, aber nicht alle Daten verarbeitet.

Normal completion, but some data were rejected.

During processing of a function which does not result in the disa selection screen, processing continues even if objects are rejThere are numerous reasons why objects are rejected, and these alisted under error NAT4810. If you wish to monitor the status ofeach object as it is processed, use the selection screen(using the '?' option).This is a normal end-of-processing message.

No action required.

NAT4894 Die angegebene 'FROM'-Fehlernummer ist ungültig.

Page 583: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 583/781Bearbeitet von: Schäfer DV Consulting

Invalid error number specified.

The FROM error number has been specified incorrectly: eitherno range notation has been specified, the FROM number is greaterthan the TO number, or the range notation is invalid.In batch, this error may also occur if any of the specified erronumbers (ERROR FM, ERROR TO, NEW ERROR FM, NEW ERRORTO) are notnumeric. Valid specifications of numeric numbers are:

1 or 01 or 001 or 0001

Check the error number specifications, and correct the error.

NAT4895 Sprachcode muß 1 - 9 sein.

Invalid language code specified.

The language code specified is invalid. Refer to the NATURALReference Manual for further information on language codes.

Enter a valid language code.

NAT4896 Funktion für diesen Fehler-Langtext nicht ausführbar.

Invalid processing request for extended error message.

When moving, copying or renaming an extended error message, theralways be a corresponding short error message. If there is no sherror message in the source environment, the extended error messnot be processed. If there is not short message in the targetenvironment, this error message will be output.Processing of both, short and extended messages, together is val

Correct error.

NAT4897 Die angegebene Fehler-Applikation ist ungültig.

Page 584: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 584/781Bearbeitet von: Schäfer DV Consulting

Invalid error application specified.

The specified error application is invalid for the requested funIt may be a non-existent application, or you have tried to move,or rename a user error message to a system error message.Deletion of a system error message has been disallowed. The messhowever, be moved, copied, or renamed.

Check the application indicated, and correct the error.

NAT4898 Ungültige Fehlernummer für 'Rename'.

Invalid error number specified for 'rename'.

When renaming (renumbering) error messages, all error numberspecifications (ERROR FM, ERROR TO, NEW ERROR FM, NEWERROR TO)be numeric and follow the rules listed below: 1) THE numbers must be in the correct combination as follows: A) only ERROR FM. B) ERROR FM and ERROR TO. C) ERROR FM and NEW ERROR FM. D) ERROR FM, ERROR TO, NEW ERROR FM and NEW ERROR TO.

2) If the range notation is used, the NEW ERROR FM must be by least 2 higher than the THE ERROR FM. 3) If the range notation is used, the difference between ERROR and ERROR TO must be the same as NEW ERROR FM and NEW ERROR

Correct the error.

NAT4899 Diese Funktion geht bei VSAM-Systemdateien nicht.

This feature is not implemented for VSAM system file.

To use this feature, a NATURAL system file is required thatis contained within an ADABAS database.

Select another feature.

NAT4900 Sie dürfen nicht mehr als 40 Namen angeben.

Page 585: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 585/781Bearbeitet von: Schäfer DV Consulting

Too many names specified.

For the commands UNCATALOG, PURGE and SCRATCH, a list of up to40 names of NATURAL modules/programs may be entered for deletion

Reduce number of names.

NAT4901 Die Eingabedaten sind im Batch-Betrieb nicht zulässig.

Invalid data for batch environment.

In a batch environment, the input for an UNCATALOG/PURGE/SCRATCHcan only consist of a list of names for NATURAL modules/programsAt least 1 name must be entered. A maximum of 40 names can beentered. Asterisk notation is not permitted.

Enter one or more valid names.

NAT4902 Es ist nur ein 'Generic Key' pro Aufruf erlaubt.

Only one generic key permitted.

Only one generic key is permitted per invocation of the UNCAT/PUSCRATCH command.A generic key is a character string, which may be empty, truncatasterisk.The use of a generic key results in the display of a menu whichcontains all modules/programs starting with the character stringThese modules/programs may be marked for further processing.

Enter valid data.

NAT4903 Entweder Namensliste oder *-Notation, aber nicht beides.

Do not use both, list of names and asterisk notation.

For the UNCATALOG/PURGE/SCRATCH commands, you can eitherenter aof NATURAL module/program names or use asterisk notation, but no

Correct error.

NAT4904 Keine Module/Programme in der aktuellen Library gefunden.

Page 586: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 586/781Bearbeitet von: Schäfer DV Consulting

No module(s)/program(s) found in current library.

No module/program was found which meets the search criteria.

Make sure that the correct search criteria were used.

NAT4905 Neuer Fehlerbereich darf den aktuellen nicht überlappen.

New error range may not overlap the current error range.

When renumbering (renaming) ranges of errors, overlaps of rangespermitted within the same application (for reasons of data integThe NEW ERROR FROM must be smaller than the original ERROR FROMgreater than the original ERROR TO. Example: When renumbering errors 10 to 20 as 13 to 23; number 10 would moved to 13, but 13 would be moved to 17, and 17 would be mov 20, etc.; thus, error number 10 would be duplicated. If the NEW ERROR FROM were smaller than 10 or greater than 20 would not occur.If you cannot avoid overlapping with the ranges of numbers availyou, renumber the errors to a dummy application and then from thapplication to the original application.

Chekc the error numbers and the application, and correct the err

NAT4906 User Exit wurde aufgerufen, existiert aber nicht mehr.

User exit was invoked but no longer exists.

At initialization of SYSMAIN, the user exit 1 and/or 2 was activbut during processing the user exit could not be invoked. This moccur if the cataloged object is not cataloged in the SYSMAIN li

No action required. SYSMAIN will no longer invoke the user exitcaused the error.

NAT4907 PREDICT-Dateien für XREF=Y oder XREF=F nicht gültig.

Page 587: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 587/781Bearbeitet von: Schäfer DV Consulting

PREDICT file invalid for processing of XREF data.

When XREF data are processed (XREF parameter set to 'Y', 'F' orthe PREDICT (FDIC) file must be a valid file for PREDICT Versionabove. (With SYSMAIN, you may use the command 'SET FDIC' to overthe current PREDICT file setting.)

This error also appears if you are processing sets and the FDICis not a valid PREDICT file.

Use a valid PREDICT file,or set the XREF indicator to 'N',or set the set number to '0'.

NAT4909 Entweder *-Notation oder Namensliste, aber nicht beides.

Do not enter both, asterisk notation and list of names.

For the UNCATALOG/PURGE/SCRATCH commands, you can eitherenter aof NATURAL module/program names or use asterisk notation, but no

Correct error.

NAT4910 Objekt ist durch PREDICT APPLICATION CONTROL geschützt.

Object is protected by PREDICT APPLICATION CONTROL.

You cannot maintain the selected object because itis under the control of PREDICT APPLICATION CONTROL.

Contact your PREDICT APPLICATION CONTROL administrator.

NAT4911 Set :1: ist hier nicht vorhanden.

Set ... cannot be found.

The specified set cannot be found.

Make sure that you have specified the correct User, Library,Library DBID/FNR, FDIC DBID/FNR, and Set Number.

Page 588: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 588/781Bearbeitet von: Schäfer DV Consulting

NAT4912 PC Download must be 'Y' or 'N'.

PC Download must be 'Y' or 'N'.

When you export/download NATURAL objects to a PC, this option mube set to either 'Y' (export) or 'N' (normal processing).

Specify correct value.

NAT4913 Work files 6 + 7 must be assigned to PCNEW for download.

Work files 6 + 7 must be assigned to PCNEW for download.

When you use the PC Download option, work files 6 and 7 mustbe assigned to PCNEW.

Assign work files 6 and 7.

NAT4914 Library range must not be specified for sets.

Library range must not be specified for sets.

When a set is used as source location of objects, you can onlyspecify specific library names, but not a range of libraries.

Provide correct library specification.

NAT4915 Unload type must be 'A', 'C', 'S' or 'W'.

Unload type must be 'A', 'C', 'S' or 'W'.

Unload type must be one of the following:

A - all objects (cataloged or saved), C - cataloged objects, S - saved objects, W - stowed objects.

Specify correct value.

NAT4917 When object is specified, library name is also required.

Page 589: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 589/781Bearbeitet von: Schäfer DV Consulting

When object is specified, library name is also required.

When you specify an object name for unloading/loading,you must also specify a library name to identify the libraryin which the specified object is stored.

Specify library name.

NAT4919 Compare option must be 'S' (short) or 'D' (differ).

Compare option must be 'S' (short) or 'D' (differ).

See NATURAL Utilities Manual, SYSMAIN Utility, for detailed expl

Specify correct value.

NAT4920 Ungültiges Kommando für 'versioned' Library.

Invalid command with a versioned library.

Once a NATURAL library or application has been defined as being'versioned', the commands STOW, CATALOG, UNCATALOG, PURGEand SCmust not be used on any programming objects.

Use the STOWALL or VERSION utility to circumvent the problem.

NAT4921 Compare only available with PREDICT APPLICATION CONTROL.

Compare only available with PREDICT APPLICATION CONTROL.

SYSMAIN's Compare option can only be used if PREDICT APPLICATIONCONTROL (PAC) is installed.If PAC is installed but Compare still does not work, use theSYSMAIN command 'SET FSEC' to specify the FSEC source locationwhere PAC is installed.

Do not use Compare if PAC is not available;or specify valid FSEC source location before you use Compare.

Page 590: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 590/781Bearbeitet von: Schäfer DV Consulting

NAT4960 Zugriff auf NATURAL-Systemdatei ungültig: Returncode:1:.

Invalid access to NATURAL system file: return code ....

During initialization of the logical file, an error with 'returnoccurred.

Contact your database administrator.

NAT4961 Returncode:1:bei Versuch logische Datei zu initialisieren.

Page 591: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 591/781Bearbeitet von: Schäfer DV Consulting

Logical file initialization failed: return code ....

The utility makes use of logical files to perform any requiredprocessing. If all the available logical files are in use, proceis abnormally terminated. SYSPROF may be used to analyse thecurrent settings.

Contact your database administrator for additional help.

NAT4963 Falscher 'expand-type' angegeben.

Invalid 'expand-type' specified.

Valid 'expand-types' are:

P - Programs G - Global data areasN - Subprograms L - Local data areasS - External Subroutines A - Parameter data areasH - Helproutines M - MapsC - Copycodes E - Error messages* - All object types

You can either specify a single 'expand-type', or several of theany sequence without blanks in between.

Specify correct 'expand-type'.

NAT4965 Objekttyp(en) falsch angegeben.

Object type(s) not correctly specified.

Specify object type(s) correctly.

NAT4967 'Expand-Objekt' in gelisteter Source nicht referenziert.

Specified 'expand object' not referenced in listed source.

You have specified an 'expand object' to be listed within alisted source; however, the specified expand object is notreferenced in the listed source.

Enter valid command.

NAT4968 Objekt wurde mittlerweile von anderem Benutzer geändert.

Page 592: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 592/781Bearbeitet von: Schäfer DV Consulting

NAT4969 Zur Objektauswahl den Objektnamen mit Cursor markieren.

To select object, place cursor over object name.

To display the source of an object that is referenced within thelisted source, you must mark the NAME of that object with the cu

Place cursor correctly for object selection.

NAT4970 Angegebenes Objekt in gelisteter Source nicht gefunden.

NAT4971 Objekt(e) nicht gefunden.

NAT4972 Keine weitere Ausprägung des gesuchten Wertes.

NAT4973 Gesuchter Wert von aktueller Position aus nicht gefunden.

NAT4975 Es wurde kein numerischer Wert angegeben.

NAT4978 Es wurde kein Objekt markiert.

NAT4979 Objekt ist nicht vom angegebenen Typ.

NAT4980 Nicht in NATURAL-Systemdatei.

NAT4981 Subroutine ist intern oder nicht in aktueller Library.

Page 593: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 593/781Bearbeitet von: Schäfer DV Consulting

Subroutine is internal or not in current library.

The subroutine you have selected to be displayed inZOOM or EXPAND mode is either an internal subroutine(that is, contained in the source that is being listed)or an external subroutine whose source is not containedin the current library.

Check if listed source or current library contains desired subro

NAT4982 Der angegebene Wert wurde nicht gefunden.

NAT4983 Es wurde nur ein Objekt für ZOOM-Anzeige ausgewählt.

Only one object was selected for ZOOM display.

You have entered 'PREV' or 'NEXT' (or pressed PF4 or PF5)to move from the object currently displayed in the ZOOMwindow to the previous or next one.However, you have not used asterisk or wildcard notationfor the object name specified with the ZOOM command,which means that only a single object is displayed in theZOOM window.

Enter valid command.

NAT4984 Es wurde kein weiteres Objekt gefunden.

NAT4985 Markieren Sie mindestens eins.

NAT4986 Es wurde kein Feld angegeben oder markiert.

NAT4988 Wert wurde nicht gefunden.

NAT4989 Ausgewähltes Objekt ist nicht in aktueller Bibliothek.

Page 594: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 594/781Bearbeitet von: Schäfer DV Consulting

Selected object is not in current library.

With the LIST command, you have specified an object whose sourceis not stored in the current library.

Make sure, you are in the correct library.Or issue LIST command with asterisk/wildcard notation for list oobjects in the current library.

NAT4990 Dieses Unterkommando nur für Maps/Data-Areas.

FORMAT command can only be applied to a map/data area.

With the LIST command, you have specified the FORMAT option. Thioption is only applicable to maps and data areas, but the listedobject is not a map or data area.

Do not use FORMAT for this object.

NAT4991 Nur gestowte Data-Areas konnen formattiert erscheinen.

Only a stowed data area can be displayed formatted.

Only a stowed data area can be displayed formatted as only thenis there a guarantee that the data area is syntactically correct- thus permitting formatting.

Stow data area and retry.

Page 595: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 595/781Bearbeitet von: Schäfer DV Consulting

Page 596: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 596/781Bearbeitet von: Schäfer DV Consulting

Page 597: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 597/781Bearbeitet von: Schäfer DV Consulting

Page 598: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 598/781Bearbeitet von: Schäfer DV Consulting

Page 599: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 599/781Bearbeitet von: Schäfer DV Consulting

NAT5234 Invalid ADJUST request.

Invalid ADJUST request.

The dataset version is not consistent with the NATURAL version.

NAT5235 Invalid subroutine name detected during loading.

Page 600: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 600/781Bearbeitet von: Schäfer DV Consulting

Invalid subroutine name detected during loading.

During loading, a subroutine was detected whose external nameis already used by another subroutine.

NAT5236 Load file is empty; there is nothing to be loaded.

Load file is empty; there is nothing to be loaded.

NAT5237 Non-zero condition code from user exit at termination.

Non-zero condition code from user exit at termination.

NAT5238 Invalid FDIC file for processing of XREF data.

Invalid FDIC file for processing of XREF data.

NAT5239 Non-zero error code received during NATLOAD processing.

Non-zero error code received during NATLOAD processing.

This occurs when the NATLOAD error transaction is invoked.

NAT5240 Error in validation of NATUNLD/NATLOAD command.

Error in validation of NATUNLD/NATLOAD command.

An error occurred during validation of a NATUNLD/NATLOAD command

Check and correct command.

NAT5241 Error while reading PC work file.

Error while reading PC work file.

An error occurred while NATLOAD was reading a load file which waPC work file.

NAT5242 Invalid header information or load file format.

Invalid header information or load file format.

Either the header information on the load file is invalid,or the format of the load file is not consistent with theNATLOAD version being used.

NAT5243 Incomplete or inconsistent load file.

Page 601: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 601/781Bearbeitet von: Schäfer DV Consulting

Incomplete or inconsistent load file.

When processing programming objects, either an inconsistency occduring the processing of the load file, or the load file is inco

NAT5244 Load file inconsistency while processing views.

Load file inconsistency while processing views.

While processing views, an inconsistency was detected in the proof the load file.

NAT5245 Non-zero condition code; NATLOAD could not continue.

Non-zero condition code; NATLOAD could not continue.

A non-zero condition code was received, and NATLOAD processing cnot continue.

NAT5251 RECOVER rejected: load file is no NATURAL SECURITY file.

RECOVER rejected: load file is no NATURAL SECURITY file.

NAT5252 RECOVER rejected; NATURAL SECURITY is not installed.

RECOVER rejected; NATURAL SECURITY is not installed.

NAT5270 You are not authorized for this load operation.

You are not authorized for this load operation.

You are not defined as a member of the group 'PAA-AUTH' inNATURAL SECURITY.This error only occurs with PREDICT APPLICATION AUDIT.

Contact your NATURAL SECURITY administrator.

NAT5271 Inconsistency when processing File Translation Table.

Inconsistency when processing File Translation Table.

While processing the File Translation Table, an inconsistency ocduring the processing of the load file.This error only occurs with PREDICT APPLICATION CONTROL.

NAT5272 Maximum number of versions reached for an object.

Page 602: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 602/781Bearbeitet von: Schäfer DV Consulting

Maximum number of versions reached for an object.

Processing cannot continue, because the maximum number of versioreached for a particular object.This error only occurs with PREDICT APPLICATION AUDIT.

Page 603: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 603/781Bearbeitet von: Schäfer DV Consulting

NAT5344 Syntaxfehler bei der Passwortangabe.

NAT5345 Ungültiges Passwort.

Page 604: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 604/781Bearbeitet von: Schäfer DV Consulting

NAT5360 Non-zero ADABAS response - :1:/:2: (RC=:3:/:4:)

A non-zero response-code was received from the database.

The NATURAL/SAP Communication has received a non-zeroresponse from the database. The error may have beencaused by one of the following:- A timeout condition has occurred.- An invalid request was made to the database.

Additional information about which command receivedthe response code can be obtained by analyzing thecontents of the DDM field - ERROR-TEXT.

Analyze persistent errors using the ERROR-TEXT field.

NAT5361 Installation error: "ADALNK" is not reentrant.

Installation error: "ADALNK" is not reentrant.

NATURAL/SAP Communication requires that a reentrantADABAS link module "ADALNK" be used.

Make the necessary modifications to ADANLK, as describedin the source. Assemble and link-edit the module beforeattempting again.

NAT5362 Unexpected SDAM response received (RC=:1:).

Page 605: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 605/781Bearbeitet von: Schäfer DV Consulting

Unexpected SDAM response received (RC=:1:).

The SDAM-Interface used by NATURAL/SAP Communicationhas returned a non-zero response.

The response code is located in the DDM field ERROR-TEXT

RC Description -- -------------------------------- 01 Error in EXTENT-Chain 02 No RSA provided 03 No Record found with given RSA 07 User Area too Small 08 Compressed Field-Group too long 09 Invalid Qmacro FE Nothing found for Search CriteriumCheck the SAP/Qmacros with which XCOMSAP was compiled.For further assistance please contact SOFTWARE AGCustomer Support.

NAT5363 No record found with given key or RSA.

No record found with given key or RSA.

No record was found because:1) a header segment was accessed using the Master-Index field "B with an invalid value, or2) an internal error occurred when accessing the SAP/Document File with an invalid RSA.

Check the value of "BMI", when used.Contact SOFTWARE AG Customer Support for further assistance.

NAT5364 Log.file-ID or segment-ID not found in description table.

Page 606: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 606/781Bearbeitet von: Schäfer DV Consulting

Log.file-ID or segment-ID not found in description table.

An access was made using a logical file-nr which was notfound in the SAP/Description Tables (XCOMSAP), or

the segment-id used internally were not located within theSAP/Description Tables.

Check for the file-nr (LFID) in the modules XCOMSAP and XCOMFUNCCheck the version of the SAP Qmacros which were used toassemble XCOMSAP.

NAT5365 Document-type is invalid for the SAP/table used.

Document-type is invalid for the SAP/table used.

The value used in the FIND/READ statement for thedocument-type (DDM field "BLTYP") is invalid for thisSAP/View.

A list of document-types and the associated logical filesis provided in the documentation.

The document-type is optional, and can be left out.NATURAL/SAP Communication supplies the document-type whenit is not otherwise specified.

Check the value of the document-type, and where possibleavoid using it.

NAT5366 SAP/document files do not have the same database-ID.

Page 607: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 607/781Bearbeitet von: Schäfer DV Consulting

SAP/document files do not have the same database ID.

The SAP/Document files have different database IDsin the SAP/description Table (XCOMSAP).

NATURAL/SAP requires that the SAP/Files:

ABMI - Master Index File ABIB - Secondary Index File ABEZ - Document Container File

all have the same database ID.

Check the SAP/Description Table for correctness.

NAT5367 Queuing error: WADS or workarea address not found.

Queuing error: WADS or workarea address not found.

An internal error has occurred.

Contact Software AG Customer Support for further assistance.

NAT5368 FB/SB work buffer overflow (:1:/RECAREA).

FB/SB work buffer overflow (:1:/RECAREA).

An internal error has occurred.

Contact SOFTWARE AG Customer Support for further assistance.

NAT5369 GETMAIN storage error - :1:/:2: (RC=:3:)

Page 608: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 608/781Bearbeitet von: Schäfer DV Consulting

GETMAIN storage failure.

A non-zero response code was received by NATURAL/SAPCommunication when attempting to perform a GETMAIN.

This error can only occur when the resources are exhausted.

The most common reason for this problem is that the region sizeis too small for the number of users that are concurrentlyactive.

Check the region size.Contact SOFTWARE AG Customer Support for further assistance.

NAT5370 FREEMAIN storage error - :1:/:2: (RC=:3:)

FREEMAIN storage error.

A non-zero response code was received by NATURAL/SAPCommunication while attempting to perform a "FREEMAIN".

This situation should not occur.

Repeated occurrence of this error could lead to a depletionof resources and a "GETMAIN" error.

Contact SOFTWARE AG Customer Support for assistance.

NAT5371 Invalid value in Master-Index - :1:.

Page 609: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 609/781Bearbeitet von: Schäfer DV Consulting

Invalid value in Master-Index.

A sub-field of the Master-Index used to access theSAP/Document File contains an invalid value.

The range of values for each of the sub-fields is listed below:

Sub-Field Field Name Range of Values---------------- ------------- ------------------------Client Number MANDANT 00 thru 99Company Code BUKRS Greater than '00'Document Number BLNR Greater than '00000000'

Check value of Master-Index used in FIND/READ Statement.

NAT5372 Internal error: Search/Value buffer analysis (RC=:1:)

Insufficient workarea or invalid numeric value in Value Buffer

An internal error occurred when performing the Search/ValueBuffer Analysis.

This error can occur when insufficient workarea is availableor an invalid numeric value is encountered in the Value Buffer.

Consult SOFTWARE AG Customer Support for further assistance.

NAT5373 Wildcards and multiple SVB entries are not supported.

Wildcards or multiple field entries in the Search/Value bufferhave been encountered.

The use of wildcards '*' or multiple field entries are notsupported by NATURAL/SAP Communication.

Check and correct the search criterion used in the FIND statemen

NAT5374 Invalid OFFSET-Field used in search criterion or overlap.

Page 610: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 610/781Bearbeitet von: Schäfer DV Consulting

Either an OFFSET-Field which is not a descriptor has beenused a part of the search criterion or one OFFSET-Fieldoverlaps another.The main data key of the Secondary Index is often redefined.and thus provides the user with multiple keys with which thedata can be accessed.

This error occurs when an invalid search criterion has beenused; i.e. parts of different keys have been combined in onelogical search criterion.

The Search Buffer analysis determines such errors from thefact that these OFFSET-Fields overlap.

Check and correct the the search criterion.Consult the SAP/System description for further assistance.

NAT5375 Invalid DB-Field used as descriptor.

A field has been used, which is either unknown to the file proceor the field is not inverted.

Fields which are not a descriptor can not be used in a search cr

Furthermore, some of the fields in the DDM are file-access depenFor example the field group "MASTER-INDEX" and all fields withinthis group can only be used when accessing the SAP/Document file

Use of these fields in a search criterion while accessing theSecondary-Index (ABIB) will result in such an error.

Check and correct search criterion.Consult the NATSAP Programming Considerations for further assist

NAT5376 Mandatory field missing.

Page 611: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 611/781Bearbeitet von: Schäfer DV Consulting

A field that is mandatory is missing,most often - CLIENT NUMBER (MANDT).

The usage of some fields in the search criterionis mandatory - required.

This is the case for the field - CLIENT NUMBER (MANDT)

The section "Programming Considerations" of the NATURAL/SAPCommunication manual explains this in more detail.

Check and correct the search criterion.Consult the "Programming Considerations" for further assistance.

NAT5377 'Single Value' field used with multiple values.

A 'single value' field may not be used with multiple values ora range of values.

Some fields may not be used in the search criterion withmultiple values or a range of values. They may only be assigneda 'Single' Value, and, for example, may not be used in theNATURAL THRU-Clause.

Some examples of such fields area: - CLIENT NUMBER - DOCUMENT TYPE

Single value fields are explained in the "Programming Consideratin greater detail.

Check and correct search criterion.Consult the "Programming Considerations" for further detail.

NAT5378 A composite-key field has been misused.

Page 612: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 612/781Bearbeitet von: Schäfer DV Consulting

A composite-key field ("BMI" or "BSI") has been misused.

There are two composite keys in every DDM - "BMI" and "BSI".

These fields are used as part of the search criterionor are returned for use in the following FIND/READ loops.

The fields when used are to be used alone, and cannot be combinewith other key-fields.

These composite fields are file-oriented.- "BMI" can only be used when accessing the document file (ABEZ)- "BSI" can only be used when accessing the secondary index (ABI

The current MASTER-Index value for the record being accessedis always returned in "BMI".Check and correct the Search CriterionConsult the "Programming Considerations" for further assistance.

NAT5379 Internal positioning error has occurred (RC=:1:).

Internal positioning error has occurred (RC=...).

An internal error has occurred while attempting to positionwithin a structured document.

ONE OF THE FOLLOWING ERRORS HAS OCCURRED:

RC Description ----- ------------------------------------------------ x'FB' mismatching segment-id's positioning in document x'FD' index error while positioning within XCOMSAP

Consult Software AG Customer Support for further assistance.

NAT5380 Dependent Segment accessed without reading parent segment

Page 613: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 613/781Bearbeitet von: Schäfer DV Consulting

Dependent Segment accessed without having read the parent segmen

The position segments of the documents files AUFK and AUAKare hierarchically structured, e.g. parent/child relationship.

Structured Documents must be accessed in this parent/child order

You cannot access a lower level document segmentwithout having first read the next higher level segment.

Consult the SAP documentation for a description of the file struand correct the nesting of the FIND/READ statements.

NAT5381 Order of accessing segments incorrect.

Order of accessing segments incorrect.

The position segments of the document files AUFK and AUAKare hierachically structured, e.g. parent/child relationship.

Structured Documents must be accessd in this parent/child order.

You cannot access a higher level segment from withina lower level access loop.

The order of access must always be from top to bottom.

Consult the SAP documentation for a description of the file struand correct the nesting of the FIND/READ statments.

NAT5382 Invalid length of field group encountered.

Page 614: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 614/781Bearbeitet von: Schäfer DV Consulting

Invalid length of field group encountered.

While decompressing a document, a field group has been encounterwith an invalid length attribute. The length attribute is eitherzero (0) or greater than 8000.

This type of error can occur when the version of the SAP datadoes not coincide with the version of the QMACROS used forgenerating the NATSAP Description Table (XCOMSAP).

Regenerate XCOMSAP and re-try, shouuld the error persistanalyze the document with SAP utilities.

NAT5399 Recursive entry into error handler.

The error handler has been entered recursively.

This is most likely an internal errorand should be reported to SOFTWARE AG.

Consult SOFTWARE AG Customer Support for further assistance.

NAT5400 Keine Funktion im COMPOSE-Statement angegeben.

No subclause given in COMPOSE statement.

Correct error in program.

NAT5401 Format in MOVING-Klausel muß P/N kleiner/gleich 16 sein.

Format in MOVING clause must be A, or P/N less or equal 16.

The format of operand 1 in COMPOSE MOVING clause must eitherbe alphanumeric, packed, or numeric.

If the operand is of type alphanumeric with length one, thevalue should not be "." (period) or "," (comma).

If the operand is of type packed or numeric, the total numberof digits may not exceed 16.

Correct error in program.

NAT5402 TO VARIABLES bzw. TO DATAAREA fehlt in MOVING-Klausel.

Page 615: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 615/781Bearbeitet von: Schäfer DV Consulting

TO VARIABLES or TO DATAAREA missing in MOVING clause.

Correct error in program.

NAT5403 Über 37 Variablen/Konstanten in MOVING-Klausel angegeben.

More than 37 variables/constants in MOVING clause.

Correct error in program.

NAT5404 Fehler in STATUS-Variable.

Error in STATUS variable.

Correct error in program.

NAT5405 Fehler in linkem Teil der ASSIGNING-Klausel.

Error in left part of ASSIGNING clause in COMPOSE.

Correct error in program.

NAT5406 Fehler in rechtem Teil der ASSIGNING-Klausel.

Error in right part of ASSIGNING clause in COMPOSE.

Correct error in program.

NAT5407 Über 19 Variablenpaare in ASSIGNING-/EXTRACTING-Klausel.

Over 19 variable pairs in ASSIGNING/EXTRACTING clause.

Correct error in program.

NAT5408 Fehler in linkem Teil der EXTRACTING-Klausel.

Error in left part of EXTRACTING clause.

Correct error in program.

NAT5409 Fehler in rechtem Teil der EXTRACTING-Klausel.

Error in right part of EXTRACTING clause.

Correct error in program.

Page 616: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 616/781Bearbeitet von: Schäfer DV Consulting

NAT5411 Ausgabegerät für formatierte Ausgabe nicht angegeben.

No output device for formatted output.

Correct error in program.

NAT5412 OUTPUT CALLING-Variable muß alphanumerisch sein.

OUTPUT CALLING variable must be of alphanumeric format.

Correct error in program.

NAT5413 FORMATTING/OUTPUT-Subklausel hochstens einmal.

Subclause in FORMATTING clause may be specified only once.

All subclauses of the FORMATTING clause may be used in anyorder, but each subclause may be used only once.

Correct error in program.

NAT5414 GIVING-Operand in OUTPUT-Subklausel muß B4 oder B10 sein.

GIVING operand in OUTPUT subclause must be B4 or B10.

The format/length of the operand specified after the keyword GIVin the OUTPUT subclause of a COMPOSE statement must be B4 or B10

See NATURAL Reference Manual for details on the COMPOSE statemen

Correct error in program.

NAT5415 Fehler in Definition der Eingabe-Destination.

Error in definition of input destination.

Correct error in program.

NAT5416 Fehler in Definition der Eingabequelle.

Error in definition of input source.

Correct error in program.

NAT5417 Das Wort 'FROM' fehlt.

Page 617: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 617/781Bearbeitet von: Schäfer DV Consulting

The keyword 'FROM' is missing.

Correct error in program.

NAT5418 Hochstens 9/10 Source-Definitionen in INPUT-Klausel.

Max.number of source definitions in INPUT clause is 9/10.

Correct error in program.

NAT5419 Falsche Druckerzuweisung in ERRORS-/MESSAGES-Subklausel.

Error in printer assignment in ERRORS/MESSAGES subclause.

Correct error in program.

NAT5420 Ungültige Seitenzahl in STARTING-/ENDING-Subklausel.

Invalid page number in STARTING/ENDING subclause.

Correct error in program.

NAT5422 Fehler in PROFILE-Definition.

PROFILE operand must be type A.

Operand length must be greater than one character and less thanor equal to 32 characters.

Correct error in program.

NAT5423 Fehler in STATUS-Definition.

Error in STATUS definition.

Correct error in program.

NAT5424 Die INPUT-Subklausel darf nur einmal angegeben werden.

The INPUT subclause may be specified only once.

Correct error in program.

NAT5425 Eingabefehler bei EXIT- oder CABINET-Parameter.

Page 618: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 618/781Bearbeitet von: Schäfer DV Consulting

Input error in EXIT or CABINET parameter.

Correct error in program.

NAT5426 Die ERRORS-Subklausel darf nur einmal angegeben werden.

The ERRORS subclause may be specified only once.

Correct error in program.

NAT5427 Die MESSAGES-Subklausel darf nur einmal angegeben werden.

The MESSAGES subclause may be specified only once.

Correct error in program.

NAT5428 Die STARTING-Subklausel darf nur einmal angegeben werden.

The STARTING subclause may be specified only once.

Correct error in program.

NAT5429 Die ENDING-Subklausel darf nur einmal angegeben werden.

The ENDING subclause may be specified only once.

Correct error in program.

NAT5430 Die PROFILE-Subklausel darf nur einmal angegeben werden.

The PROFILE subclause may be specified only once.

Correct error in program.

NAT5431 Die STATUS-Subklausel darf nur einmal angegeben werden.

The STATUS subclause may be specified only once.

Correct error in program.

NAT5432 PASSW-Operand muß Format/Länge A8 haben.

PASSW operand must be of type A, less than or equal 8 char.

Correct error in program.

NAT5433 CONTROL-Variablen müssen Format/Länge A1 haben.

Page 619: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 619/781Bearbeitet von: Schäfer DV Consulting

CONTROL variables must be of format/length A1.

The two variables specified after the keyword CONTROL in theOUTPUT subclause of a COMPOSE statement must be of format A1.

Correct error in program.

NAT5434 Nach OUTPUT TO VARIABLES maximal 20 Variablen erlaubt.

Maximum number of variables in OUTPUT TO VARIABLES is 20.

In the OUTPUT TO VARIABLES subclause of a COMPOSE statement, youmust not specify more than 20 variables.

Correct error in program.

NAT5435 Fehler in Empfängervariable in FORMATTING OUTPUT-Klausel.

Receiving variable in OUTPUT subclause must be type A.

It is not recommended to use A1 variables.

Correct error in program.

NAT5436 Operand nach MOVING OUTPUT muß Format A haben.

MOVING OUTPUT operand must be of format A.

The operand specified after MOVING OUTPUT in a COMPOSE statementmust be of format A.

Correct error in program.

NAT6000 Fehlertext '6nnn' nicht verfuegbar

Error text not available.

NAT6001 NSD model has no domain reference.

NSD model has no domain reference.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 620: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 620/781Bearbeitet von: Schäfer DV Consulting

NAT6002 Input is an unqualified non existing ERE for multiple domain.

Input is an unqualified non existing ERE for multiple domain.

This error should only occur in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6003 'OR' expected in domain/value specification.

'OR' expected in domain/value specification.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6004 Illegal input: model is singular.

Illegal input: model is singular.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6005 Missing built-in ID.

Missing built-in ID.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6006 Illegal input after ',' in dom/value spec.

Illegal input after ',' in dom/value spec.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 621: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 621/781Bearbeitet von: Schäfer DV Consulting

NAT6007 'DDE' is not allowed here as domain specification.

'DDE' is not allowed here as domain specification.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6008 AX-node expected.

AX-node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6009 Unexpected end of text in Search Buffer.

Unexpected end of text in Search Buffer.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6011 Attribute sublist of model not found.

Attribute sublist of model not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6012 User or DLOGON library not found.

Page 622: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 622/781Bearbeitet von: Schäfer DV Consulting

User or DLOGON library not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6013 Illegal format specified for descriptive attribute.

Illegal format specified for descriptive attribute.

For each descriptive attribute only specific formats are allowedThis error may occur in the case of an erroneous definition ofdescriptive attributes or if an illegal format has beenspecified in the format buffer for a direct call.

Contact your ENTIRE DB administrator.

NAT6014 Bad response code from built-in (ext) routine.

Bad response code from built-in (ext) routine.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6015 New occurrence stored is not in buffer.

New occurrence stored is not in buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6016 Not even 1 page obtained (contradiction).

Page 623: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 623/781Bearbeitet von: Schäfer DV Consulting

Not even 1 page obtained (contradiction).

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6017 Page ISN not in core when bit says it should be.

Page ISN not in core when bit says it should.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6018 AX-node for relation group has not been found.

AX-node for relation group has not been found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6019 Tried to delete DLOGON library or user.

Tried to delete DLOGON library or user.

It is not allowed to delete the current DLOGON libraryor user.

DLOGON for GLOBAL-LIBRARY or another user. Retry to deletelibrary or user.

NAT6021 Missing component sublist.

Page 624: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 624/781Bearbeitet von: Schäfer DV Consulting

Missing component sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6022 Occurrence has no reference for PENDING CHANGE RECORDS.

Occurrence has no reference for PENDING CHANGE RECORDS.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6023 Reference to non-existing ERE found in a DV node (EXPORT).

Reference to non-existing ERE found in a DV node (EXPORT).

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6024 Number of nodes on top level sublist = 0.

Number of nodes on top level sublist = 0.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6025 More than 1 sublist attached.

Page 625: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 625/781Bearbeitet von: Schäfer DV Consulting

More than 1 sublist attached.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6026 'RECURSIVELY' not allowed in attribute-list.

'RECURSIVELY' not allowed in attribute-list.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6027 Illegal connector in attr/comp sublist (not 'OR' OR ',').

Illegal connector in attr/comp sublist (not 'OR' OR ',').

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6028 Only one attribute allowed to be specified for occurrence.

Only one attribute allowed to be specified for occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6029 Illegal input in DELETE clause of UPDATE command.

Illegal input in DELETE clause of UPDATE command.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 626: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 626/781Bearbeitet von: Schäfer DV Consulting

NAT6030 Attrribute options not allowed in domain/value spec.

Attribute options not allowed in domain/value spec.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6031 Domain element is not a valid ERE name.

Domain element is not a valid ERE name.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6033 Category qualification is illegal for a category.

Category qualification is illegal for a category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6034 Non existing ERE entered as category qualification.

Non existing ERE entered as category qualification.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6035 Illegal category qualification.

Illegal category qualification.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 627: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 627/781Bearbeitet von: Schäfer DV Consulting

NAT6036 Internal error: reference to modify not found.

Internal error: reference to modify not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6037 Attempt to delete category, but occurrences involved.

Category delete rejected, because occurrences involved.

A category delete is rejected, because of one of the following:1) The category to be deleted is an ER-category for which occurrences exist.2) An ER-category for which non dummy occurrences exist becomes invalid, for example because it has the category to be deleted as attribute.For more details see ENTIRE DB Reference Manual.

Delete the occurrences involved before deleting the category.

NAT6038 Category update rejected, because occurrences are involved.

Category update was rejected, because occurrences are involved.

Category updates are rejected, if:1) An entity category becomes invalid for non dummy occurrences, for example, because you add a non existing attribute to an entity category or a group category.2) The category update requires that occurrences would have to be adapted, for example, if an attribute is deleted (exceptio non inverted descriptive attributes may always be deleted).For more details see ENTIRE DB Reference Manual.

1) Define attribute categories before using them as attributes.2) Delete the occurrences involved before updating the categorie

NAT6040 Missing sublist.

Page 628: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 628/781Bearbeitet von: Schäfer DV Consulting

Missing sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6041 Missing attribute sublist in model.

Missing attribute sublist in model.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6042 Relation elements cannot be updated (only stored).

Relation elements of a relationship cannot be updated.

The relation elements are defined when the relationshipis stored, and it is not allowed to update them.

Delete relationship and store new relationship.

NAT6043 Tried to change primary name of occ. of 'STORE NAMES' category.

Page 629: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 629/781Bearbeitet von: Schäfer DV Consulting

Tried to change primary name of an occurrence of an entitycategory defined with the 'STORE NAMES' option.

It is not allowed to change the primary name of anoccurrence of an entity category defined with the 'STORENAMES' option, because this option causes the primary nameof a referenced occurrence to be stored in the referencingERE to optimize the access to the linkage attributes,and, therefore, all EREs referencing the referenced EREwould have to be updated.

Delete entity and store new entity with the new name orcontact your ENTIRE DB administrator to reorganizeyour ENTIRE DB database.

NAT6044 Illegal 'DELETE' body.

Illegal 'DELETE' body.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6045 Updated higher level cat. becomes invalid: Subcategories.

Updated higher level cat. becomes invalid: Subcategories.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6046 Attr/Comp/Domain element to add already exists in category.

Attr/Comp/Domain element to add already exists in category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6047 Illegal modification type.

Page 630: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 630/781Bearbeitet von: Schäfer DV Consulting

Illegal modification type.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6049 Not implemented: Subcat for multiple version category.

Not implemented: Subcat for multiple version category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6051 'MULTIPLE VERSIONS', 'LIBRARY INDEPENDENT': Mutually exc.

'MULTIPLE VERSIONS', 'LIBRARY INDEPENDENT': Mutually exc.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6052 'MULTIPLE VERSIONS' only allowed for entity cat. and rel.

'MULTIPLE VERSIONS' only allowed for entity cat. and rel.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6053 Attempt to delete the only domain element of a domain cat.

Attempt to delete the only domain element of a domain cat.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6054 Conflicting null suppression options.

Page 631: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 631/781Bearbeitet von: Schäfer DV Consulting

Conflicting null suppression options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6056 Invalid category table.

Invalid category table.

EXPORT/IMPORT requires a valid category table.

Rerun the export/import jobs with a NATURAL system containing thcategory table.

NAT6057 Conflicting 'UNLOAD' options.

Conflicting 'UNLOAD' options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6058 Premature end of workfile found when importing.

Premature end of workfile found when importing.

Either a workfile is being used which has been generated by anexport program that did not end properly, or the import programhas read records using READ WORKFILE, which should have beenread by an IMPORT statement, or an IMPORT has been executed, evethough END OF WORKFILE has already been reached.

Check workfile and export/import programs. Rerun export job orcorrect error in export or import programs.

NAT6059 Category 'LIBRARY' is not defined in new dict.

Page 632: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 632/781Bearbeitet von: Schäfer DV Consulting

Category 'LIBRARY' is not defined in new dict.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6060 Unexpected record type found in workfile.

Unexpected record type found in workfile.

A record which would have had to be read with READWORKFILE was not read.

Check program and correct error.

NAT6061 END OF FILE encountered when reading WF-HEADER.

END OF FILE encountered when reading WF-HEADER.

Either a workfile is being used which has been generated by anexport program that did not end properly, or the import programhas read records using READ WORKFILE, which should have beenread by an IMPORT statement, or an IMPORT has been executed, evethough END OF WORKFILE has already been reached.

Check workfile and export/import programs. Rerun export job orcorrect error in export or import programs.

NAT6062 'ATTRIBUTES' not allowed in attribute-list.

'ATTRIBUTES' not allowed in attribute-list.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6063 Category sublist encountered for a group attr.

Page 633: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 633/781Bearbeitet von: Schäfer DV Consulting

Category sublist encountered for a group attr.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6064 ERE entered is not a sub-category to the attribute.

ERE entered is not a sub-category to the attribute.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6065 Importing references to categories not implemented.

Importing references to categories not implemented.

An ERE to be imported references a category.Such references cannot be loaded at this time.

Define attributes which reference categories with 'NO LOAD/UNLOAoption or write an export/import programs without using the EXPOand IMPORT statements.

NAT6066 Contradiction: Domain ISN exists, but no ERE ISN.

Contradiction: Domain ISN exists, but no ERE ISN.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6067 Bad names entry found in names record.

Page 634: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 634/781Bearbeitet von: Schäfer DV Consulting

Bad names entry found in names record.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6068 Contradiction: 'Old' ERE exists but not category.

Contradiction: 'Old' ERE exists but not category.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6069 Occurrence 'taken over' doesn't exist.

Occurrence 'taken over' doesn't exist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6070 Missing category qualifier for non existing ERE.

Missing category qualifier for non existing ERE.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6071 Illegal relation element.

Page 635: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 635/781Bearbeitet von: Schäfer DV Consulting

Illegal relation element.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6072 Sublist specification for non existing ERE.

Sublist specification for non existing ERE.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6073 Sublist entered for domain does not match model.

Sublist entered for domain does not match model.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6074 Illegal node encountered in model domain Sublist.

Illegal node encountered in model domain Sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6075 Missing parent anchor in top level Sublist stack entry.

Page 636: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 636/781Bearbeitet von: Schäfer DV Consulting

Missing parent anchor in top level Sublist stack entry.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6076 Only references to occurrences are allowed.

Only references to occurrences are allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6077 Sublist stack overflow.

Sublist stack overflow.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6078 Unexpected node.

Unexpected node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6079 Category contains extension record.

Page 637: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 637/781Bearbeitet von: Schäfer DV Consulting

Category contains extension record.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6080 Extension record to be deleted locked.

Extension record to be deleted locked.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6081 AD node expected.

AD node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6082 Attempted to set primary name to blank.

Attempted to set primary name to blank.

Each entity must have a primary name which is not blank.

Check program and correct error.

NAT6083 Missing AMONG clause for relation.

Page 638: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 638/781Bearbeitet von: Schäfer DV Consulting

Missing AMONG clause for relation.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6084 ISN specified for a linkage attribute is not ISN of an ERE.

In a STORE/UPDATE statement an ISN has been specified for alinkage attribute, but an ERE with this ISN does not exist.

Either an invalid number has been used, or the ERE to bereferenced has been deleted.

Check whether ERE to be referenced is still existing. If yes,check program and correct error.

NAT6085 No name/relation-element specified for ERE to be stored.

No name/relation-element specified for ERE to be stored.

Each entity must have a primary name and each relationship musthave at least one relation element.

Check program and correct error.

NAT6086 ISN spec. for linkage attribute is ISN of a version record.

ISN spec. for linkage attribute is ISN of a version record.

In a STORE/UPDATE statement, the ISN specified for a linkageattribute is the ISN of a version record. Probably *ISN of a'FIND VERSIONS' statement has been specified.

Check program and correct error.

NAT6087 Directory name hasn't been found when it should have been.

Page 639: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 639/781Bearbeitet von: Schäfer DV Consulting

Directory name hasn't been found when it should have been.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6088 ISN of ERE to be processed is version ISN.

ISN of ERE to be processed is version ISN.

Probably the statement where the error occured is containedin a FIND VERSIONS loop. The statement is only allowed forthe current version of an ERE.

Check program and correct error.

NAT6089 User written built-in routine has not been linked.

User written built-in routine has not been linked.

A user-defined built-in routine has been used. Thisbuilt-in routine has not been linked to NATURAL.

Contact your ENTIRE DB administrator.

NAT6090 Duplicate names error.

Duplicate names error.

Names must be unique within a library cluster for an entitycategory. For a relationship category, the combination ofrelation elements must be unique within a library cluster.

If you tried to store a new ERE: update the existing one.If you tried to rename an ERE, choose a unique name.

NAT6092 Illegal attribute ISN specified for stuffing.

Page 640: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 640/781Bearbeitet von: Schäfer DV Consulting

Illegal attribute ISN specified for stuffing.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6094 Work area overflow.

Work area overflow.

Overflow of internal work area in ENTIRE DB nucleus occurred.

Contact Software AG ENTIRE DB maintenance staff.

NAT6095 Overflow of work area for command ID management.

Overflow of work area for command ID management.

There are too many active sets.

Release sets no longer needed. Retry.

NAT6096 Illegal continuation after 'ERE'.

Illegal continuation after 'ERE'.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6097 NSD DV-node expected.

NSD DV-node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

Page 641: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 641/781Bearbeitet von: Schäfer DV Consulting

NAT6098 Report number expected: number between 0 and 32.

Report number expected: number between 0 and 32.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6099 Need to change code in routine because MAX#RELS 10.

Need to change code in routine because MAX#RELS 10.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6100 Duplicate names check when deleting a version.

Duplicate names check when deleting a version.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6102 Attempt to store library dependent occ. in GLOBAL-LIB.

Attempted to store library-dependent occurrence in GLOBAL-LIBRAR

It is not possible to store library-dependent occurrences in theGLOBAL-LIBRARY. A DLOGON statement may be missing.

Check program and correct error.

NAT6103 Attempt to TRANSFER a not validated version of an ERE.

Page 642: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 642/781Bearbeitet von: Schäfer DV Consulting

Attempted to TRANSFER a not validated version of an ERE.

It is not validated, if there are mandatory attributes thathave no values. In this case, TRANSFER is not allowed.

Update entity to be transferred so that it is validatedand retry.

NAT6104 Error when requesting/freeing memory.

Error when requesting memory.

'IMPORT', 'EXPORT', and CATTAB generation each require additionamemory. This memory was not available.

Enlarge region size.

NAT6105 Extension record reference in model.

Extension record reference in model.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6106 Workfile has not been allocated.

Workfile has not been allocated.

IMPORT and EXPORT require Workfile 1.

Check and correct JCL and rerun job.

NAT6107 Security code in internal format is too long.

Page 643: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 643/781Bearbeitet von: Schäfer DV Consulting

Security code in internal format is too long.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6108 Category for UPDATE/STORE not validated.

Category for UPDATE/STORE not validated.

The category is not validated, unless all definitions requiredfor the attributes of this category are made.

Contact your ENTIRE DB administrator.

NAT6109 I/O error during workfile access.

I/O error during workfile access for EXPORT/IMPORT.

The physical damage of the file is a possible reason.

Contact your ENTIRE DB administrator.

NAT6111 Domain sublist in domain sublist.

Domain sublist in domain sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6113 No ')' or continuation of display-list.

Page 644: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 644/781Bearbeitet von: Schäfer DV Consulting

No ')' or continuation of display-list.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6117 Universal linkage attribute in domain sublist.

Universal linkage attribute in domain sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6118 Category is not validated.

Category is not validated.

Response code of LF command for a category that is not validatedThe category is not validated, unless all definitions requiredfor the attributes of this category are made.

Make the missing definitions.

NAT6119 Unmatching category and ERE references.

Unmatching category and ERE references.

In a STORE/UPDATE statement, either the category reference of alinkage attribute exists but no ERE reference, or the indices focategory and ERE reference do not match.

Check program and correct error.

NAT6120 No reference, value or subtree in CAT-REF.

Page 645: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 645/781Bearbeitet von: Schäfer DV Consulting

No reference, value or subtree in CAT-REF.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6122 Record to be deleted is locked.

Record to be deleted is locked.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6123 Category specified for linkage attribute does not exist.

Category specified for linkage attribute does not exist.

In STORE/UPDATE statements, the category specified for a linkageattribute does not exist.

Check program and correct error.

NAT6124 Category specified for linkage attribute is not allowed.

Category specified for linkage attribute does not exist.

Category specified for a linkage attribute does not matchthose categories defined as domain for the linkage attribute.

Check program and correct error.

NAT6125 No domain reference in AD node in attr.

Page 646: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 646/781Bearbeitet von: Schäfer DV Consulting

No domain reference in AD node in attr.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6126 DV- or AD-node expected.

DV- or AD-node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6127 Domain is not defined.

Domain is not defined.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6128 No reference to new model category.

No reference to new model category.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6129 Restrictions not allowed (model has not been validated).

Page 647: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 647/781Bearbeitet von: Schäfer DV Consulting

Restrictions not allowed (model has not been validated).

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6130 Version has no library node.

Version has no library node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6131 Expected node not found.

Expected node not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6132 RESTORE not allowed in Top-Level-Library.

RESTORE not allowed in Top-Level-Library.

Probably, DLOGON for the correct library is missing.

Check program and correct error.

NAT6133 ERE could not be validated.

Page 648: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 648/781Bearbeitet von: Schäfer DV Consulting

ERE could not be validated.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6134 No category specified for universal attribute.

No category specified for universal linkage attribute.

For universal linkage attributes, references to EREs ofall entity categories are allowed. If only the name of theEREs is specified, ENTIRE DB cannot decide to whichcategory the referenced ERE belongs.

Check program and correct error.

NAT6135 Missing CHANGED-BY node.

Missing CHANGED-BY node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6136 'REFERENCED' or 'REFERENCING' without 'RECURSIVELY' expe.

'REFERENCED' or 'REFERENCING' without 'RECURSIVELY' expe.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6137 'VERSIONS' not allowed here, will not be processed.

Page 649: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 649/781Bearbeitet von: Schäfer DV Consulting

'VERSIONS' not allowed here, will not be processed.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6138 Syntax-unit is not number or ')'.

Syntax-unit is not number or ')'.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6139 Syntax-unit is name or ISN of a group attribute.

Syntax unit in Search Buffer is name or ISN of a group attribute

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6140 Too many relation elements entered for relation.

Too many relation elements entered for relation.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6141 Missing component sublist in category RELATION-ELEMENTS.

Page 650: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 650/781Bearbeitet von: Schäfer DV Consulting

Missing component sublist in category RELATION-ELEMENTS.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6142 Illegal node in component sublist of cat RELATION-ELEMENTS.

Illegal node in component sublist of cat RELATION-ELEMENTS.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6143 Attribute input for relation did not match.

Attribute input for relation did not match.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6144 Not enough room left for creation of perm ERE.

Not enough room left for creation of perm ERE.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6145 Illegal number of sublists in temporary AD-node.

Page 651: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 651/781Bearbeitet von: Schäfer DV Consulting

Illegal number of sublists in temporary AD-node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6146 Category sublist expected in model but not found.

Category sublist expected in model but not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6147 Domain sublist expected in model but not found.

Domain sublist expected in model but not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6148 Incompatible offsets (model and temporary node).

Incompatible offsets (model and temporary node).

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6149 Premature end of sublist in model.

Page 652: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 652/781Bearbeitet von: Schäfer DV Consulting

Premature end of sublist in model.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6150 Neither name nor ISN present in DDN-reference.

Neither name nor ISN present in DDN-reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6151 Illegal or missing model sublist.

Illegal or missing model sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6152 Illegal first node in model sublist (not = GLAT).

Illegal first node in model sublist (not = GLAT).

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6153 AS-command: command option 2 must be '1'.

Page 653: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 653/781Bearbeitet von: Schäfer DV Consulting

AS-command: command option 2 must be '1'.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6154 Missing category qualification for non unique occurrence.

Missing category qualification for non unique occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6155 Category entered as domain reference in occurrence.

Category entered as domain reference in occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6156 Illegal input after 'BY' in UPDATE command.

Illegal input after 'BY' in UPDATE command.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6157 Internal CID has not been released at end of command.

Internal CID has not been released at end of command.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

Page 654: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 654/781Bearbeitet von: Schäfer DV Consulting

NAT6158 Data record to be written is not primary, extn. or directory.

Data record to be written is not primary, extn. or directory.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6159 Attr/Comp/Dom not part of category to be updated.

Attr/Comp/Dom not part of category to be updated.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6160 More than one ERE with same name/category found.

More than one ERE with same name/category found.

This situation normally should not occur. Under certaincircumstances, it is possible that in some rare cases ofparallel update more than one ERE is defined with equalname and category.

Contact your ENTIRE DB administrator to rename one ofthe EREs.

NAT6161 Free format update only implemented for categories.

Free format update only implemented for categories.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6162 Invalid syntax of UPDATE command.

Page 655: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 655/781Bearbeitet von: Schäfer DV Consulting

Invalid syntax of UPDATE command.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6163 Not enough room left in work area.

Not enough room left in work area.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6164 Syntax-unit is not ')', 'DDE' or entity category.

Syntax-unit is not ')', 'DDE' or entity category.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6165 'RECURSIVELY', 'REFERENCED' not allowed after 'FIND VRS'.

'RECURSIVELY' and 'REFERENCED' are not allowed after 'FINDVERSIONS'.

The 'FIND RECURSIVELY' and 'FIND REFERENCED' statements searchfor EREs, but not for a special version of EREs.

Check program and correct error.

NAT6166 Category reference in occurrence must be a value.

Page 656: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 656/781Bearbeitet von: Schäfer DV Consulting

Category reference in occurrence must be a value.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6167 Missing model node while generating category ref.

Missing model node while generating category ref.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6168 Cat update only allowed for top-level categories.

Cat update only allowed for top-level categories.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6169 A set retained in 'FIND VERSIONS' only allowed after 'FIND VRS'.

A set retained in 'FIND VERSIONS' only allowed after 'FINDVERSIONS'.

The set used in a FIND statement was retained in a 'FINDVERSIONS' statement. This set may only be used after'FIND VERSIONS'.

Check program and correct error.

NAT6170 Missing attribute sublist in basic category.

Page 657: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 657/781Bearbeitet von: Schäfer DV Consulting

Missing attribute sublist in basic category.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6171 Retained set contains occurrences of other category.

Retained set contains occurrences of other category.

Set contains occurrences of other categories than indicatedin the FIND statement.

Check program and correct error.

NAT6173 Buffer overflow: No RHD available.

Buffer overflow: No RHD available.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6174 Buffer overflow: no directory overflow bucket available.

Buffer overflow: no directory overflow bucket available.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6175 Buffer overflow: no buffer slot available.

Page 658: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 658/781Bearbeitet von: Schäfer DV Consulting

Buffer overflow: no buffer slot available.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6176 Missing global sublist.

Missing global sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6177 Bad names node.

Bad names node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6178 Category to be updated is not a domain category.

Category to be updated is not a domain category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6179 Category to be updated is not an entity category.

Page 659: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 659/781Bearbeitet von: Schäfer DV Consulting

Category to be updated is not an entity category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6180 Category to be updated is not a group category.

Category to be updated is not a group category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6181 Illegal input after 'ADD'.

Illegal input after 'ADD'.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6182 DEFINE/UPDATE category only after DLOGON for GLOBAL-LIBRARY.

DEFINE/UPDATE category only after DLOGON for GLOBAL-LIBRARY.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6183 Bad history node.

Bad history node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

Page 660: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 660/781Bearbeitet von: Schäfer DV Consulting

NAT6184 Bad library node.

Bad library node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6185 Number of allocated slots

Number of allocated slots The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6186 Length of allocated work area

Length of allocated work area The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6187 Security violation.

Security violation.

The ENTIRE DB user has no authorization for the desiredaction.

Contact your ENTIRE DB administrator.

NAT6188 Group attributes without components.

Page 661: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 661/781Bearbeitet von: Schäfer DV Consulting

Group attributes without components.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6189 Syntax-unit is not number.

Syntax-unit is not number.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6190 Node in attr/comp Sublist of category has no attr-reference.

Node in attr/comp Sublist of category has no attr-reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6191 No user specified in DLOGON statement.

No user specified in DLOGON statement.

A blank is specified as user name or no ENTIRE DB userexists with the specified name.

Retry DLOGON statement with correct user name.

NAT6192 User is not authorized to DLOGON for this library.

Page 662: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 662/781Bearbeitet von: Schäfer DV Consulting

User is not authorized to DLOGON for this library.

Specified user is not authorized to DLOGON for this library.

Contact your ENTIRE DB administrator.

NAT6193 Invalid password in DLOGON statement.

Invalid password in DLOGON statement.

Either the DLOGON user has a password and no password wasspecified, or the password specified was invalid.

Retry DLOGON statement with correct password.

NAT6194 Component category not found.

Component category not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6195 Missing component sublist in model.

Missing component sublist in model.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6196 DV- or SKIP-node expected.

Page 663: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 663/781Bearbeitet von: Schäfer DV Consulting

DV- or SKIP-node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6197 Invalid library password.

Invalid library password

In a DLOGON statement (syntax 2) the password of the library wasmissing or incorrect.

Repeat DLOGON with correct library password.

NAT6198 Specified library name is not name of a library.

Specified library name is not name of a library.

Specified library name in DLOGON statement is not nameof a library.

Retry DLOGON with correct library name.

NAT6199 No default library. Library must be specif. in DLOGON statement.

No default library. Library must be specifiedin DLOGON statement

DLOGON user has no default library. Library must be specifiedin DLOGON statement.

Retry DLOGON statement with correct library name.

NAT6200 Category LIBRARY has no attribute sublist.

Page 664: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 664/781Bearbeitet von: Schäfer DV Consulting

Category LIBRARY has no attribute sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6202 Neither value nor ISN in DV-node.

Neither value nor ISN in DV-node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6203 Periodic group found within periodic group (model).

Periodic group found within periodic group (model).

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6204 Missing primary name.

Missing primary name.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6205 Missing, illegal or non-existing category name.

Page 665: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 665/781Bearbeitet von: Schäfer DV Consulting

Missing, illegal or non-existing category name.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6206 ERE already exists.

ERE already exists.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6207 Illegal define body.

Illegal define body.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6208 Higher level category does not exist.

Higher level category does not exist.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6209 ERE entered as higher level category is an occurrence.

ERE entered as higher level category is an occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6210 ERE entered as higher level category is not validated.

Page 666: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 666/781Bearbeitet von: Schäfer DV Consulting

ERE entered as higher level category is not validated.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6211 ERE entered as higher level category is locked.

ERE entered as higher level category is locked.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6212 Superfluous input.

Superfluous input.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6213 Invalid input for non multiple model attr.

Invalid input for non multiple model attr.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6217 Unmatched parenthesis.

Unmatched parenthesis.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6218 Missing category DDN reference in model node.

Page 667: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 667/781Bearbeitet von: Schäfer DV Consulting

Missing category DDN reference in model node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6220 Unexpected syntax unit found ('OR', ',' OR '.' expected).

Unexpected syntax unit found ('OR', ',' OR '.' expected).

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6221 Missing domain specification for domain category.

Missing domain specification for domain category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6222 Input for domain category did not match model.

Input for domain category did not match model.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6223 Superfluous input for domain category.

Superfluous input for domain category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 668: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 668/781Bearbeitet von: Schäfer DV Consulting

NAT6224 Missing attr. spec. for entity category.

Missing attr. spec. for entity category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6225 Missing component specification for group attr. category.

Missing component specification for group attr. category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6226 Input did not match attribute/component Sublist of model.

Input did not match attribute/component Sublist of model.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6227 Return code from reduction routines.

Return code from reduction routines.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6228 Illegal node in root category sublist encountered.

Page 669: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 669/781Bearbeitet von: Schäfer DV Consulting

Illegal node in root category sublist encountered.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6229 Domain did not match after 'ATTR='.

Domain did not match after 'ATTR='.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6230 Category did not match after 'ATTR='.

Category did not match after 'ATTR='.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6231 Illegal input after 'WITH'.

Illegal input after 'WITH'.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6232 Entered attribute sublist did not match model.

Entered attribute sublist did not match model.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 670: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 670/781Bearbeitet von: Schäfer DV Consulting

NAT6233 Entered component sublist did not match model.

Entered component sublist did not match model.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6234 Non existing ERE entered as attr. of subcat or occurrence.

Non existing ERE entered as attr. of subcat or occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6235 Illegal input after attribute.

Illegal input after attribute.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6237 Sublist specification entered for non existing ERE.

Sublist specification entered for non existing ERE.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6238 Domain specification entered for non existing ERE.

Domain specification entered for non existing ERE.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 671: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 671/781Bearbeitet von: Schäfer DV Consulting

NAT6239 'WITH' clause illegally used.

'WITH' clause illegally used.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6240 Attribute options are not allowed for occurrence.

Attribute options are not allowed for occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6241 No value entered for attribute in definition of occurrence.

No value entered for attribute in definition of occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6242 Model attribute could not be read.

Model attribute could not be read.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6243 Illegal input after 'ATTR='.

Page 672: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 672/781Bearbeitet von: Schäfer DV Consulting

Illegal input after 'ATTR='.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6244 Input did not match category specification of model.

Input did not match category specification of model.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6245 Conflicting manual / automatic attribute options.

Conflicting manual / automatic attribute options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6246 Attribute option 'OMIT' used on top-level Sublist.

Attribute option 'OMIT' used on top-level Sublist.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6247 Conflicting mandatory / optional attr options.

Conflicting mandatory / optional attr options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6248 Illegal multiplicity option: model is singular.

Page 673: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 673/781Bearbeitet von: Schäfer DV Consulting

Illegal multiplicity option: model is singular.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6249 Input lower limit

Input lower limit This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6250 Input upper limit > model upper limit.

Input upper limit > model upper limit.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6251 Conflicting duplication attribute options.

Conflicting duplication attribute options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6252 Extension attribute option for singular attribute.

Extension attribute option for singular attribute.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6253 Index attribute option for singular attribute.

Page 674: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 674/781Bearbeitet von: Schäfer DV Consulting

Index attribute option for singular attribute.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6254 Conflicting index attribute options.

Conflicting index attribute options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6255 Conflicting inversion attribute options.

Conflicting inversion attribute options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6256 Duplication option entered for singular attribute.

Duplication option entered for singular attribute.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6257 'OR' and ',' mixed as separators in domain specification.

'OR' and ',' mixed as separators in domain specification.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6258 Missing open parenthesis.

Page 675: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 675/781Bearbeitet von: Schäfer DV Consulting

Missing open parenthesis.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6259 Domain specification started with 'OR': no ',' allowed.

Domain specification started with 'OR': no ',' allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6260 Illegal entry of category: only values allowed.

Illegal entry of category: only values allowed.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6261 Illegal entry of category: only occurrences allowed.

Illegal entry of category: only occurrences allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6262 Duplicate attribute/component/category/domain entered.

Duplicate attribute/component/category/domain entered.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 676: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 676/781Bearbeitet von: Schäfer DV Consulting

NAT6263 Model attribute is automatic.

Model attribute is automatic.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6264 'OMIT' entered for a mandatory attribute.

'OMIT' entered for a mandatory attribute.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6265 Conflicting impacting options.

Conflicting impacting options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6266 Conflicting extension options.

Conflicting extension options.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6267 Model not group attr. category: comp. spec. not allowed.

Model not group attr. category: comp. spec. not allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 677: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 677/781Bearbeitet von: Schäfer DV Consulting

NAT6268 Model not entity category: attr. specification not allowed.

Model not entity category: attr. specification not allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6269 Model not domain category: domain specification not allowed.

Model not domain category: domain specification not allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6270 Built-in ID entered for occurrence.

Built-in ID entered for occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6271 Domain specification entered for occurrence.

Domain specification entered for occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6272 Input for global attributes did not match.

Input for global attributes did not match.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 678: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 678/781Bearbeitet von: Schäfer DV Consulting

NAT6273 Syntax-unit not name or ISN of a category.

Syntax-unit not name or ISN of a category.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6274 Wanted record not found.

Wanted record not found.

In rare cases, it is possible that the database becomesinconsistent in the case of concurrent update.

Contact your ENTIRE DB administrator to delete the ERE withthe invalid reference.

NAT6275 Record type was not expected.

Record type was not expected.

In rare cases, it is possible that the database becomesinconsistent in case of concurrent update.

Contact your ENTIRE DB administrator to delete the ERE withthe invalid reference.

NAT6276 Read with timestamp not implemented.

Read with timestamp not implemented.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

Page 679: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 679/781Bearbeitet von: Schäfer DV Consulting

NAT6277 Premature end of sublist found in model for Global Sublist.

Premature end of sublist found in model for Global Sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6278 Reference to extension record is illegal here.

Reference to extension record is illegal here.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6279 ERE option entered more than once.

ERE option entered more than once.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6280 Missing DDN reference.

Missing DDN reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6281 Alias name entered is not a valid ERE name.

Page 680: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 680/781Bearbeitet von: Schäfer DV Consulting

Alias name entered is not a valid ERE name.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6282 More than 15 alias names entered.

More than 15 alias names entered.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6283 ERE option entered is only valid for top-level category.

ERE option entered is only valid for top-level category.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6284 Missing domain sublist.

Missing domain sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6285 Model is not entity category: occurrence not allowed.

Model is not entity category: occurrence not allowed.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 681: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 681/781Bearbeitet von: Schäfer DV Consulting

NAT6286 Record not in buffer.

Record not in buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6287 Root-node expected.

Root-node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6288 Missing model attr/comp sublist.

Missing model attr/comp sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6289 Occurrence to be processed does not exist.

Occurrence to be processed does not exist.

Probably, the occurrence has been deleted in the meantime ora direct call with an invalid ISN in the control block hasbeen issued.

Check whether ERE to be processed still exists. If yes, checkprogram and correct error.

Page 682: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 682/781Bearbeitet von: Schäfer DV Consulting

NAT6290 Occurrence is locked: UPDATE not allowed.

Occurrence is locked: UPDATE not allowed.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6291 Empty format buffer specified for STORE.

Empty format buffer specified for STORE.

At least the name of an entity or the relation elements ofa relationship must be specified in a STORE statement.

Correct error in program.

NAT6292 Attribute sublist of occurrence not found.

Attribute sublist of occurrence not found.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6293 Attribute could not be processed in a STORE/UPDATE stmt.

Page 683: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 683/781Bearbeitet von: Schäfer DV Consulting

Attribute could not be processed in a STORE/UPDATE stmt.

There are two possible situations which can cause this error:1) An attribute is specified twice in a STORE/UPDATE statement.

In particular, this occurs in connection with linkage attributes, where a linkage attribute has been specified both via its name and via its ISN.

2) An index > 1 has been used for an attribute which is not multiple. This may happen in a direct call or if an invalid DDM is used.

Check program and correct error.

NAT6295 No attribute reference in normal AD node.

No attribute reference in normal AD node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6296 No SLMO in model AD but no components sublist.

No SLMO in model AD but no components sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6297 At end of command a slot is locked.

Page 684: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 684/781Bearbeitet von: Schäfer DV Consulting

At end of command a slot is locked.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6298 At end of command a record is locked.

At end of command a record is locked.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6299 Missing domain reference.

Missing domain reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6300 Maximum number of categories defined.

Maximum number of categories defined.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6301 Category ISN must be

Page 685: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 685/781Bearbeitet von: Schäfer DV Consulting

Category ISN must be This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6302 Missing category reference.

Missing category reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6303 Missing reference in model node.

Missing reference in model node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6304 Missing component Sublist in attribute GLOBAL-ATTRIBUTES.

Missing component Sublist in attribute GLOBAL-ATTRIBUTES.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6305 First attribute in model is not GLOBAL-ATTRIBUTES.

Page 686: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 686/781Bearbeitet von: Schäfer DV Consulting

First attribute in model is not GLOBAL-ATTRIBUTES.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6306 Illegal sublist specification in occurrence.

Illegal sublist specification in occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6308 SLMO bit set but no ISN present in group attribute reference.

SLMO bit set but no ISN present in group attribute reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6309 No component sublist found in group attr. model, but no SLMO.

No component sublist found in group attr. model, but no SLMO.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6310 Loop limit exceeded when looking for comp.subl.

Page 687: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 687/781Bearbeitet von: Schäfer DV Consulting

Loop limit exceeded when looking for comp.subl.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6311 Occurrence has no component AX node where it should have one.

Occurrence has no component AX node where it should have one.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6312 No attribute ISN in model AD node.

No attribute ISN in model AD node.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6313 Bad node found in model for UPDATE/STORE.

Bad node found in model for UPDATE/STORE.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6314 Bad subroutine CALL parameters.

Page 688: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 688/781Bearbeitet von: Schäfer DV Consulting

Bad subroutine CALL parameters.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6315 Multiple attribute specified twice with same index.

Multiple attribute specified twice with same index.

To begin with, this error may occur if the ISN and name ofa linkage attribute are simultaneously specified.In the second place, it is encountered if a variable and aconstant index are simultaneously used and the variable andthe constant indices are equal.

Check program and correct error.

NAT6316 Bad node found in old occurrence.

Bad node found in old occurrence.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6317 Attribute in a periodic group specified twice with same index.

Attribute in a periodic group specified twice with same index.

To begin with, this error may occur if the ISN and name ofa linkage attribute are simultaneously specified.In the second place, it is encountered if a variable and aconstant index are simultaneously used and the variable andthe constant indices are equal.

Check program and correct error.

Page 689: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 689/781Bearbeitet von: Schäfer DV Consulting

NAT6318 UPDATE of automatic attribute not allowed.

Update of automatic attribute not allowed.

If an automatic attribute occurs in an update view, no newvalue may be assigned to the automatic attribute after theFIND/GET statement. If an automatic attribute occurs in aSTORE view, it must have the value 'blank' or '0'.

Check program and correct error.

NAT6319 Subtree attached in cat reference.

Subtree attached in cat reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6320 No ISN in category reference.

No ISN in category reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6321 Built-in check fail.

Built-in check fail.

An invalid value has been assigned to a descriptive attribute,i.e. a non-numeric value for a NUMERIC, or a LINE attributecontains a character Check program and correct error.

NAT6322 Illegal ISN specified for linkage attribute.

Page 690: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 690/781Bearbeitet von: Schäfer DV Consulting

Illegal ISN specified for linkage attribute.

The value specified as ISN of a linkage attribute is notnumeric.

Check program and correct error.

NAT6323 Illegal reference specified for linkage attribute.

Illegal reference specified for linkage attribute.

There are the following possibilities:

1) Only the name of a linkage attribute has been referenced but not the category, even though several categories are possible as domain.

2) A category that is not allowed as domain of the linkage attribute has been specified.

3) An ERE that is not library-independent has been specified as linkage attribute for a library-independent ERE.

4) The specified ISN is not the ISN of an occurrence of a category allowed as domain for the linkage attribute. Check program and correct error.

NAT6324 No ISN in domain-reference.

No ISN in domain-reference.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6326 Domain-reference with subtree but bad anchor.

Page 691: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 691/781Bearbeitet von: Schäfer DV Consulting

Domain-reference with subtree but bad anchor.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6327 Bad node found in domain sublist.

Bad node found in domain sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6328 Illegal node encountered in model attribute/component Sublist.

Illegal node encountered in model attribute/component Sublist.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6329 Illegal node encountered.

Illegal node encountered.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6330 Given category ISN does not exist.

Page 692: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 692/781Bearbeitet von: Schäfer DV Consulting

Given category ISN does not exist.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur, also, if a direct call with anincorrect search value buffer has been performed.

Use the Application clause of the DLOGON statement to prevent acto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6332 Occurrences not allowed to this category.

Occurrences not allowed to this category.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur, also, if a direct call with anincorrect search value buffer has been performed.

Use the Application clause of the DLOGON statement to prevent acto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6333 Tried to DELETE/EXPORT/TRANSFER a category.

Tried to DELETE/EXPORT/TRANSFER a category.

It is not possible to delete/export a category via a DELETEor EXPORT statement. The TRANSFER statement may only beused for occurrences of multiple version categories.

Use the ENTIRE DB Utilities to delete/export a category.

NAT6335 Component sublist entered for occurrence.

Component sublist entered for occurrence.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6336 Bad response code from FREEBUFF.

Page 693: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 693/781Bearbeitet von: Schäfer DV Consulting

Bad response code from FREEBUFF.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6337 More than one level of extension records specified.

More than one level of extension records specified.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6338 C*attribute has no numeric value in a STORE/UPDATE statement.

C*attribute has no numeric value in a STORE/UPDATE statement.

Probably there is a redefinition with another format ofC*attribute.

Check program and correct error.

NAT6340 Not even 1 group fits into extension record.

Not even one group fits into extension record.

Probably a periodic group contains a multiple attribute withtoo many values. A possible solution may be not to define the'extensions allowed' option for the periodic group itself, butto define it for a multiple attribute within the periodic group.

Contact your ENTIRE DB administrator to reorganize theENTIRE DB database.

NAT6341 ERE overflow.

Page 694: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 694/781Bearbeitet von: Schäfer DV Consulting

ERE overflow.

Probably there are too many values for multiple attributes orperiodic groups which have been defined without 'extensionsallowed'.

Contact your ENTIRE DB administrator to define one of themultiple attributes or periodic groups as 'extensions allowed'.

NAT6343 Synchronization failure when reading extension record.

Synchronization failure when reading extension record.

Due to a concurrent UPDATE on an ERE, a synchronization problemmay arise between the timestamps of the old primary record andthe new extension record. As a result, the ENTIRE DB statementbeing processed cannot be terminated correctly. The ERE may beinconsistent until the UPDATE transaction is completed.

Retry later. If the error still occurs after the maximumtransaction time, finish your NATURAL session and contactProduct Support.

NAT6345 C*attribute specified more than once.

C*attribute specified more than once.

This error may occur, if C*attribute is used simultaneously witha variable and a constant periodic group index, and the variableand the constant indices are equal. Apart from that, this errormay occur in a direct call.

Check program and correct error.

NAT6346 Not even one node fits in EXTENSION RECORD.

Not even one node fits in EXTENSION RECORD.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

Page 695: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 695/781Bearbeitet von: Schäfer DV Consulting

NAT6347 Requested format conversion is not implemented.

Requested format conversion is not implemented.

For each descriptive attribute only specific formats are allowedThis error may occur in case of an erroneous definition ofdescriptive attributes or if an illegal format has beenspecified in the format buffer for a direct call.

Contact your ENTIRE DB administrator.

NAT6348 DV-node expected.

DV-node expected.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6349 Directory belongs to other top level library.

Directory belongs to other top level library.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6351 Format buffer element is group attribute. (Not implemented).

Page 696: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 696/781Bearbeitet von: Schäfer DV Consulting

Format buffer element is group attribute. (Not implemented).

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6352 Attribute not defined.

Attribute not defined.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6353 Category not defined.

Category not defined.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6354 Error in format buffer.

Error in format buffer.

An error in the format buffer was detected for a direct call.

Check program and correct error.

NAT6355 Record buffer overflow.

Page 697: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 697/781Bearbeitet von: Schäfer DV Consulting

Record buffer overflow.

The record buffer length specified in the control block fora direct call is less than the length resulting from theformat buffer.

Check program and correct error.

NAT6357 Category in Search Buffer is attribute category.

Category in Search Buffer is attribute category.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6359 Syntax unit in Search Buffer not cat-ISN, cat-name or 'DDE'.

Syntax unit in Search Buffer not cat-ISN, cat-name or 'DDE'.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6360 Syntax unit in Search Buffer not beginning of a search criterion

Page 698: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 698/781Bearbeitet von: Schäfer DV Consulting

Syntax unit in Search Buffer not beginning of a search criterion

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the PRODUCT clause of the DLOGON statement to prevent accessto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6361 Bad built-in ID.

Bad built-in ID.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6362 Syntax unit is not a name.

Syntax unit is not a name.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6363 Stack overflow.

Stack overflow.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6364 No ')' or continuation FIND-group.

Page 699: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 699/781Bearbeitet von: Schäfer DV Consulting

No ')' or continuation FIND-group.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6365 No command ID available.

No command ID available.

A too complex FIND statement has been specified.

Subdivide your FIND statement into two less complex FINDstatements.

NAT6367 For direct call, invalid command ID specified in control block.

For direct call, invalid command ID specified in control block.

A valid command ID must not begin with H'FF' or the letter 'D'.This error also occurs, if a command requires that the commandID has already be defined, and the command ID does not exist,or if a command ID already exists, when it must not yet exist,or if a command ID is defined not in the way as it is expectedby the current command, for example for another category.

Check program and correct error.

NAT6369 Not value of attribute in search value buffer.

An invalid value of an attribute was found in the searchvalue buffer.

Probably an attribute with illegal format has been definedor an illegal built-in category has been specified.The error may arise, also, if the maximum length of 119 bytesfor a descriptor is exceeded.

Contact your ENTIRE DB administrator to correct thecategory definitions.

NAT6370 Not linkage attribute ISN or name in search value buffer.

Page 700: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 700/781Bearbeitet von: Schäfer DV Consulting

Not linkage attribute ISN or name in search value buffer.

This error may occur after a DLOGON to a library in anenvironment which contains other categories than expected bythe program. It may occur as well, if a direct call with anincorrect search value buffer has been performed.

Use the Application clause of the DLOGON statement to prevent acto an environment with invalid categories. In case of an invaliddirect call, check program and correct error.

NAT6374 Error in record buffer: variable length = 0

Error in record buffer: variable length = 0

In a direct call for an update, the length byte = 0 wasspecified for a field with variable length.

Check program and correct error.

NAT6376 Not end of text in Search Buffer.

Not end of text in Search Buffer.

An invalid DLOGON statement (with Syntax 2) or an invalidFIND NATIVE statement has been issued or a direct callwith an invalid search buffer has been specified.

Check program and correct error.

NAT6377 No compare operator after category name/ISN.

No compare operator after category name/ISN.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6378 Category name or directory name not in category table.

Page 701: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 701/781Bearbeitet von: Schäfer DV Consulting

Category name or directory name not in category table.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6379 Only ISN-linkage-attribute > or ^= 0 is implemented.

Only ISN-linkage-attribute > ^= 0 implemented.

Tried to perform a FIND WITH ISN-linkage-attribute > xor ^= x, where x is a non-zero number.

Check program and correct error.

NAT6401 Illegal DNATIVE command.

Illegal DNATIVE command.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6402 Extraneous input follows end of command in Search Buffer.

Extraneous input follows end of command in Search Buffer.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6403 Not a valid syntax-unit in Search Buffer.

Not a valid syntax-unit in Search Buffer.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

Page 702: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 702/781Bearbeitet von: Schäfer DV Consulting

NAT6405 Invalid or missing ISN in Search Buffer.

Invalid or missing ISN in Search Buffer.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6408 Built-in ID missing or invalid.

Built-in ID missing or invalid.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6411 'RECURSIVELY' not allowed here.

'RECURSIVELY' not allowed here.

A direct call or a FIND NATIVE was issued with a syntax errorin the Search Buffer.

Check program and correct error.

NAT6413 'MULTIPLE VERSIONS' misspelled.

'MULTIPLE VERSIONS' misspelled.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6414 'SINGLE VERSION' misspelled.

'SINGLE VERSION' misspelled.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

Page 703: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 703/781Bearbeitet von: Schäfer DV Consulting

NAT6422 Invalid TRACE-option.

Invalid TRACE-option.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6428 Same option entered before.

Same option entered before.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6436 TO-option = 0 not permitted.

TO-option = 0 not permitted.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6437 FROM-option

FROM-option This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6438 FROM-option > TO-option not permitted.

FROM-option > TO-option not permitted.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6444 Attribute option still pending.

Page 704: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 704/781Bearbeitet von: Schäfer DV Consulting

Attribute option still pending.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6445 Invalid STATS-option.

Invalid STATS-option.

This error should occur only in internal ENTIRE DB statementsused in ENTIRE DB ONLINE SERVICES and in ENTIRE DB utilities.

If this error occurs in a "normal" statement, contact SOFTWARE A

NAT6452 Value stack overflow.

Value stack overflow.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6453 Symbol stack overflow.

Symbol stack overflow.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6454 Unexpected return code in module LANPROC.

Page 705: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 705/781Bearbeitet von: Schäfer DV Consulting

Unexpected return code in module LANPROC.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6455 Value stack underflow.

Value stack underflow.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6456 Duplicate information in Search Buffer.

Duplicate information in Search Buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6457 Duplicate value in Search Buffer.

Duplicate value in Search Buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6458 Syntax-unit is not correct.

Page 706: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 706/781Bearbeitet von: Schäfer DV Consulting

Syntax-unit is not correct.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6459 Unexpected end of text in Search Buffer.

Unexpected end of text in Search Buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6460 Extraneous or unrecognized information in Search Buffer.

Extraneous or unrecognized information in Search Buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6461 Illegal special character in Search Buffer.

Illegal special character in Search Buffer.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6462 Error in language definition in module LANTAB.

Page 707: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 707/781Bearbeitet von: Schäfer DV Consulting

Error in language definition in module LANTAB.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6473 External library does not exist.

External library does not exist.

A DLOGON was tried to an external library that is notdefined in the slave environment, where it is expected.

Contact your ENTIRE DB administrator.

NAT6474 Library belongs to invalid application.

Library belongs to invalid application.

A DLOGON was tried to a library that is not assigned to thespecified application.

Retry DLOGON for another library assigned to the correctapplication.

NAT6475 DLOGON from current master environment not allowed.

DLOGON from current master environment not allowed.

A DLOGON to the desired environment is not allowed fromthe current master environment.

Contact your ENTIRE DB administrator.

NAT6476 External password missing or incorrect.

Page 708: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 708/781Bearbeitet von: Schäfer DV Consulting

External password missing or incorrect.

If Syntax 2 is used for the DLOGON statement for an externallibrary and the password of the user in the master environmentis different from the user's password in the new environment,then the user's password in the slave environment must bespecified, too.

Retry DLOGON with correct external password.

NAT6477 DLOGON to another environment failed: restart NATURAL session.

DLOGON to another environment failed: restart NATURAL session.

An overflow occurs in the logical file table and therefore,it is not possible to DLOGON to another ENTIRE DBenvironment in the current NATURAL session.

Restart your NATURAL session and retry DLOGON.

NAT6478 ENTIRE DB system files are not coupled.

ENTIRE DB system files are not coupled.

If the ENTIRE DB system files are not coupled, ENTIRE DB cannotrecognize whether system file 2 belongs with system file 1.For performance reasons it is recommended to use physically coupfiles, although it is also possible to use files which are notcoupled. To avoid errors, ENTIRE DB requires that consecutive finumbers be used if the ENTIRE DB system files are not coupled.

Check that LFile assignment is correct and contact your ENTIRE Dsystem administrator.

NAT6479 Index > UP TO option, update not done for illegal index.

An index for multiple attribute or an attribute in aperiodic group was specified that is larger than thecorresponding UP-TO option.Although the UPDATE command is continued, no attributevalues with an illegal index will be stored.

Check program and correct error or contact your ENTIRE DBadministrator to increase the UP-TO option.

Page 709: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 709/781Bearbeitet von: Schäfer DV Consulting

NAT6480 Alias name rejected because already name of another ERE.

During an IMPORT an alias name was rejected, because this nameis already the name of another ERE.

The name is rejected, because we otherwise would get a duplicatenames error. All other attributes of the imported ERE are update

Check, which ERE should have the name and update the EREsif necessary.

NAT6481 Update of ERE rejected.

During an import the update of an occurrence was rejected.

The ENTIRE DB import rejects the update of the following occurre- library independent occurrences of library semi-independent categories if the DLOGON library is not the GLOBAL-LIBRARY;- the DLOGON user;- libraries which are not dummy.

Check if the ERE in the GLOBAL-LIBRARY is the same as the rejectIf not, rename the ERE in the export library and re-run the EXPOIMPORT programs. If it is, do required update with normal update

NAT6482 ENTIRE system file 2 is defined with ISN reusage.

ADABAS system file 2 for ENTIRE DB is defined with ISN reusage.

A record has been stored with an ISN larger than the MAX-ISNof system file 2 has been stored in system file1.The ENTIRE DB nucleus tried to perform an ADABAS N1 callfor system file 2 to force ADABAS to create an extension ofthe ADABAS address converter. But because of ISN reusageADABAS created an ISN with a small ISN, and didn't create theextension of the address converter. Until the ISN reusage optionhas been reset or the MAX ISN has been increased, it is notpossible to store new records and to perform some updates.

Contact your DBA to reset the ISN reusage option for ADABASENTIRE system file 2.

NAT6483 An ISN exists only in ENTIRE system file 2, but not in file 1.

Page 710: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 710/781Bearbeitet von: Schäfer DV Consulting

An ISN exists only in ENTIRE system file 2, but not in file 1.

The ENTIRE DB nucleus detected an unexpected situation, thatprobably resulted from an error in the ENTIRE DB nucleus.

To continue work with ENTIRE DB terminate NATURAL sessionand begin a new one. Try to reproduce the error with DU=ON to geand contact SOFTWARE AG.

NAT6484 DLOGON rejected, because library contains invalid attributes.

DLOGON rejected, because library contains invalid attributes.

This may happen, if the library has not been defined usingthe utilities or subprograms provided by SAG. One typicalreason is that an import of EREs referencing a library hasbeen executed, and the library has been created as dummy,or a non existing library name has been specified for alinkage attribute with domain library.

Contact your ENTIRE DB administrator to correct thelibrary definition.

NAT6485 ISN in control block is not ISN of ER-category.

ISN in control block is not ISN of ER-category.

Either a DLOGON to an environment where the requested categorydoesn't exist has been performed, or a native call withan illegal ISN in the control block has been performed.

Check program and correct error.

NAT6486 READ LOGICAL only implemented for descriptive attributes.

Page 711: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 711/781Bearbeitet von: Schäfer DV Consulting

READ LOGICAL only implemented for descriptive attributes.

This error can have the following reasons:1) A linkage attribute has been specified in a READ statement. This is not implemented. Use a FIND statement and a SORT statement instead.2) The DDM did not correspond with the category, perhaps because a DLOGON to an environment with other categories has been performed.3) An invalid ENTIRE L3/L6 direct call has been performed.

Check program and previous DLOGON-statement and correct error.

NAT6487 Error in search buffer or value buffer of an ENTIRE call.

Error in search buffer or value buffer of an ENTIRE call.

An ENTIRE direct call with an invalid search buffer or valuebuffer has been performed.

Check program and correct error.

NAT6488 Number of data blocks invalid.

Number of data blocks invalid.

The number of data blocks defined must be either 0, or havea value between 10 and 16, whereby the default value iseither 0 or 10.

Contact your ENTIRE DB administrator regarding Record Sizemaintenance in ENTIRE DB Utilities.

NAT6489 ZSIZE insufficient for this environment.

ZSIZE insufficient for this environment.

The ZSIZE requirements are dependent upon the value assignedto the number of data blocks (record size) in the environment(system files).

Increase ZSIZE and restart NATURAL session.

NAT6490 ERE is inconsistent.

Page 712: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 712/781Bearbeitet von: Schäfer DV Consulting

ERE is inconsistent.

The kind of ERE inconsistency, appearing during a SHOW statementcan be inferred from the kinds of warnings displayed.

This inconsistency should be removed in accordance with theinstructions given on 'Inconsistency' in the ENTIRE DB ReferenceManual.

NAT6491 'ERRORS' not allowed here.

'ERRORS' not allowed here.

The reserved word 'ERRORS' has been detected, but is not allowedin the Search Buffer.

Check program and correct error.

NAT6492 Category Table could not be written. Modules not linked.

Category Table could not be written. Modules not linked.

The modules required for Usage of Category Table are not linkedNATURAL. Please see the ENTIRE DB Installation Manual for furtheinformation.

Check the link job and re-link NATURAL with the required modules

NAT6493 Invalid Relation Elements for Relationship Occurrence.

Invalid Relation Elements for Relationship Occurrence.

Invalid relation elements were specified for storing RelationshiOccurrence. Either all relation elements have NULL value, orrelation element n has NULL value and relation element n+1 doeshave NULL value.

Correct error in program.

NAT6494 Illegal DLOGON session.

Page 713: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 713/781Bearbeitet von: Schäfer DV Consulting

Illegal DLOGON session.

A DLOGON session can have a value between '0' and '9' or '+' or'+' is only allowed if the previous DLOGON session was less than'-' is only allowed if the previous DLOGON session was more than

Correct error in program.

NAT6495 Illegal MASTER Environment.

Illegal MASTER Environment.

Either invalid LFILE parameter have been specified for the ENTIRsystem files, or the ENTIRE DB MASTER Environment has not been icorrectly.

Check your system file assignments with the SYSPROF command. Ifare correct, check that the ENTIRE DB MASTER Environment has beeinstalled correctly.

NAT6496 Illegal Slave Environment.

Illegal Slave Environment.

Either the Slave Environment entry of an external library has bespecified incorrectly, or the ENTIRE DB Slave Environment has nobeen installed correctly.

Check your definition of the slave environment, using ENTIRE DBServices. If it is correct, check that the ENTIRE DB Slave Envirhas been installed correctly.

NAT6497 Copy rejected because REPLACE option not specified.

Copy rejected because REPLACE option not specified.

A copy where the target ERE already exists and is not dummyis only allowed if the REPLACE option has been specified.

Check program and correct error.

NAT6500 EDITOR buffer SSIZE not allocated or too small.

Page 714: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 714/781Bearbeitet von: Schäfer DV Consulting

EDITOR buffer SSIZE not allocated or too small.

The initialization of the EDITOR failed due to insufficientmain storage for its SSIZE buffer.

Restart NATURAL with a larger SSIZE value, or in a largerenvironment.

NAT6501 SAG EDITOR buffer pool not found, invalid or not active.

SAG EDITOR buffer pool not found, invalid or not active.

The SAG EDITOR buffer pool is not defined correctly or it is notallocated or started. Possibly, it was initalized with NATURAL 2An EDITOR buffer pool cannot be shared between NATURAL 2.3 and 3

Check if NTBP macro within the NATURAL parameter module specifieEDITOR buffer pool correctly. For a global buffer pool, check ifbeen started successfully. Correct problem and restart NATURAL s

NAT6502 SAG EDITOR buffer pool too small.

SAG EDITOR buffer pool too small.

The SAG EDITOR buffer pool is defined too small to contain all trequired tables and a sufficient number of blocks. Refer to theNATURAL Operations Manual for information on the SAG EDITOR buffpool space requirements.

Enlarge the SAG EDITOR buffer pool or use a smaller work file anrestart the NATURAL environment.

NAT6503 SAG EDITOR buffer pool initialization timeout exceeded.

SAG EDITOR buffer pool initialization timeout exceeded.

For a multi-user environment or when you are running a globalSAG EDITOR buffer pool, either 1) initialization by another userfailed due to an unexpected abend, or 2) the initialization timevalue has been exceeded.

In the first case, contact SOFTWARE AG support and once problemsolved, restart the EDITOR buffer pool. In the second case, incrthe EDITOR buffer pool timeout parameter and then restart the ED

Page 715: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 715/781Bearbeitet von: Schäfer DV Consulting

NAT6504 Fehler :1: beim Öffnen d. Workfiles/SAG EDITOR Buffer P.

SAG EDITOR buffer pool work file open error ... .

During SAG EDITOR buffer pool initialization, the first access tthe work file has failed with one of the following return codes:

04: Work file cannot be opened or accessed08: Invalid work file record length12: Work file I/O error16: Work file defined incorrectly or in use by another buffer po

Check the console operator log for more detailed messages.Correct the problem with the work file and restart the SAG EDITObuffer pool.

NAT6505 SAG EDITOR work file record length invalid.

SAG EDITOR work file record length invalid.

The EDITOR SAG buffer pool work file has been defined with aninvalid record length. It must be in the range of 504 to 16384bytes and it must be a multiple of 8 bytes.

Redefine the SAG EDITOR buffer pool work file with a correctrecord length and restart the SAG EDITOR buffer pool.

NAT6506 SAG EDITOR buffer pool has been restarted.

SAG EDITOR buffer pool has been restarted.

The SAG EDITOR buffer pool has been restarted by the administratutility. The new buffer pool cannot be accessed by this session.

Restart the NATURAL session to access the new buffer pool.

NAT6507 Editor-Buffer-Pool wurde von:1:initialisiert.

Page 716: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 716/781Bearbeitet von: Schäfer DV Consulting

EDITOR buffer pool initialized successfully by user ...

The SAG EDITOR buffer pool was successfully initialized byuser ... This message is for information only and is notsent to the operator console if the SAG EDITOR buffer poolparameter IMSG=OFF was set.

None

NAT6508 EDITOR-Buffer-Pool initializiert durch Benutzer :1:.

SAG EDITOR buffer pool initialization failed by user ...

The SAG EDITOR buffer pool initialization started by user ...has failed. This message is sent to the operator console onlyif the SAG EDITOR buffer pool parameter IMSG=ON was set.

Check the other messages on the operator console for more detailinformation about the cause of the failure.

NAT6509 Editor-Buffer-Pool terminiert durch Benutzer :1:.

SAG EDITOR buffer pool terminated by user ...

The SAG EDITOR buffer pool has been terminated by user ...This message is for information only and is not sent to theoperator console if the SAG EDITOR buffer pool parameterIMSG=OFF is set.

None

NAT6510 SAG EDITOR work file read error :1:

Page 717: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 717/781Bearbeitet von: Schäfer DV Consulting

SAG EDITOR work file read error ...

An error has occured when reading a record from the SAG EDITORbuffer pool work file. The error reason code explains the causeof the failure as follows:

08: Invalid work file record length12: Work file I/O error16: Incorrect work file defined20: Record not found

Check the console operator log for more detailed messages.Correct the problem with the work file and restart the SAG EDITObuffer pool if necessary.

NAT6511 SAG EDITOR work file write error :1:

SAG EDITOR work file write error ...

An error has occurred when writing a record to the SAG EDITORbuffer pool work file. The error reason codes are:

08: Invalid work file record length12: Work file I/O error16: Incorrect work file defined20: Invalid work file record number

Check the console operator log for more detailed messages.Correct the problem with the work file and restart the SAG EDITObuffer pool if necessary.

Page 718: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 718/781Bearbeitet von: Schäfer DV Consulting

Page 719: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 719/781Bearbeitet von: Schäfer DV Consulting

Page 720: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 720/781Bearbeitet von: Schäfer DV Consulting

Page 721: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 721/781Bearbeitet von: Schäfer DV Consulting

Page 722: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 722/781Bearbeitet von: Schäfer DV Consulting

NAT6900 Interner Fehler :1: des NATURAL Kommando-Prozessors.

NATURAL Command Processor internal error ....

This is a runtime error.

Note the error number ... .Contact Software AG support and quote the error number.

NAT6901 Fehler in ACTION-Klausel von PROCESS COMMAND-Statement.

Error in action of Process Command statement.

One of the following errors has occurred in a PROCESS COMMAND st- The keyword 'ACTION' is missing.- No action or an invalid action has been specified after the ke 'ACTION'. See NATURAL Reference Manual for PROCESSCOMMAND syn

Correct error in program.

NAT6902 Fehler in USING-Klausel von PROCESS COMMAND-Statement.

Page 723: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 723/781Bearbeitet von: Schäfer DV Consulting

Error in USING clause of PROCESS COMMAND statement.

One of the following errors has occurred in a PROCESS COMMANDStatement:- The keyword 'USING' is missing.- The USING operand conflicts with the specified action.- One of the values specified in the USING clause does not agree the field to which it is assigned.- An equal sign '=' is missing between a field and its value.

Correct error in program.

NAT6903 Fehler in GIVING-Klausel von PROCESS COMMAND-Statement.

Error in GIVING clause of PROCESS COMMAND statement.

One of the following errors has occurred in a PROCESS COMMAND st

- The keyword 'GIVING' is missing.

- One of the fields specified in the GIVING clause conflicts wit action specified in the ACTION clause.

- One of the fields required for the specified action has not be defined (in the DEFINE DATA statement or GIVING clause).

- If a DEFINE DATA statement is used, the GIVING clause is not a

Correct error in program.

NAT6904 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6905 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6906 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6907 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

Page 724: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 724/781Bearbeitet von: Schäfer DV Consulting

NAT6908 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6909 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6910 Prozessor-Name ist ungültig oder fehlt.

Processor name is invalid or missing.

In the USING clause of a PROCESS COMMAND statement, you havespecified the name of a Command Processor that is invalid ordoes not exist.

Either specify the correct name or specify the name ofan existing Command Processor.

NAT6911 Angegebenes Objekt ist kein Kommando-Prozessor.

Specified object is not a Command Processor.

In the USING clause of a PROCESS COMMAND statement, you havespecified the name of an object which is not a Command Processor

Use a Command Processor name.Check also your ampersand '&' notation.

NAT6912 Prozessor :1: nicht gefunden.

Processor ... not found.

In the USING clause of a PROCESS COMMAND statement, you have spethe name of a Command Processor which does not exist.

Specify an existing Command Processor.

NAT6913 Eingabe in der Kommandozeile wurde abgewiesen.

Page 725: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 725/781Bearbeitet von: Schäfer DV Consulting

Command not accepted.

Possible reasons for this error:- the command line is empty- the command line contains special characters (such as underscores).

Correct the command line input.

NAT6914 Feld :1: wurde auf ungültige Weise benutzt.

Invalid use of field ....

For valid usage, refer to the NATURAL Reference Manual,PROCESS COMMAND statement, ACTION GET/SET and in particularthe list of possible values for GETSET-FIELD-NAME.

Correct values.

NAT6915 Inhalt von Feld :1: nicht akzeptiert.

Contents of field ... not accepted.

The format/length of the field does not conform to the definitioas listed for the PROCESS COMMAND statement, action SET, in theNATURAL Reference Manual.

Check format/length of field.

NAT6916 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6917 Ungültiger Feldname :1: für Aktion :2:.

Page 726: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 726/781Bearbeitet von: Schäfer DV Consulting

Invalid field name ... for action ... .

There is a conflict between the GETSET-FIELD-NAME usedin the GET and the SET actions, orthe value used in the SET action is invalid.

In case the GET action refers to the LAST-BUFFER,this error indicates that this buffer is notavailable.

Check program syntax.

NAT6918 Fehler :1: bei den Kommando-Daten.

Command Data error ... .

This error occurs at runtime when the command line containsdata that are in conflict with the Command Processor definition.This might occur, for example, if a delimiter is missing. The dathat cannot be interpreted are indicated in the variable ... .

Check command line input against the Command Processor definitioand correct error.

NAT6919 NATURAL Kommando-Prozessor - Security-Fehler :1:.

NATURAL Command Processor - security error ... .

The error that is displayed here comes from NATURAL SECURITY.

Contact your NATURAL SECURITY administrator.

NAT6920 Prozessor :1: nicht erlaubt.

Command Processor ... not allowed.

You are not authorized to use this Command Processor.

Contact your NATURAL SECURITY administrator.

NAT6921 Schlüsselwort :1: nicht erlaubt.

Page 727: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 727/781Bearbeitet von: Schäfer DV Consulting

Keyword ... not allowed.

You are not authorized to use this keyword.

Contact your NATURAL SECURITY administrator.

NAT6922 Dieses Kommando ist nicht erlaubt.

This command is not allowed.

You are not authorized to use this command.

Contact your NATURAL SECURITY administrator.

NAT6923 Inkonsistente Security-Definition für Kommando-Prozessor.

Inconsistent security definition for Command Processor.

The command processor was cataloged after the functionalsecurity was defined. Therfore the processor and the functionalsecurity information don't match.

Contact your NATURAL SECURITY administrator.

NAT6924 Reserviert für den NATURAL Kommando-Prozessor (Security).

Reserved for NATURAL Command Processor Security purposes.

NAT6925 :1: ist nicht moglich für PRIVATE-Synonyme.

Cannot ... PRIVATE synonyms.

Either you do not have authorization for this function;or the Command Processor header definition does not permitthis function

Contact your NATURAL SECURITY administrator.

NAT6926 PRIVATE-Synonym :1: nicht gefunden.

Page 728: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 728/781Bearbeitet von: Schäfer DV Consulting

PRIVATE synonym ... not found.

The PRIVATE synonym you have specified cannot be found.

For details on PRIVATE synonyms, see the PROCESS COMMAND statemePRIVATE clause in the NATURAL Reference Manual.

NAT6927 Schlüsselwort :1: nicht gefunden.

Keyword ... not found.

This may be because you have not specified the keywordcorrectly.

Check that you have entered the keyword name correctly, particulregarding upper and lower case characters, and the length of anabbreviated keyword.

NAT6928 Schlüsselwort ... benutzt im falschen Zusammenhang.

Keyword ... is not used in the correct context.

This is a semantic error.For example, it does not make sense to say: UPDATE DELETE

Check and correct the semantics.

NAT6929 Schlüsselwort vom Type :1: fehlt.

Keyword of type :1: is missing.

The command you issued is missing an essential keyword.Without this keyword the command cannot be interpreted.

Check to see which keywords of the type mentioned can be usedtogether with the keyword(s) entered. Choose the appropriate one

NAT6930 Fehler in der Schlüsselwort-Reihenfolge.

Page 729: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 729/781Bearbeitet von: Schäfer DV Consulting

Keyword sequence error.

You have entered keywords in a sequence other than thatspecified in the Command Processor header.

For example, you may have specified keywords in the order: ACTION OBJECTwhere the order OBJECT ACTIONis required.

Enter keywords in the correct sequence.

NAT6931 Dieses Kommando ist nicht definiert worden.

This command is not defined.

You have specified a command that is not defined.For example you might have entered DELETE CUSTOMER althoughno such command exists, although the keywords DELETE andCUSTOMER do exist.

Specify a valid command.

NAT6932 Kommando-Daten nicht erlaubt.

Command Data disallowed.

No data can be entered with this command.

Enter the command without data.

NAT6933 Datenelement mit mehr als :1: Buchstaben gefunden.

Data element with more than :1: characters found.

The data element entered contains more than the legalnumber of characters.

Check the legal range of input for the data element andcorrect your input.

NAT6934 Datenelement mit nicht-numerischen Buchstaben gefunden.

Page 730: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 730/781Bearbeitet von: Schäfer DV Consulting

Data element contains non-numeric character :1:.

A non-numeric character was entered as part of the dataelement. A data element can contain only numeric characters.

Correct the data element input.

NAT6935 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6936 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6937 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6938 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6939 Reserviert für den NATUARL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6940 Fehler :1: im Buffer vom NATURAL Kommando-Prozessor.

Error ... in buffer for NATURAL Command Processor.

This is an unexpected error. NCPWORK cannot be accessed.

Contact Software AG support.

NAT6941 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6942 Ungültiges GETMAIN für den NATURAL Kommando-Prozessor.

Page 731: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 731/781Bearbeitet von: Schäfer DV Consulting

Invalid GETMAIN request for NATURAL Command Processor.

NCPWORK cannot be opened.This may be because the thread is exhausted.

Reduce ESIZE/FSIZE. Use the BUS / SYSBUS command to find outhow much space you have.

NAT6943 GETMAIN für :1: KB für Prozessor-Buffer nicht erfolgreich

GETMAIN failed for ... KB for Command Processor buffer.

There is not enough space in your NATURAL thread.The value ... indicates the number of KB you cannotrequest.

Ask your NATURAL administrator to decrease ESIZE or FSIZE.

NAT6944 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6945 Buffer für den Kommando-Prozessor nicht bereitgestellt.

Buffer for NATURAL Command Processor is not allocated.

Either:The NCPWORK buffer has been overwritten so theGET / SET action cannot be fulfilled.Or:The Command Processor has been closed.

Open the Command Processor using the PROCESS COMMANDstatement ACTION EXEC.

NAT6946 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6947 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6948 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

Page 732: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 732/781Bearbeitet von: Schäfer DV Consulting

NAT6949 Reserviert für den NATURAL Kommando-Prozessor.

Reserved for NATURAL Command Processor.

NAT6970 Invalid format buffer.

Invalid format buffer.

NAT6971 Verbindungsfehler bei :1:, Ursache :2: :3:.

Page 733: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 733/781Bearbeitet von: Schäfer DV Consulting

Connection error on :1:, reason :2: :3:.

Reason 1: No Transport layer. 2: Connection timed out. 3: Conversation timed out. 4: No space for working storage of Broker Stub. Increase Natural thread or region size by 35K. 5: Data has been cut. Increase MAXBUFF on Server side. 6: Node does not match any pattern. 7: Node not active. 8: Server not active.

Followed by Server/Node

NAT6972 Verzeichnisfehler bei :1:, Ursache :2: :3:.

Directory error on :1:, reason :2: :3:.

Reason 1: No directory. 2: Invalid directory. 3: No space to load directory. Increase RPC size. 4: No server for subprogram/library found in service directory. 5: Recursive RPC with these two subprograms.

NAT6973 Conversation-Fehler bei :1:, Ursache :2: :3:.

Conversation error on :1:, reason :2: :3:.

Reason 1: Too many subprograms for OPEN CONVERSATION. 2: Invalid subprogram name. 3: RPC size overflow. Increase RPC size. 4: Mixed local/remote CALLNAT within one conversation (p It is not possible to execute subprograms which are m of one conversation partially remote and local. Excecute them either completely local or completely r Otherwise it is not possible to share the context are 5: Recursive conversation. It is not possible to execute member of a conversation from within another member. 6: Conversation to close not found. 7: Conversation ID to close is not valid. 99: Internal error.

Page 734: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 734/781Bearbeitet von: Schäfer DV Consulting

NAT6974 Konvertierungsfehler bei :1:, Ursache :2: :3:.

Conversion error on :1:, reason :2: :3:.

Reason 1: Control variables not supported. 2: Conversion error from internal format of :3: th param 3: Conversion error to internal format of :3: th param 4: No space for conversion to internal format of :3: th parameter. Increase MAXBUFF on :1: side. 5: No space for conversion from internal format of :3: th parameter. Increase MAXBUFF on :1: side. 6: Format buffer error for :3: th parameter. 7: No space for working storage in RPC size. Increase RPC size on :1: side. 8: No MAXBUFF defined on Client side but stubless RPC is

NAT6975 Security-Fehler in :1:, Grund :2:, :3:.

Security error on :1:, reason :2: :3:.

Reason 1: Logon required. 2: NATURAL security error. Security Information.

NAT6976 Kontextfehler bei :1:, Ursachencode :2: :3:.

Context error on :1:, reasoncode :2: :3:.

Reason 1: Context Size overflow Getmain failed while increasing the buffer containing the variables of DEFINE DATA CONTEXT.Reason 2: Conflict in type/length definition of variable nnnn The context variable has been defined by a previous p with different type/length definition.

Reason 1: Decrease number of context variables and/or number of concurrent conversations.

NAT6977 Interner Fehler bei :1:, Ursache :2: :3:.

Page 735: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 735/781Bearbeitet von: Schäfer DV Consulting

Internal error on :1:, reason :2: :3:.

Reason 1: Unknown connection error. Error Text. 2: Unknown nucleus error.

NAT6978 Versionsfehler bei :1:, Ursache :2: :3:.

Version error on :1:, reason :2: :3:.

Reason 1: Nucleus version and version of SYSRPC to not aggree. Current Version/Must be Version. 2: Server does not support this version.

NAT6979 *** Reserved for NATURAL RPC ***

*** Reserved for NATURAL RPC ***

Page 736: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 736/781Bearbeitet von: Schäfer DV Consulting

NAT7000 Wert für dynamischen Parameter :1: ist ungültig.

Invalid value specified for dynamic parameter ....

You have specified a value for a dynamic parameter incorrectly.

For information on valid values for this NATURAL profile parametplease refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7001 Wert für dynamischen Parameter :1: muß :2:-:3: sein.

Value for dynamic parameter ... must be ...-....

You have specified a value for a dynamic parameter incorrectly.A valid value for this parameter must be in the range as indicatin the error message.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7002 Wert für dynamischen Parameter :1: muß :2:-:3: oder 0 sein.

Value for dynamic parameter ... must be ...-... or 0.

You have specified a value for a dynamic parameter incorrectly.A valid value for this parameter must be either '0' or in therange as indicated in the error message.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7003 Wert für dynamischen Parameter :1: muß 1 Sonderzeichen sein.

Page 737: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 737/781Bearbeitet von: Schäfer DV Consulting

Value for dynamic parameter ... must be 1 special character.

You have specified a value for a dynamic parameter incorrectly.A valid value for this parameter must be a single special charac

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7004 Wert für dynamischen Parameter :1: muß numerisch sein.

Value for dynamic parameter ... must be numeric.

You have specified a value for a dynamic parameter incorrectly.For this parameter, a numeric value must be specified.

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7005 Wert für dynamischen Parameter :1: muß :2: Zeichen sein.

Value for dynamic parameter ... must be ... characters.

You have specified a value for a dynamic parameter incorrectly.A valid value for this parameter must be a name of 1 to ncharacters.

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7006 Wert für dynamischen Parameter :1: muß 1 Zeichen sein.

Page 738: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 738/781Bearbeitet von: Schäfer DV Consulting

Value for dynamic parameter ... must be 1 character.

You have specified a value for a dynamic parameter incorrectly.A valid value for this parameter must be a single character.

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7007 Wert für dynamischen Parameter :1: muß :2: oder :3: sein.

Value for dynamic parameter ... must be ... or ....

You have specified a value for a dynamic parameter incorrectly.For this parameter, you must specify one of the two value asindicated in the error message.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7008 Parameter :1: gibt es nicht oder dynamisch nicht erlaubt.

Parameter ... non-existent or not allowed dynamically.

You have specified an invalid NATURAL profile parameter dynamicaThe reason may be one of the following:- You have misspelt a parameter name.- You have specified a parameter which does not exist (or is obsolete and no longer exists).- You have specified a parameter which must not be used dynamica

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7009 Werteliste für Parameter :1: ist unvollständig.

Page 739: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 739/781Bearbeitet von: Schäfer DV Consulting

Element missing in value list for parameter ....

You have specified the values for a dynamic parameter incorrectlFor this parameter, you must specify a list of several values;however, one or more of the values were missing.

For further information on valid values for this NATURAL profileparameter, please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7010 Werteliste für Parameter :1: enthält zuviele Werte.

Too many elements in value list for parameter ....

You have specified the values for a dynamic parameter incorrectlFor this parameter, you must specify a list of several values;however, you have specified too many values.

For further information on valid values for this NATURAL profileparameter, please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7011 ')' nach Werteliste für Parameter :1: fehlt.

')' missing after values list for parameter ....

You have specified the values for a dynamic parameter incorrectlFor this parameter, you must specify a list of values which mustenclosed in parentheses; however, the closing parenthesis at theend of the values list is missing.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7012 Für Parameter :1: muß eine Werteliste angegeben werden.

Page 740: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 740/781Bearbeitet von: Schäfer DV Consulting

Value for parameter ... must be a list of elements.

You have specified the values for a dynamic parameter incorrectlFor this parameter, you must specify a list of several values.

For further information on valid values for this NATURAL profileparameter, please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7013 Das Parametermodul :1: gibt es nicht.

The parameter module ... does not exist.

You have specified the name of a parameter module; however,a parameter module of this name does not exist.

Use valid parameter module name;if necessary, contact your NATURAL administrator.

NAT7014 :1: ist kein oder ein fehlerhaftes Parametermodul.

The parameter module ... is invalid.

The specified parameter module is invalid for one of the followireasons:

- it is not a parameter module at all;- it is not compatible with the current NATURAL release;- it is restricted to certain users by the NTUSER macro.

Ensure that you specified a valid parameter module.If necessary, contact your NATURAL administrator.

NAT7015 Wert für dynam. Parameter :1: muß hexadezimal sein.

Page 741: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 741/781Bearbeitet von: Schäfer DV Consulting

Value for dynamic parameter ... must be hexadecimal.

You have specified the value for a dynamic parameter incorrectlyA valid value for this parameter must be hexadecimal.

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7016 Parameter :1: darf hochstens :2:mal angegeben werden.

Parameter ... may only be specified up to ... times.

You have invoked NATURAL with a dynamic parameter which may bespecified several times. However, you have specified the paramettoo often.

For further information on NATURAL profile parameters,please refer to the NATURAL Operations Manual.

Either ignore, or invoke NATURAL again with correct specificatioof dynamic parameters.

NAT7017 Der Benutzer darf diesen Parameter-String nicht benutzen.

User ID ... not authorized to use this parameter string.

The parameter string used is restricted to certain user IDs. Theinitial user ID passed from the environment doesn't match with oof the user IDs specified by the USER profile parameter in the s

Add your user ID to the USER parameter list in the desired paramstring or use an authorized user ID.

NAT7043 Value for dynamic parameter KEY incorrectly specified.

Page 742: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 742/781Bearbeitet von: Schäfer DV Consulting

Value for dynamic parameter KEY incorrectly specified.

Either the specified the function-key name waswrong or not definor the specified function-key value was wrong.Examples of valid KEY parameter specifications are:

KEY=(OFF) - releases all keys defined in parameter modul KEY=(ON) - takes all keys defined in parameter module. KEY=(PF1=OFF) - ignores the PF1 value defined in parameter m KEY=(PF1=LOGON) - replaces the PF1 value defined in parameter KEY=(PF1='LOGON SYSTEM',PF2='L PROGRAM') - replaces PF1 and PF2 values defined in param module.

Restart NATURAL with a valid specification of the KEY parameter.

NAT7200 :1:-Fehler :2: bei Zugriff auf Spool File.

NATSPOOL: ... error ... accessing spool file.

ADABAS/VSAM response code upon call to NATSPOOL fileat NATURAL initialization time was not '0'.Possible reasons are: - The FSPOOL parameter is missing in NATPARM. - The NATSPOOL file, as defined in FSPOOL, may not be loaded. - The NATSPOOL file, as defined in FSPOOL, may not be open. - DD/DLBL statements of NATSPOOL (VSAM) files missing in CICS startup job.

Check status of NATSPOOL file and/or CICS startup job.

NAT7201 NATSPOOL: Benutzerprofil :1: nicht gefunden.

NATSPOOL: User profile ... not found.

The user profile, as defined in the printer parameter,has not been added to the SYSPOOL file.

Define the user profile by using function 'U' ofthe NATSPOOL operator commands.

NAT7202 NATSPOOL: Logisches Druckerprofil :1: nicht gefunden.

Page 743: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 743/781Bearbeitet von: Schäfer DV Consulting

NATSPOOL: Logical printer profile ... not found.

One of the logical printer profiles, contained in the currentlyactive user profile, is not defined on the NATSPOOL file.

Define the logical printer profile by using function 'L' ofthe NATSPOOL operator commands.

NAT7386 Invalid :1: level :2: must be at least :3:.

Invalid .1. level .2. must be at least .3..

The SM level of the component in .1. must beat least .3..

Contact your NATURAL administrator.Install the correct SM level.

NAT7387 The NATURAL for DB2 parameter module is not linked.

The NATURAL for DB2 parameter module is not linked.

This may also indicate that you are using an old versionof the NATURAL parameter module (must be at least 2.2.4).

Contact your NATURAL administrator.Link the NATURAL for DB2 parameter module to your NATURAL enviro

NAT7388 NATURAL SQL interface not active. SQL calls not possible.

NATURAL SQL interface not active. No SQL calls can be processed.

This error message is preceded by an initialization error messag

Check for previous initialization error.

NAT7389 NATURAL SQL interface active without file server.

NATURAL SQL interface active without file server.

This error message is preceeded by an initialization error of thserver. The file server is not available for this NATURAL sessioSQL statements will be processed as normal.

NAT7390 NAT. DB2-Nukleus nicht gelinkt/kann nicht geladen werden.

Page 744: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 744/781Bearbeitet von: Schäfer DV Consulting

... not linked / not found.

The required module ... is not linked to your NATURAL environme

Contact your NATURAL administrator.Check your installation.

NAT7391 DB2SIZE-Parameter auf mindestens :1: setzen.

DB2SIZE parameter must be set to at least ....

The area specified with the DB2SIZE parameter is too small toaccommodate all buffer areas required by NATURAL DB2 / NATURAL S

Set DB2SIZE to the value as indicated in the error message;then invoke NATURAL again.

NAT7392 GETMAIN für DB2SIZE nicht erfolgreich.

GETMAIN for DB2SIZE failed.

During NATURAL initialization, the GETMAIN for the buffer areaspecified by the DB2SIZE parameter failed. The probable reason inot enough free storage is available or that the thread is too s

Reduce NATURAL's total area size allocations, or increase theregion size.

NAT7393 Fehler :1: beim Initialisieren des File-Servers.

Page 745: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 745/781Bearbeitet von: Schäfer DV Consulting

File server initialization error ....

The initialization of the file server failed, returning the reasas indicated in the error message. Possible reason codes and themeanings are: 01 - Global directory full. 04 - Dataset open error. 05 - Dataset read error. 06 - Dataset write error. 07 - ENQUEUE failed. 08 - DEQUEUE failed. 10 - DB2SIZE too small. 11 - System GETMAIN failed. 12 - System FREEMAIN failed. 13 - WAIT request failed. 14 - Not enough space in dataset.Contact your NATURAL administrator.

NAT7394 DB2COMRE konnte nicht geladen werden.

Load of DB2COMRE failed.

During initialization of the NATURAL SQL interface under COM-PETthe COM-PLETE to DB2 interface DB2COMRE could not be loaded.

Typically DB2COMRE is not defined as RESIDENTPAGE.

Contact your COM-PLETE administrator.

NAT7395 NATURAL muß via NDLSINIB im DSNMTV01gestartet sein.

NATURAL must be started via NDLSINIB in DSNMTV01.

In the DSNMTV01 environment all ET/BT calls are to be processedNDLSINIB as requested by the parameter DLISYNC=ON in the NDBPARMbut NATURAL has not been started via the NDLSINIB bootstrap modu

Start NATURAL via the NDLSINIB bootstrap module or set the paramDLISYNC in the NDBPARM to OFF.

NAT7396 Der Benutzerbereich (User Area) wurde verändert.

Page 746: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 746/781Bearbeitet von: Schäfer DV Consulting

User area has been modified.

NATURAL checks the contents of the user area at regular intervalWhen this area has been overwritten, NATURAL cannot guarantee cocontinuation of the NATURAL session.

Restart NATURAL.

NAT7397 Die Systemdatei wurde verändert.

System file has been modified.

NATURAL checks the integrity of the NATURAL system file.If NATURAL detects a discrepancy, this error message is issued.The DBA should try to find out who or why data have been modifiein the system file without proper authorization.

Re-INPL the NATURAL system file.

NAT7398 SM-Level von NATURAL-Nukleus und Systemdatei nicht gleich.

NATURAL nucleus SM level does not agree with system file.

During startup, NATURAL checks whether the system file level agrwith the SM level of the NATURAL nucleus. If these levels do notit is highly likely that some system program will not work.

Restart NATURAL with the correct system file.

NAT7399 Problem mit der NATURAL-Systemdatei.

Problem with NATURAL system file.

NATURAL Version 2 tried to access the NATURAL system fileand found that it is probably a Version 1.2 system file.

Restart NATURAL with correct system file.

NAT7402 Die Angabe dynamischer Parameter ist nicht erlaubt.

Page 747: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 747/781Bearbeitet von: Schäfer DV Consulting

No dynamic parameters allowed.

The NATURAL admininstrator has specified in the default parametesettings for all NATURAL sessions that parameters cannot be specdynamically. All dynamic parameters are ignored.

Start NATURAL without parameters.

NAT7403 Das angegebene Profil :1: wurde nicht gefunden.

Specified profile ... not found. DB/FNR .../....

Natural should start with a given parameter profile, but it coulbe found in the specified system file.

Check the profile definition and the system file using theSYSPARM utility.

NAT7404 Automatische Zeitanpassung (TD=AUTO) nicht erfolgreich.

Automatic time adjustment (TD=AUTO) failed.

When the parameter TD=AUTO is set, NATURAL uses the difference bphysical machine time and logical machine time to set the valueTD (time differential) parameter. While trying to do this, howevinconsistency between the times to be evaluated has been detecte

The time differential has been set to TD=0.

Contact Software AG support.

NAT7405 Produkt von LS- und PS-Parameter darf max. 32760 sein.

Product of LS and PS parameters must not exceed 32760.

The product of the values for the parameter LS and PS must notexceed 32760.

Specify smaller value for LS and/or PS parameter.

NAT7406 Error when reading profile :1:. DB/FNR/RSP :2:/:3:/:4:.

Page 748: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 748/781Bearbeitet von: Schäfer DV Consulting

Error when reading profile .... DB/FNR/RSP .../.../....

Natural should start with a given parameter profile, but a databerror occurred when reading it.

Check the database response code, the profile definition and thesystem file using the SYSPARM utility.

NAT7508 Compression table full.

Compression table full.

Increase value of CMPRTSZ parameter in NATURAL parametermodule.

NAT7509 'GETMAIN' für ENTIRE nicht erfolgreich.

GETMAIN failed for ENTIRE.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

NAT7510 'GETMAIN' für CON-NECT nicht erfolgreich.

GETMAIN failed for CON-NECT.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

NAT7511 'GETMAIN' für TRS nicht erfolgreich.

GETMAIN failed for TRS.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

NAT7512 'GETMAIN' für VSAM nicht erfolgreich.

Page 749: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 749/781Bearbeitet von: Schäfer DV Consulting

GETMAIN failed for VSAM.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

NAT7513 'GETMAIN' für EDITOR nicht erfolgreich.

GETMAIN failed for EDITOR.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

NAT7514 'GETMAIN' für PROCESS nicht erfolgreich.

GETMAIN failed for PROCESS (ASIZE).

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment:Increase your region size or increase the size of your NATURAL twhen running in a thread environment.

NAT7515 'GETMAIN' für DEBUG nicht erfolgreich.

GETMAIN failed for DEBUG.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

NAT7516 'GETMAIN' für PC-CONNECTION nicht erfolgreich.

GETMAIN failed for PC-CONNECTION.

The subsystem using the corresponding buffer will not beable to run.

Restart NATURAL in a larger environment.

Page 750: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 750/781Bearbeitet von: Schäfer DV Consulting

NAT7540 'GETMAIN' für DB2 nicht erfolgreich.

GETMAIN failed for DB2.

NAT7543 'GETMAIN' für USERBUF-Puffer nicht erfolgreich.

GETMAIN failed for USERBUF buffer.

NAT7544 'GETMAIN' für EXTBUF-Puffer nicht erfolgreich.

Getmain failed for :1:.

NAT7545 GETMAIN von :1: für :2:-Puffer nicht erfolgreich.

GETMAIN of ... for ... buffer failed (Reason/Response).

The requested buffer size exceeded the available space in thecurrent thread/partition/region/task.For details see reason code and response code from operating sys

Either decrease the size of the buffer, or start NATURAL in alarger thread/partition/region/task.

NAT7547 GETMAIN für :1: Buffer nicht erfolgreich. :2: nicht verfügbar.

GETMAIN failed for ... buffer - :2: unavailable.

The aquisition of an optional buffer has failed. The componentusing this buffer will be not available.

Increase the thread/region size or decrease other buffer sizes tget more storage available. Then restart the NATURAL session.

NAT7997 PRNTWORK buffer overflow.

PRNTWORK buffer overflow.

NATURAL tried to allocate storage in the PRNTWORK bufferfor a new work file area which was requested by a DEFINE PRINTERstatement, but there was not enough storage available.

Contact NATURAL support.

NAT7998 Initialisierung d. Zugriffsmethode :1: nicht erfolgreich.

Page 751: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 751/781Bearbeitet von: Schäfer DV Consulting

Initialization of access method :1: failed.

The initialization of a print/work file access method has failedThis access method cannot be used during the current session. Anprint or work files defined for this access method cannot be use

Check for the access method error message previously displayed.should give more detailed information. Correct the problem and rthe session.

NAT7999 'GETMAIN' für Print-/Workfile-Puffer nicht erfolgreich.

GETMAIN failed for print / work file buffer.

NATURAL tried to allocate storage for print/work files which werrequested either via JCL or via entries in the parameter module.However, there was not enough space available for these filesin the NATURAL partition/region/thread.

Enlarge size of partition/region/thread, or delete requests forwork files. If the problem remains, contact your NATURAL adminisfor review of printer/work file parameters.

NAT8000 ADABAS-Response-Code beim ersten Aufruf durch NATURAL.

ADABAS response code to initial call from NATURAL.

An ADABAS response code was received upon the initial call fromNATURAL to ADABAS.The error is displayed as 'NAT8nnn', 'nnn' being the response co

Make sure that the ADABAS system has been started.

NAT8200 Invalid program switch to a NATURAL transaction.

Page 752: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 752/781Bearbeitet von: Schäfer DV Consulting

Invalid program switch to a NATURAL transaction.

You want to switch to a non-NATURAL transaction, but you havespecified a NATURAL transaction code.

Module(s): NIIDEFTX, NIIDIRTX

Check the transaction codes used.ORUse the appropriate switching module.

NAT8201 Invalid program switch to a conversational transaction.

Invalid program switch to a conversational transaction.

A direct switch to a conversational transaction from anon-conversational one is not allowed.

Module(s): NIIDIRTX

Check the transaction codes used.ORUse the appropriate switching module.

NAT8210 No free work PCBs.

No free work PCBs.

You cannot create a report because there is no free work PCB.Note: A work PCB is allocated to each open report.

Module(s): NATAM06

Increase the number of work PCBs in the transaction code tabl (WRKPCBS parameter in the NIMTRNTG macro).OR Decrease the number of parallel reports.

NAT8211 Destination :1: for printing the report is not defined.

Page 753: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 753/781Bearbeitet von: Schäfer DV Consulting

Destination :1: for printing the report is not defined.

The destination specified in the NTPRINT macro or in the OUTPUTparameter of the DEFINE PRINTER statement is not a valid IMS/TMdestination.

Module(s): NATAM06

Check your destination.ORContact your system programmer.

NAT8212 Line length larger than block size.

Line length larger than block size.

The current print line is larger than the block size for theprinter destination used.

Module(s): NATAM06

Increase the block size (BLKSIZE parameter in the NTPRINT macro)ORDecrease the line size for the report.

NAT8250 Not enough space for the command in the command buffer.

Not enough space for the command in the command buffer.

The length of the command passed is larger than the size ofthe command buffer.Note:The command buffer is used as I/O area when CMCMMND sends thecommand to IMS/TM.

Module(s): CMCMMND

Check the length of the command passed to CMCMMNDOR Increase the size of the command buffer in the environment table (CMBSIZE parameter in the NIMPARM macro).

NAT8251 The GCMD call failed with status code :1:.

Page 754: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 754/781Bearbeitet von: Schäfer DV Consulting

The GCMD call failed with status code :1:.

The failed GCMD call was used to retrieve the responsesegments for the command passed to IMS/TM.

Module(s): CMCMMND

Contact your system programmer.

NAT8252 Module not allowed in non-conversational NATURAL sessions.

Module not allowed in non-conversational NATURAL sessions.

If you switch to a non-conversational non-NATURAL transaction,a message is required.

Module(s): CMDIRNMZ

Check your environment.ORUse the appropriate switching program.

NAT8253 A program switch has been requested without a message.

A program switch has been requested without a message.

If you switch to a non-conversational transaction, you mustspecify a message.

Module(s): NIIDIRTX

Check the transaction code used.ORUse the appropriate switching module.

NAT8254 Invalid program switch while suspending the NATURAL session.

Page 755: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 755/781Bearbeitet von: Schäfer DV Consulting

Invalid program switch while suspending the NATURAL session.

You may not switch between a conversational NATURAL session andnon-conversational transaction code using the Suspend function.

Module(s): NIIDEFTX, NIIDIRTX

Check the transaction codes used.ORDo not use the Suspend function.

NAT8255 Message passed too large for input message buffer.

Message passed too large for input message buffer.

The length of the message passed is larger than the size ofthe input message buffer.Note:The input message buffer is used as I/O area when the belowmentioned modules send the message to IMS/TM.

Module(s): NIIDEFTX, NIIDIRTX

Check the length of the message passed to NIIDEFTX/NIIDIRTX.OR Increase the size of the input message buffer in the environment table (MISIZE parameter in the NIMPARM macro).

NAT8256 Invalid program switch to a non-NATURAL transaction.

Invalid program switch to a non-NATURAL transaction.

You want to switch to a NATURAL transaction, but you havespecified a non-NATURAL transaction code.

Module(s): NIIDEFT, NIIDIRT

Check the transaction code used.ORUse the appropriate switching module.

NAT8257 You tried to retrieve data outside the SPA.

Page 756: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 756/781Bearbeitet von: Schäfer DV Consulting

You tried to retrieve data outside the SPA.

The area beginning at the specified offset in the specifiedlength must reside entirely inside the SPA.

Module(s): NIIGSPA

Correct the offset and/or length used in your program.

NAT8258 You tried to update data outside the SPA.

You tried to update data outside the SPA.

The area beginning at the specified offset in the specifiedlength must reside entirely inside the SPA.

Module(s): NIIPSPA

Correct the length and/or offset used in your program.

NAT8259 Logical PCB name not defined in transaction code table.

Logical PCB name not defined in transaction code table.

Each logical PCB name used must be defined in the transactioncode table.

Module(s): NIIPCBAD

Check the transaction code table.ORCorrect the PCB name used in your program.

NAT8260 Not enough space for the command in the command buffer.

Page 757: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 757/781Bearbeitet von: Schäfer DV Consulting

Not enough space for the command in the command buffer.

The length of the command passed is larger than the size ofthe command buffer.Note:The command buffer is used as I/O area when NIICMD sends thecommand to IMS/TM.

Module(s): NIICMD

Check the length of the command passed to NIICMD.OR Increase the size of the command buffer in the environment table (CMBSIZE parameter in the NIMPARM macro).

NAT8261 The CMD call failed with status :1:.

The CMD call failed with status :1:.

The failed CMD call was used to send the command to IMS/TM.

Module(s): NIICMD

Contact your system programmer.

NAT8262 The reply length may not be zero.

The reply length may not be zero.

A non-zero reply length is required to retrieve responsesegments for a command passed to IMS/TM.

Module(s): NIIGCMD

Correct the length used in your program.

NAT8263 The GCMD call failed with status code :1:.

Page 758: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 758/781Bearbeitet von: Schäfer DV Consulting

The GCMD call failed with status code :1:.

The failed GCMD call was used to retrieve the responsesegments for the command passed to IMS/TM.

Module(s): NIIGCMD

Contact your system programmer.

NAT8264 The CHNG call failed with status code :1:.

The CHNG call failed with status code :1:.

The failed CHNG call was used to set the destination of thefirst alternate TP PCB to the value passed.Note:The first alternate TP PCB must be modifiable.

Module(s): CMQUEUE, CMQUEUEX, NIIDQUMS, NIIISRTF

Contact your system programmer.

NAT8265 The ISRT call failed with status code :1:.

The ISRT call failed with status code :1:.

The failed ISRT call was used to send the message segmentto the destination set in the first alternate TP PCB.

Module(s): CMQUEUE, CMQUEUEX, NIIDQUMS. NIIISRTF, NIIISRTM

Contact your system programmer.

NAT8266 The PURG call failed with status code :1:.

The PURG call failed with status code :1:.

The failed PURG call was used to implicitely terminate thecurrent message sent to the destination set in the firstalternate TP PCB.

Module(s): CMQUEUE, CMQUEUEX

Contact your system programmer.

Page 759: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 759/781Bearbeitet von: Schäfer DV Consulting

NAT8267 The GU call failed with status code :1:.

The GU call failed with status code :1:.

The failed GU was used to retrieve the first messagesegment from the IMS/TM message queue.

Module(s): CMGETMSG, NIIGMSG

Contact your system programmer.

NAT8268 Message received too large for message area provided.

Message received too large for message area provided.

The length of the message retrieved from the IMS/TM messagequeue is larger than the length of the message area providedby your program.

Module(s): CMGETMSG, NIIGMSG

Increase the length of the message area used in your program.

NAT8269 Message passed too large for input message buffer.

Message passed too large for input message buffer.

The length of the message passed is larger than the size ofthe input message buffer.Note:The input message buffer is used as I/O area when the belowmentioned modules send the message to IMS/TM.

Module(s): NIIISRTF, NIIISRTM

Check length of message passed to NIIISRTF/NIIISRTM.OR Increase the size of the inout message buffer in the environment table (MISIZE parameter in NIMPARM macro).

NAT8270 The CHNG call failed with status code :1:.

Page 760: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 760/781Bearbeitet von: Schäfer DV Consulting

The CHNG call failed with status code :1:.

The failed CHNG call was used to set the destination of thefirst alternate TP PCB to the value passed.Note:The first alternate TP PCB must be modifiable.

Module(s): CMBRCAST, NIIBRCST

Contact your system programmer.

NAT8271 Message larger than output message buffer.

Message larger than output message buffer.

The length of the message passed is larger than the size ofthe output message buffer.Note:The output message buffer is used as I/O area when the belowmentioned modules send the message to IMS/TM.

Module(s): CMBRCAST, CMPUTMSG, CMQUEUE, CMQUEUEX, NIIDQUMS NIIBRCST, NIIPMSG Check length of message passed to above-mentioned modules.OR Increase size of output message buffer in the environment table (MOSIZE parameter in NIMPARM macro).

NAT8272 The ISRT call failed with status code :1:.

The ISRT call failed with status code :1:.

The failed ISRT call was used to send the message segmentto the destination set in the first alternate TP PCB resp.to the destination set in the IOPCB.

Module(s): CMBRCAST, CMPUTMSG, NIIBRCST, NIIPMSG

Contact your system programmer.

NAT8273 The PURG call failed with status code :1:.

Page 761: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 761/781Bearbeitet von: Schäfer DV Consulting

The PURG call failed with status code :1:.

The failed PURG call was used to implicitely terminate thecurrent message sent to the destination set in the firstalternate TP PCB.

Module(s): CMBRCAST, NIIBRCST

Contact you system programmer.

NAT8274 You tried to overwrite the header of the SPA.

You tried to overwrite the header of the SPA.

The specified area must begin behind the SPA header.

Module(s): NIIPSPA

Correct the offset used in your program.

NAT8275 Message segment received too large for input message buffer.

Message segment received too large for input message buffer.

The length of the message segment retrieved from the IMS/TMmessage queue is larger than the size of the input messagebuffer.Note:The input message buffer is used as I/O area when NIIGSEGretrieves the message from IMS/TM.

Module(s): NIIGSEG

Check whether the length of the received segment is as expected.AND/ORIncrease the size of the input message buffer.

NAT8276 The GN call failed with status code :1:.

Page 762: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 762/781Bearbeitet von: Schäfer DV Consulting

The GN call failed with status code :1:.

The failed GN call was used to retrieve the next messagesegment from the IMS/TM message queue.

Module(s): CMGETSEG, CMSEGO, NIIGSEG

Contact your system programmer.

NAT8277 Message segment received too large for message area.

Message segment received too large for message area.

The length of the message segment retrieved from the IMS/TMmessage queue is larger than length of the message areaprovided by your program.

Module(s): CMGETSEG, CMGSEGO, NIIGSEG

Increase the message area size used in your program.

NAT8278 The PURG call failed with status code :1:.

The PURG call failed with status code :1:.

The failed PURG call was used to explicitely terminate thecurrent message sent to the destination set in the firstalternate TP PCB.

Module(s): NIIPURG

Contact your system programmer.

NAT8279 Area specified (whole or part) not in input message buffer.

Area specified (whole or part) not in input message buffer.

The area beginning at the specified offset in the specifiedlength must reside entirely inside the input message buffer.

Module(s): NIIRETRM

Correct offset and/or length used in your program.

Page 763: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 763/781Bearbeitet von: Schäfer DV Consulting

NAT8280 Service module may not be called in online environment.

Service module may not be called in online environment.

In a terminal-oriented environment only the NATURAL INPUTstatement may retrieve messages from IMS/TM.

Module(s): CMGETMSG, CMGETSEG, CMSEGO

Correct the program.

NAT8281 Service module may not be called in online environment.

Service module may not be called in online environment.

In a terminal-orineted environment only NATURAL INPUT and/orWRITE statements may send messages to IMS/TM using the IOPCB.

Module(s): CMPUTMSG

Correct the program.

NAT8290 You tried to overwrite the NATURAL-reserved SPA area.

You tried to overwrite the NATURAL-reserved SPA area.

The area beginning at the specified offset in the specifiedlength must reside entirely outside the the NATURAL-reservedSPA area.

Module(s): CMPUTSPA, NIIPSPA

Correct the offset and/or length used in your program.

NAT9000 Drucker :1: ungültig oder fehlend.

Printer ... invalid or missing.

An output error occurred on one of the printers allocated for reoutput.

Contact your NATURAL administrator.

NAT9100 Drucker :1: ist nicht verfügbar.

Page 764: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 764/781Bearbeitet von: Schäfer DV Consulting

Printer ... not available.

A printout was requested for a printer number which is not definfor the NATURAL session.

Printers may be defined as follows:- in batch, with appropriate job control statements;- online, with dynamic NATURAL parameters.

Make sure that the definitions of printers agree with printerreferences in programs.

NAT9101 Überlauf in Drucker-Ausgabedatei.

Overflow in printer output file.

There has been an overflow of the printer output file.The last two digits are the printer number of the printer filewhich has overflowed.

Increase the size of the printer output file.

NAT9200 Der Speicherplatz für diese Datei ist aufgebraucht.

File space exhausted.

This error message is displayed in the format '92nn',where 'nn' is the number of the file for which space is exhauste

Contact your NATURAL administrator.

NAT9898 Unerwartetes Dateiende oder sonstige Fehler in CMOBJIN.

Unexpected end of file or extended errors in CMOBJIN.

The CMOBJIN data input file had reached the end-of-file conditioat a time when more data were requested for reading.

Terminate program execution via STOP in a controlled way,or omit OBJIN statement.

NAT9899 Unerwartetes Dateiende in CMSYNIN.

Page 765: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 765/781Bearbeitet von: Schäfer DV Consulting

Unexpected end of file in CMSYNIN.

The CMSYNIN input file has reached the end-of-file conditionwhen more data or source input were requested to be read.

When reading data from the CMSYNIN file, the reading of data musbe terminated under program control. The program must be terminawith an END statement, or the NATURAL execution must be terminatwith a FIN command.

Check program and correct error.

NAT9901 NATURAL/TSO Runtime-Umgebung ist nicht TSO.

NATURAL/TSO runtime environment is not TSO.

NATURAL/TSO has been started in a non-TSO environment.

NATURAL/TSO can run in a TSO environment only. Link the approprifrontend interface for this environment to your nucleus.

NAT9902 Dataset CMPRINT kann nicht geoffnet werden.

Dataset CMPRINT cannot be opened.

In batch mode the dataset CMPRINT cannot be opened. Either itis not or incorrectly defined in JCL or it cannot be opened dueto other reasons.

Supply the correct dataset definition for CMPRINT in JCL. Checkoperating system error messages in the job log.

NAT9903 NATSTUB hat keinen Link zum NATURAL-Nukleus.

NATSTUB not linked to NATURAL nucleus.

Either module NATSTUB is not linked to the NATURAL nucleus or,if a shared nucleus is used, NATSTUB is no defined as its entrypoint.

Link the module NATSTUB to the NATURAL nucleus. If a shared nuclis used, specify CMSTUB as its entry point in the link job.

NAT9904 Ungültiger NATURAL-Nukleus :1:.

Page 766: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 766/781Bearbeitet von: Schäfer DV Consulting

Invalid Natural nucleus :1:.

The version of the Natural nucleus does not correspond to thefrontend interface, e.g. you have tried to load a version 2.2 nuvia a version 2.3 frontend.

Link the correct Natural nucleus or specify a correct shared nucname using the parameter NUCNAME.

NAT9905 Terminal-Eingabe/Ausgabe(I/O)-Fehler. :1:: RC=:2:.

Terminal I/O error. :1:: RC=:2:.

A terminal I/O error under TSO has occurred. The response code (comes from the failing TSO request macro (TPUT or TGET).

Check the meaning of the response code in the TSO programming maContact SAG technical support for further problem analysis.

NAT9906 NAT9906 Natural server cannot run as LE/370 MAIN.

NAT9906 Natural server cannot run as LE/370 MAIN.

Natural received control from a frontend server stub but the LE/environment was not initialized by the caller. Natural as a servcannot run as a LE/370 main routine.

Either generate NATOS with option LE370=NO or generate the frontserver stub with LE/370 support if possible.

NAT9910 NAT9910 Session communication area missing or invalid.

NAT9910 Session communication area missing or invalid.

The Natural server session communication area is missing or invaThe session communication area is internally used by the Naturalserver and must be supplied by the frontend server stub.

Contact SAG technical support for further problem analysis.

NAT9911 NAT9911 Invalid storage thread size specified.

Page 767: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 767/781Bearbeitet von: Schäfer DV Consulting

NAT9911 Invalid storage thread size specified.

Running Natural as a server requires the acquisition of main stothreads of a fixed size. The thread size defined by the frontendserver stub is invalid. It must be in the range from 256 kilobytto 16 megabytes.

Specify a correct thread size in the frontend server stub defini

NAT9912 NAT9912 Number of threads invalid or too high.

NAT9912 Number of threads invalid or too high.

Running Natural as a server requires the acquisition of main stothreads. The number of threads defined by the frontend server stis invalid or too high. It must be in the range from 0 to 8191 athe total thread storage must be less than 2 gigabyte.

Reduce the number of threads or the thread size in the frontendserver stub definitions.

NAT9913 NAT9913 Server environment already initialized.

NAT9913 Server environment already initialized.

The frontend server stub requested Natural for serverinitialization but the server environment is already initialized

Terminate the server environment before re-initializing it.Contact SAG technical support for further problem analysis.

NAT9914 NAT9914 GETMAIN for common server table failed.

NAT9914 GETMAIN for common server table failed.

The Natural server environment cannot be initialized because theGETMAIN for its central control block has failed. Sufficient regstorage must be available.

Increase the region size for the Natural server. If the problembe solved, contact SAG technical support for further problem ana

NAT9915 NAT9915 GETMAIN for thread storage failed.

Page 768: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 768/781Bearbeitet von: Schäfer DV Consulting

NAT9915 GETMAIN for thread storage failed.

The Natural server environment cannot be initialized because aGETMAIN for its storage threads has failed. Sufficient regionstorage must be available.

Increase the region size for the Natural server or reduce the nuor the size of its storage threads in the frontend stub definiti

NAT9916 NAT9916 Error retrieving server name token. RC=:1:.

NAT9916 Error retrieving server name token. RC=:1:.

The central anchor for the Natural server is an MVS name token.The retrieve request for the name token has failed with the decireturn code shown in the message. The explanation of the returncan be found in the IBM OS/390 Authorized Assembler Services Refunder the IEANTRT macro call desription.

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

NAT9917 NAT9917 Error creating server name token. RC=:1:.

NAT9917 Error creating server name token. RC=:1:.

The central anchor for the Natural server is an MVS name token.The create request for the name token has failed with the decimareturn code shown in the message. The explanation of the returncan be found in the IBM OS/390 Authorized Assembler Services Refunder the IEANTCR macro call desription.

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

NAT9918 NAT9918 Error deleting server name token. RC=:1:.

Page 769: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 769/781Bearbeitet von: Schäfer DV Consulting

NAT9918 Error deleting server name token. RC=:1:.

The central anchor for the Natural server is an MVS name token.The delete request for the name token has failed with the decimareturn code shown in the message. The explanation of the returncan be found in the IBM OS/390 Authorized Assembler Services Refunder the IEANTDL macro call desription.

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

NAT9919 NAT9919 Invalid server function code.

NAT9919 Invalid server function code.

The frontend server stub called the Natural server with aninvalid server function code.

Contact SAG technical support for further problem analysis.

NAT9920 NAT9920 Roll server not active. SUBSID=:1:.

NAT9920 Roll server not active. SUBSID=:1:.

The Natural server environment requires the Natural roll serverrunning multiple server sessions within a limited number of storthreads. Either there is no roll server started for the specifieNatural subsystem ID or the SUBSID profile parameter is incorrecor dynamically specified in the Natural parameter module.

Start the Natural roll server for the subsystem ID or set the SUprofile parameter correctly or use SUBSID=' ' to run without a rserver or specify this in the frontend server stub definitions.

NAT9921 NAT9921 Server environment not initialized.

NAT9921 Server environment not initialized.

The frontend server stub called Natural with a server functioncode other than 'initialize server' and the Natural serverenvironment is in uninitialized state.

Restart the frontend server stub to reset its state completely.Contact SAG technical support for further problem analysis.

Page 770: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 770/781Bearbeitet von: Schäfer DV Consulting

NAT9922 NAT9922 The initialization session cannot be rolled.

NAT9922 The initialization session cannot be rolled.

The frontend server stub requested a session create, roll-outor roll-in server function while the Natural server was initialiDuring the server initialization phase these server functions arnot allowed.

Contact SAG technical support for further problem analysis.

NAT9923 NAT9923 No server clone session available.

NAT9923 No server clone session available.

The frontend server stub requested a session create but theclone session had not been saved yet.

Contact SAG technical support for further problem analysis.

NAT9924 NAT9924 Session ID missing or invalid.

NAT9924 Session ID missing or invalid.

The Natural server session ID is a unique internal ID to identifa Natural session. The frontend server stub passed either nosession ID or a hexadecimal null session ID which is not allowedor the session ID hads been modified.

Contact SAG technical support for further problem analysis.

NAT9925 NAT9925 Session already exists.

NAT9925 Session already exists.

The frontend server stub requested session create but asession with the same session ID existzs already andis ready to run.

Contact SAG technical support for further problem analysis.

NAT9926 NAT9926 Session not in rolled-in status.

Page 771: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 771/781Bearbeitet von: Schäfer DV Consulting

NAT9926 Session not in rolled-in status.

The frontend server stub requested a session roll-out, executeor save clone function, but the session is not in rolled-in stat

Contact SAG technical support for further problem analysis.

NAT9927 NAT9927 Session not in rolled-out status.

NAT9927 Session not in rolled-out status.

The frontend server stub requested a session roll-in function,but the session is not in rolled-out state.

Contact SAG technical support for further problem analysis.

NAT9928 NAT9928 Compression failed during roll-out. RC=:1:.

NAT9928 Compression failed during roll-out. RC=:1:.

The Natural thread storage compression failed. The exact reasonis indicated by the decimal return code RC=00nn. It is explainedthe Natural documentation.

Contact SAG technical support for further problem analysis.

NAT9929 NAT9929 Decompression failed during roll-in. RC=:1:.

NAT9929 Decompression failed during roll-in. RC=:1:.

The Natural thread storage decompression failed. The exact reasois indicated by the decimal return code RC=00nn. It's explainedthe Natural documentation.

Contact SAG technical support for further problem analysis.

NAT9930 NAT9930 GETMAIN failed for roll buffer.

Page 772: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 772/781Bearbeitet von: Schäfer DV Consulting

NAT9930 GETMAIN failed for roll buffer.

During Natural session thread storage roll-out the GETMAIN requefor the roll buffer failed. Sufficient region storage must beavailable to save the compressed session storage.

Increase the region size for the Natural server or use the Naturroll server as roll facility.

NAT9931 NAT9931 The AUTOTERM facility cannot be initialized.

NAT9931 The AUTOTERM facility cannot be initialized.

In a Natural server environment, the automatic server terminatiofacility helps to avoid problems caused by an unintended DETACHthe server initialization TCB (e.g. MVS abends A03, no server recleanup etc.). The AUTOTERM facility cannot be initialized due tstorage protection problems.

Disable the AUTOTERM facility in the frontend server stub definior contact SAG technical support for further problem analysis.

NAT9932 NAT9932 Natural runtime error occurred - :1:.

NAT9932 Natural runtime error occurred - :1:.

During the execution of a Natural server session the indicatedNatural runtime error NATnnnn occurred.

Read the full runtime error message issued by Natural.It can be either found in the return data on the client sideor in the Natural standard output dataset CMPRINT of the server.

NAT9933 NAT9933 Roll server ALLOCATE request failed. RC=:1:/:2:.

NAT9933 Roll server ALLOCATE request failed. RC=:1:/:2:.

During session creation the ALLOCATE request for a new roll filefailed. Sufficient roll file storage must be available. The reasfor the failure is indicated by the decimal return/reason codes.are explained in the Natural documentation.

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

Page 773: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 773/781Bearbeitet von: Schäfer DV Consulting

NAT9934 NAT9934 Roll server WRITE request failed. RC=:1:/:2:.

NAT9934 Roll server WRITE request failed. RC=:1:/:2:.

During session roll-out the WRITE request to the Natural roll sefailed. The reason for the failure is indicated by the decimalreturn/reason codes. These are explained in the Natural document

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

NAT9935 NAT9935 Roll server READ request failed. RC=:1:/:2:.

NAT9935 Roll server READ request failed. RC=:1:/:2:.

During session roll-in the READ request from the NATURAL roll sefailed. The reason for the failure is indicated by the decimalreturn/reason codes. These are explained in the Natural Document

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

NAT9936 NAT9936 Roll server FREE request failed. RC=:1:/:2:.

NAT9936 Roll server FREE request failed. RC=:1:/:2:.

During session termination the FREE request to the Natural rollserver failed. The reason for the failure is indicated by thedecimal return/reason codes. These are explained in the Naturaldocumentation.

If you cannot find the reason for the problem and correct it, coSAG technical support for further problem analysis.

NAT9937 NAT9937 Server I/O subtask cannot be started. RC=:1:/:2:.

Page 774: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 774/781Bearbeitet von: Schäfer DV Consulting

NAT9937 Server I/O subtask cannot be started. RC=:1:/:2:.

In the Natural server environment, the whole I/O handling is donby a separate MVS subtask, started during server initialization.ATTACH request for the I/O subtask failed. The reason for thefailure is indicated by RC=nnnn/xxxx, where nnnn is the decimalreturn code of the internal function code xxxx.

Contact SAG technical support for further problem analysis.

NAT9969 NATURAL nach Fehlerschleife abgebrochen - ....... nnnn NATnnnn.

NATURAL escaped from error loop - ........ nnnn NATnnnn.

An error loop has occurred, and NATURAL has been terminated.'.........' - is the name of the program which caused the error.'nnnn' - is the number of the source-code line which caused error.'NATnnnn' - is the number of the last error which occurred bef NAT9969 was issued.

If the parameter DU=ON is set, a dump will be produced. Registerthe dump contains the number of the last error which occurred beNATURAL escaped from the error loop and issued NAT9969.

Produce a dump with DU=ON, and correct error;if necessary, contact Software AG support.

NAT9974 NATURAL-Abbruch aufgrund von Abbruchbedingung .....

NATURAL termination forced by abend .....

NATURAL has been abnormally terminated after an abend conditionoccurred, and the profile parameter DU=ON was set:Possible abend conditions are, for example:'S0C7' - data exception,'AICA' - possible loop under CICS,'ATCH' - task cancelled by operator (CICS).

Analyse the dump which has been produced, and correct error.If necessary, contact Software AG support.

NAT9975 Folgeprogramm nicht gefunden - .........

Page 775: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 775/781Bearbeitet von: Schäfer DV Consulting

Back-end program not found - .........

The NATURAL session was terminated normally, but the program '..which was to receive control after the session termination(as specified with the profile parameter PROGRAM) could not be f

Make sure the correct program name is specified with the PROGRAMparameter, and that the program is contained in the appropriatelibrary.

NAT9976 Initialisierungspuffer zu klein.

Initialization buffer too small.

NATURAL could not be initialized because there was not enough spin the initialization buffer. The size of this buffer is determiby the profile parameter ISIZE.

Increase value for ISIZE parameter in the NATURAL parameter moduthen start NATURAL session again.

NAT9977 Ständiger I/O-Fehler bei Eingabeverarbeitung.

Permanent I/O error during input processing.

During batch processing, NATURAL did not receive any input data.

Make sure input data are passed correctly to NATURAL.

NAT9978 Fehler während Programmkompilierung/-ausführung.

Error occurred during execution/compilation.

During NATURAL batch processing, an error has occurred when a prwas being compiled or executed. Batch processing was continued athe error. The session was terminated with return code '4'.

Check the output protocol for any error messages.Correct the error, and re-run the batch job if necessary

NAT9979 Terminal-Konverter-Modul ist nicht gelinkt.

Page 776: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 776/781Bearbeitet von: Schäfer DV Consulting

Terminal converter module not linked.

NATURAL was invoked at a type of terminal which cannot be supporbecause the corresponding converter module for this terminal typnot been linked to the NATURAL nucleus.

Link the missing module to the NATURAL nucleus, then invoke NATUagain.

NAT9980 Gewünschte Buffer-Pool-Große ist nicht ausreichend.

Requested buffer pool size too small.

The buffer pool manager tried to become active, but wasassigned a buffer pool size which is less than the minimumsize required to function properly.

Restart NATURAL with increased size of parameter NBPMSIZE.

NAT9981 Zuwenig Buffer Pool Directories angegeben.

Specified number of buffer pool directories too small.

The NATURAL buffer pool manager tried to initialize with anumber of directory elements which is too small to guaranteeproper functioning of the buffer pool.

Restart NATURAL with increased number of directory entries(parameter NBPMDIRS).

NAT9982 Platz für Directory im Buffer Pool nicht ausreichend.

Not enough space to allocate directory in buffer pool.

The NATURAL buffer pool manager tried to initialize but failed tallocate space for the number of directory elements specified.

Restart NATURAL with fewer directory elements (parameter NBPMDIR

NAT9983 Speicherplatz für Buffer Pool wurde nicht zugewiesen.

Page 777: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 777/781Bearbeitet von: Schäfer DV Consulting

Memory allocation for buffer pool failed.

The NATURAL buffer pool manager tried to initialize the buffer pbut failed to allocate the requested amount of storage from theTP monitor or operating system.Perhaps the amount of storage reserved for the TP monitor or batin the executing partition/region should be reduced.

Restart with a smaller size (parameter NBMPSIZE).

NAT9984 Textelement-Große im Buffer Pool muß 1, 2 oder 4 KB sein.

Buffer pool text element size can only be 1, 2, or 4 KB.

The NATURAL buffer pool manager tried to initialize, and foundthat the requested size for the text blocks of the NATURAL progris not 1, 2 or 4 KB.

Apply ZAP again with correct size value.

NAT9985 Initialisierungsroutine für Buffer Pool ist nicht gelinkt.

Initialization routine for buffer pool not linked.

The NATURAL buffer pool manager tried to initialize,but could not find the initialization routine.

Relink the NATURAL buffer pool manager correctly.

NAT9986 NATURAL-Parametermodul fehlt oder ist fehlerhaft.

NATURAL parameter module missing or invalid.

Either no NATURAL parameter module has been linked to the NATURAnucleus, or the parameter module linked contains an error.

Re-assemble NATURAL parameter module using the correct macro liband link it to the NATURAL nucleus.

NAT9987 NATURAL-Session mit Return Code abgebrochen - RC=nnn.

Page 778: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 778/781Bearbeitet von: Schäfer DV Consulting

NATURAL session terminated abnormally - RC=nnn.

The NATURAL session was terminated by a TERMINATE statement withcode 'nnn' in a NATURAL program.

No action required.

NAT9988 Die Systemdatei-Informationen sind ungültig.

Invalid system file information.

The database ID and/or file number of the NATURAL system file FNhave been changed, but the NATURAL system environment has not beadjusted to this change.

Use function 'A' of the INPL utility to adjust the system enviro

NAT9989 Die NATURAL-Versionen stimmen nicht überein.

NATURAL versions do not agree.

During initialization, NATURAL checks whether the versions of thenvironment-dependent interface, the NATURAL nucleus and the NATparameter module fit together.

Re-assemble the parameter module and/or the interface, and re-lithe NATURAL nucleus.

NAT9990 NATURAL konnte nicht initialisiert werden.

NATURAL initialization failed.

During initialization of NATURAL, an error condition occurred whdoes not allow for continuation of the NATURAL session.This message is preceded by one or more other NATURAL error mess

Correct error as indicated by preceding error messages.

NAT9991 Erforderliches Modul ist nicht gelinkt - xxxxxxxx.

Page 779: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 779/781Bearbeitet von: Schäfer DV Consulting

Required module not linked - xxxxxxxx.

During initialisation of NATURAL, it was detected that the modulwhose name is indicated in the error message is missing from theNATURAL nucleus.

Link the missing module to the NATURAL nucleus; then start NATURagain.

NAT9992 Nicht wiederherstellbarer Abbruch - Session beendet.

Unrecoverable abend - session terminated.

During the attempt to recover the NATURAL session after an abendanother abend has occurred; the NATURAL session was terminated.

Analyse the dump which has been produced, and correct error.If necessary, contact Software AG support.

NAT9993 Fehlendes oder ungültiges ADABAS-Link-Modul - :1:.

ADABAS link module missing or invalid - ...

The ADABAS link module specified by profile parameter ADANAMEcannot be loaded or is invalid. Either the load library ismissing or invalid or the specified module either doesn't existor has been linked incorrectly.

Ensure that the correct load library is attached to the NATURALsession and that it contains the correct ADABAS link module.

NAT9994 Kette der dynamischen Parameter ist zu lang.

String of dynamic parameters is too long.

The character string supplied as dynamic parameters at the startthe NATURAL session was too long.The string of dynamic parameters must not exceed 32767 character

Restart the NATURAL session with fewer dynamic parameters.

NAT9995 Die NATURAL-Session wurde normal beendet.

Page 780: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 780/781Bearbeitet von: Schäfer DV Consulting

NATURAL session terminated normally.

The NATURAL session for this terminal/user was terminated withouany error conditions.NATURAL was terminated by one of the following actions:- entering the command FIN in NEXT/MORE mode,- entering the command %% in NEXT mode,- pressing the CLEAR key in NEXT mode,- executing the statement TERMINATE in a NATURAL program.

No action required.

NAT9996 Das NATURAL-Modul '........' kann nicht geladen werden.

Unable to load NATURAL module '........'.

NATURAL could not load its reentrant part '........'.NATURAL attempts a TP- or OS-dependent load to pass control to ireentrant part. If it is not linked and received an error conditfrom the load, this error message will appear.This error may also occur if the shared NATURAL nucleus cannot blocated, or it resides above 16 MB while the TP interface was nogenerated to support 31-bit mode.

Check module name, and either apply (ZAP) new name or re-link threentrant part with a corresponding name.

NAT9997 Zuwenig Speicher, um NATURAL zu starten - tt/nnn/rr.

Page 781: Inoffizielles Handbuch für Software AG’s NATURAL 3.1sitservice.de/naterr.pdf · Inoffizielles Handbuch für Software AG’s ... NAT0013 Deskriptorname oder ISN fehlt nach BY in

Natural Fehlermeldungen 3.1.1

Kein offizielles Handbuch der Software AG Seite: 781/781Bearbeitet von: Schäfer DV Consulting

Not enough memory to start NATURAL - ttt... nnnK RC=rr.

NATURAL was not able to acquire all required storage buffers.These buffers are used for user area, terminal area, I/O areas,file buffers, etc. If one of the storage acquisition calls failsNATURAL cannot be initialized.'ttt...' - buffer type (as documented in NATCONFG),'nnnK' - buffer size (in KB),'rr' - return code from the GETMAIN request as follows: - 04 = not enough storage 08 = invalid buffer type 10 = duplicate buffer type 18 = invalid buffer length 1C = buffer type not defined in NATCONFG 30 = module NATCONFG not linked 34 = physical GETMAIN failedRC=04/34: reduce buffer sizes or assign a larger thread/partitioThe other return codes indicate a product error; contact SAG sup

NAT9998 E/A-Fehler in der Eingabedatei CMOBJIN.

I/O error on CMOBJIN input file.

An I/O error occurred while data were being read from theCMOBJIN input file.

Contact your database administrator.

NAT9999 E/A-Fehler in der Eingabedatei CMSYNIN.

I/O error on CMSYNIN input file.

An I/O error occurred while data were being read from theCMSYNIN input file.

Contact your NATURAL administrator.