DEASSIGN command

From m204wiki
Revision as of 01:04, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Privileges
User
Function
Deassigns an alias for the name of a procedure

Syntax

DEASSIGN alias

Where: alias is an existing alias for a procedure name.

Example

DEASSIGN EMP

Usage notes

The DEASSIGN command deassigns an alias that has been established for a procedure name. An alias can be specified at the time that the procedure is defined (in the PROCEDURE command) or at a later time (in the ASSIGN command). After the DEASSIGN command has been executed, the procedure name and all other aliases remain in effect.

The DEASSIGN command does not execute in group context if the group contains multiple procedure files. In this case, aliases must be deassigned in file context.

When it processes DEASSIGN, Model 204 ends any current User Language update unit and begins a non-backoutable update unit. If a Model 204 command non-backoutable update unit is in progress, DEASSIGN is included in that update unit. For more information about Model 204 update units, see the Model 204 File Manager's Guide.