Description:
Create a
scalar part (column or parameter).
Invocation
CALL CAT_PNEW0 (CI, PTYPE, PNAME,
DTYPE; PI; STATUS)
Arguments
CI = INTEGER (Given)
Identifier to the catalogue in
which the part is to be created.
PTYPE = INTEGER (Given)
Type of part to be created,
coded as follows: CAT__FITYP - column (or field), CAT__QITYP - parameter.
PNAME =
CHARACTER()
(Given)
Name of the part to be created.
DTYPE = INTEGER (Given)
Integer code for the data type
of the part to be created.
PI = INTEGER (Returned)
Identifier to the new part.
STATUS =
INTEGER (Given and Returned)
The global status.
Copyright
Copyright (C) 1999 Central
Laboratory of the Research Councils
Bugs:
None known