drop_cs

Use the drop_cs command to delete information about a coordinate system from the database.

When this command is processed, information about the coordinate system is removed from the DB2GSE.ST_COORDINATE_SYSTEMS catalog view.

Restriction: You cannot drop a coordinate system on which a spatial reference system is based.

Authorization

The user ID under which the command is invoked must have either SYSADM or DBADM authority.

Command syntax

DSN5SCLP /drop_cs DALLAS
	-coordsysName cs_name

Parameter descriptions

All parameters are required and case-sensitive unless otherwise indicated.

-coordsysName
Uniquely identifies the coordinate system. You must specify a non-empty value for this parameter.

Example

This example shows how you can use the drop_cs command to delete information about a coordinate system.
DSN5SCLP /drop_cs DALLAS +
-coordsysName "COORD_SYS2"