Previous Topic: GLVCHAINMAX ParameterNext Topic: GLVNOTIFYRULES Parameter


GLVDELETERULES Parameter

The GLVDELETERULES parameter activates global variable rule execution for the three delete variable function codes of OPSVALUE. The delete function codes are R (remove), 4 (delete by name mask) and 6 (single variable delete). The OPSDELV command or function implicitly uses the 4 and 6 codes. To execute a GLV delete rule, at least one variable must be successfully deleted. The new GLV.FUNCTION built-in variable contains the OPSVALUE function code of the variable operation. This variable can be used to distinguish a delete operation from an update operation.

Default

NO

This value prevents global variable delete events.

Other possible values

YES

This value activates global variable rule execution for the variable deletes.

Set or modify this parameter...

Anytime

Example: GLVDELETERULES

This function specifies that global variable rules for variable delete functions are executed.

OPSPRM('SET','GLVDELETERULES','YES')