Description:
Create an index on a column.
Currently only temporary indices are created.
Invocation
CALL CAT_INEW (FI, DISP, ORDER; II;
STATUS)
Arguments
FI = INTEGER (Given)
Column identifier for the column from which the index
will be created. The identifier may refer to either a scalar column or a vector column element.
DISP =
CHARACTER()
(Given)
The disposition of the index. The possibilities are: ’
TEMP’
- temporary, ’
PERM’
-
permanent. Currently only temporary indices are implemented.
ORDER = INTEGER (Given)
Order
of the index, coded as follows: CAT__ASCND - ascending, CAT__DSCND - descending.
II =
INTEGER (Returned)
Identifier to the new index.
STATUS = INTEGER (Given and Returned)
The
global status.
Copyright
Copyright (C) 2001 Central Laboratory of the Research Councils
Bugs:
None known