ISAM 한 레코드의 최대 길이는 32511 bytes 이다. 더 큰 길이로, 파일을 만드려고 (isbuild) 하면 132(iserrno) 에러가 난다.


Building a Variable-Length File
Use the isbuild function to create a C-ISAM file for variable-length records.
To build a file for variable-length records
1. Before you call isbuild, set isreclen to the minimum number of bytes
in the variable-length record.
This establishes the length of the fixed-length portion of the record.
The total record length can range from 2 to 32,511 bytes; the fixedlength
portion can range from 1 to 32,510 bytes.


더 긴 레코드 처리를 해야하는데, 어떻게 할까?