IsamCreate(isam_file, num_reclen, key num_pos num_len);
isam_filenum_reclennum_posnum_len Creates an Isam file with the specified record length and the specified key position and length.
0 -1$rc=isamcreate("order", 30, key 0 10);Creates an Isam file with a record length of 30 characters and a key of 10 characters starting at position 0.
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |