0715

From BR Wiki
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:

Illegal sequence

Cause:

  1. Use of an illegal sequence for REREAD, REWRITE, or DELETE.
  2. A SAME positional parameter is used when no record has previously been referenced.

Remedy:

  1. Make sure that REREAD, REWRITE, or DELETE follows a successful READ or REREAD, or make sure that REC= or KEY= are used.
  2. Make sure the record has been referenced prior to the use of the SAME positional parameter.