NoKey: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The NOKEY error condition can be used at the end of a program statement and in the Exit statement, but it cannot be specified in an ON error statement. ===Error Traps:===...") |
No edit summary |
||
Line 1: | Line 1: | ||
The | The '''NoKey''' [[error condition]] (also known as [[error code]] [[4272]]) can be used at the end of a program statement and in the [[Exit]] statement, but it cannot be specified in an ON error statement. | ||
===Error Traps:=== | ===Error Traps:=== |
Revision as of 12:45, 10 April 2014
The NoKey error condition (also known as error code 4272) can be used at the end of a program statement and in the Exit statement, but it cannot be specified in an ON error statement.
Error Traps:
NOKEY traps the error that occurs when a file does not contain the specified key when a KEY= or SEARCH= clause is used on a file opened for the KEYED method of access.