Previous Topic

Next Topic

Book Contents

Book Index

%%$RESOLVE

Control-O always attempts to resolve a variable that begins with %%. By default, if the AutoEdit expression cannot be fully resolved, the DO action containing the variable, and all subsequent DO actions of the current activation of the rule, are cancelled.

You can override this default by including a %%$RESOLVE NO or %%RESOLVE FORCE statement in a previous DO SET parameter statement. For details, see AutoEdit Resolution Override Process.

If any %%$RESOLVE statements other than %%$RESOLVE NO are specified, and a variable cannot be resolved, subsequent DO actions in the rule are cancelled and an error message is issued.

A %%$RESOLVE statement is assigned in a DO SET statement and affects all subsequent DO statements until the next %%$RESOLVE statement in the rule. For more information, seeDO SET: Automated Console Action Parameter.

Parent Topic

Control Statements