open-insight/SYSPROG/STPROCINS/LH_VERIFY_ERRORS.txt
2024-03-25 15:17:34 -07:00

22 lines
1.3 KiB
Plaintext

Compile Insert LH_Verify_Errors
LH_Errors = ''
LH_Errors<1,1> = "Table could not be read."
Lh_errors<1,2> = "Framesize %1%; should be between 256 and 10000 bytes."
LH_Errors<1,3> = "Primary frame header type %1% is incorrect."
LH_errors<1,4> = "Table size %1%, framesize %3%, modulo %2%; table size/framesize <> modulo."
Lh_Errors<1,5> = "Overflow frame header type %1% is incorrect."
LH_errors<1,6> = "L, N and P hash computation error."
LH_errors<1,7> = "Row is in the wrong group."
LH_errors<1,8> = "Offset %4%, frame %3%, in %2% table; row terminator (char(255)) is missing."
LH_errors<1,9> = "Group %2% in overflow frame header (frame %1%) is not consistent with the current group."
LH_errors<1,10> = "Overflow frame %2%, boundary %1%; forward pointer points to a nonexistent position in the overflow file."
LH_errors<1,11> = "Overflow frame %1%, which holds the free frame list, is missing."
LH_Errors<1,12> = "Free frame list in frame %1% is not sorted."
LH_Errors<1,13> = "Offset %3%, frame %2% in %1% table; byte after end-of-group mark (EOG--CHAR(80)) is not null."
LH_errors<1,14> = "Frame %2% in %1% Table; forward/skip forward pointer(s) in the last frame of this group is not null."
LH_errors<1,17> = "Record Key exceeds maximum length"
* the above is used for LH_VERIFY utility, should be very descriptive (took from arev systext record)