Alternate Index File (ALTINDF)

IBM® i DDM supports access to a logical file by using the DDM alternate index file model.

A logical file allows access to the data records stored in a physical file by using an alternate index defined over the physical file. Only single format logical files can be accessed through IBM i DDM. Logical files with select/omit logic can be accessed, but records that are inserted might not be retrievable if they are omitted by the select/omit logic.

Supported record classes

An IBM i alternate index file can have fixed-length record (RECFIX) or variable-length record (RECVAR) for storage.

Once a non-IBM i source server opens a file on the IBM i target using variable-length record access, the IBM i target continues to send and receive variable-length records on all subsequent I/O operations.

Note: IBM i DDM supports the DDM file transfer commands Load Record File (LODRECFIL) and Unload Record File (ULDRECFIL) for all of the file models except alternate index file.