0703

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

Illegal access by REC=

Cause:

  1. Attempt to access a sequential file with a REC= clause.
  2. Attempt to access an internal file with a POS= clause.

Remedy:

  1. Open the file RELATIVE or remove the REC= clause.
  2. Open the file EXTERNAL or remove the POS= clause.