Script functions reference > Script functions in alphabetical order > I > IsamCreate

IsamCreate
Syntax
IsamCreate(isam_file, num_reclen, key num_pos num_len);
isam_file 
num_reclen 
num_pos 
num_len
Description
Creates an Isam file with the specified record length and the specified key position and length.
Returns
0
-1
Example
$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 Updated: 2013-03-01