606: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
|Invalid element in [[Open]] [[statement]]
|Invalid element in [[Open]] [[statement]]
|The Open statement includes an invalid element in the KPS<nowiki>=</nowiki> or KLN<nowiki>=</nowiki> string. Some possibilities:
|The Open statement includes an invalid element in the KPS<nowiki>=</nowiki> or KLN<nowiki>=</nowiki> string. Some possibilities:
# The record length, key position or key length for an Open statement is either missing or invalid.
# [[Open Linked]] statement attempted to use first 8 bytes of record as key field (releases [[3.60]] and higher).
# [[Open Linked]] statement attempted to use first 8 bytes of record as key field (releases [[3.60]] and higher).
# The key position of the key length for an Open statement is either missing or invalid.
|
|
#Add or correct the [[RecL]]<nowiki>=</nowiki>
#Add or correct the [[RecL]]<nowiki>=</nowiki>, KPS<nowiki>=</nowiki> and/or KLN<nowiki>=</nowiki> parameters.
#Add or correct the KPS<nowiki>=</nowiki> and/or KLN<nowiki>=</nowiki> parameters.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Revision as of 18:01, 6 October 2022

Summary:

Invalid element in Open statement

Cause:

The Open statement includes an invalid element in the KPS= or KLN= string. Some possibilities:

  1. The record length, key position or key length for an Open statement is either missing or invalid.
  2. Open Linked statement attempted to use first 8 bytes of record as key field (releases 3.60 and higher).

Remedy:

  1. Add or correct the RecL=, KPS= and/or KLN= parameters.