606

From BR Wiki
(Redirected from 0606)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
  2. don't do that.