7830

From BR Wiki
Jump to navigation Jump to search

Summary:

Invalid limits in RECORD

Cause:

Lower limit is greater than the upper limit in a sort RECORD specification. RECORD 0,11,1,C,"a","Z" is invalid because "a" has an ASCII value of 97 and "Z" is 90. Uppercase letters come before lowercase letters in ASCII.

Remedy:

Run PRESORT and change the limits so that they are ordered according to the current ASCII collating sequence