AST_REMOVECOLUMN

Remove a column from a table

Description:

This function removes a specified column from the supplied table. The routine returns without action if the named column does not exist in the Table (no error is reported).

Invocation

CALL AST_REMOVECOLUMN( THIS, NAME, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Table.
NAME = CHARACTER ( ) (Given)
The column name. Trailing spaces are ignored (all other spaces are significant). Case is significant.
STATUS = INTEGER (Given and Returned)
The global status.