one 

Definition of the table one

EXEC SQL CREATE TABLE one
  (keyf         FIXED (6),
   indf         FIXED (3),
   ...,
   PRIMARY KEY (keyf)); /*1000 rows*/

The single-column index indf is created for the table one.