606: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
# [[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.
# The key position of the key length for an Open statement is either missing or invalid.
|Add or correct the [[RecL]]<nowiki>=</nowiki> and/or KPS<nowiki>=</nowiki> and/or KLN<nowiki>=</nowiki> parameters.
|
#Add or correct the [[RecL]]<nowiki>=</nowiki>
#Add or correct the KPS<nowiki>=</nowiki> and/or KLN<nowiki>=</nowiki> parameters.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Revision as of 18:00, 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. Open Linked statement attempted to use first 8 bytes of record as key field (releases 3.60 and higher).
  2. The key position of the key length for an Open statement is either missing or invalid.

Remedy:

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