Deactivating a region

Deactivating a region prevents users from using that region. To deactivate a region:

exec sgw_deactregion region

where region is the name of the region you intend to deactivate. This is the name you assigned to the region in the sgw_addregion procedure.

Example

To deactivate the region named “TESTREG”:

exec sgw_deactregion TESTREG 
go