CAT_PUT0 <t >

Put a value to a scalar part (field or column)

Description:

Put a value to a scalar part (field or column). If the identifier refers to a field the value is written to the current row buffer.

Invocation

CALL CAT_PUT0 <t > (PI, VALUE, NULFLG; STATUS)

Arguments

PI = INTEGER (Given)
Part identifier.
VALUE = <type > (Given)
Value to PUT to the part.
NULFLG = LOGICAL (Given)
A flag indicating whether or not the value is null or not: .TRUE. - The value is null, .FALSE. - The value is not null.
STATUS = INTEGER (Given and Returned)
The global status.

Copyright

Copyright (C) 1999 Central Laboratory of the Research Councils

Bugs:

None known