Previous Topic: GLBLSAVE Macro

Next Topic: PARSE Macro

GOTO Macro

The GOTO macro specifies the next process step to run.

Parameters: GOTO Macro

Target Step Label

Specifies the name that identifies the next process step to run.

Loop Control Limit

Specifies the runaway loop control limit. It prevents the process from being stuck in a loop.

Example: GOTO Macro

In the following example, the GOTO macro specifies that the STEP3 process step is to run next.

PROD------ Automation Services : GOTO Macro Parameter Definition -------------- Command ===> Function=UPDATE . Goto Target ----------------------------------------------------------------. | | | Target Step Label .... STEP3___ | | | | Loop Control Limit ... 100 | | | '-----------------------------------------------------------------------------'