CAT_PPTS <t >

Create a parameter, simultaneously setting some of its attributes

Description:

Create a parameter, simultaneously setting some of its attributes.

Note that the attributes set correspond to the ones usually used with FITS tables. Also note that the data type attribute can be deduced from the type of the routine. However for CHARACTER parameters the CHARACTER size attribute should be set using CAT_TATTC.

Invocation

CALL CAT_PPTS <t > (CI, QNAME, VALUE, COMM; QI; STATUS)

Arguments

CI = INTEGER (Given)
Catalogue identifier.
QNAME = CHARACTER() (Given)
Name of the parameter.
VALUE = <type > (Given)
Value for the parameter.
COMM = CHARACTER() (Given)
Comments about the parameter.
QI = INTEGER (Returned)
Identifier for the parameter.
STATUS = INTEGER (Given and Returned)
The global status.

Copyright

Copyright (C) 1999 Central Laboratory of the Research Councils

Bugs:

None known