11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

System and Other FunctionsParametersnThe value that specifies whether <strong>Caché</strong> allows the current process to kill root-level globalnodes. 0 enables root-level global node kills (the default). 1 disables root-level global nodekills.Notes$ZUTIL(68,28,n) overrides any system-wide setting. Thus, you can prohibit root-nodedeletion even if that prohibition is deactivated system-wide. You can also deactivate prohibitionof root-node deletion even if that prohibition is activated system-wide.This system-wide default behavior can be configured using the $ZUTIL(69,28) function.Refer to $ZUTIL(69,28) — Control Root (Unsubscripted) Node Kills.See Also• KILL command• $ZUTIL(69,28) Control Root (Unsubscripted) Node Kills function$ZUTIL(68,30)Sets error handling behavior for the current process.$ZUTIL(68,30,n)$ZU(68,30,n)ParametersnThe boolean value that specifies whether or not a process uses <strong>Caché</strong>-style errorhandling. 0 specifies <strong>Caché</strong>-style behavior. 1 specifies DSM-style behavior. Thesystem default setting is 0.DescriptionThe $ZUTIL(68,30) function specifies whether a process uses <strong>Caché</strong>-style error handling(the default) or legacy (DSM) error handling.When an error handler is invoked in <strong>Caché</strong>, that error handler remains on the stack of establishederror handlers. Therefore, if an error occurs while the error handler is executing, that618 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!