4282: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Error | {{Error | ||
|4282 | |4282 | ||
|[[Operating System Error]] 82 | |[[Operating System Error]] 82 or Data does not match LINK= | ||
|Business Rules! returns this code when an I/O error has occurred on a file opened [[Linked|LINKED]]. One possibility is that the data in the key area specified by the [[OPEN]] statement does not match the [[READ | |Business Rules! returns this code when an I/O error has occurred on a file opened [[Linked|LINKED]]. One possibility is that the data in the key area specified by the [[OPEN]] statement does not match the [[Read File|READ]] statement's LINK <nowiki>=</nowiki> string.Business Rules! also returns this code to reflect a operating system error 82 (cannot make directory entry) | ||
|If due to I/O error on file open LINKED, check for typos in the LINK <nowiki>=</nowiki> string; make sure the program is accessing the desired record.If due to operating system error 82, see the appropriate Operating System Manual for suggestions. | |If due to I/O error on file open LINKED, check for typos in the LINK <nowiki>=</nowiki> string; make sure the program is accessing the desired record.If due to operating system error 82, see the appropriate Operating System Manual for suggestions. | ||
}} | }} | ||
[[Category:Error Codes]] | [[Category:Error Codes]] |
Latest revision as of 19:34, 25 September 2014
Summary: |
Business Rules! returns this code when an I/O error has occurred on a file opened LINKED. One possibility is that the data in the key area specified by the OPEN statement does not match the READ statement's LINK = string.Business Rules! also returns this code to reflect a operating system error 82 (cannot make directory entry) |
---|---|
Cause: |
If due to I/O error on file open LINKED, check for typos in the LINK = string; make sure the program is accessing the desired record.If due to operating system error 82, see the appropriate Operating System Manual for suggestions. |
Remedy: |
. |