!ISAM.DEF Version [101] - Standard ISAM / ISAM-A symbols !-------------------.-------------------.-------------------.-------------------. !EDIT HISTORY ! VEDIT=101 ! Note: history reformatted 9-Feb-17 ! [101] 16-Jul-15 / jdm / Add ISAM_DK (implemented in 6.1.1318.0) ! [100] 17-Jul-07 / jdm / Created !-------------------.-------------------.-------------------.-------------------. define ISAM_NF = -3 ! Key not found. define ISAM_NA = -2 ! Record not available (locked). define ISAM_LT = -1 ! Found key with lesser value. define ISAM_EQ = 0 ! Found key with equal value. define ISAM_OK = 0 ! Operation succeeded define ISAM_GT = 1 ! Found key with greater value. define ISAM_DK = 2 ! Dup key err during create'record ! (requires AF_ISAMNODUPERRS in ASFLAG)