/* * rms.h * RMS magic numbers. */ #define IS_SUC (1) /* Successful */ #define ER_FUL (-784) /* File full */ #define ER_REX (-1392) /* Record already exists */ #define ER_RNF (-1472) /* Record does not exist */ #define ER_DUP (-544) /* Dup. key */ #define ER_CUR (-384) /* No current record */ #define ER_EOF (-592) /* End of file */ #define ER_ACC (-32) /* No access */ #define KEY 0 /* Keyed access */ #define RFA 1 /* Physical address */ #define SEQ 2 /* Sequential */