-GOTO (Bypass command)
The -GOTO command is used in conjunction with the STARTOVER AEXIN keyword that allows worklist commands to be bypassed for execution until the specified sync number supplied with the-GOTO command is reached.
The -GOTO command allows STARTOVER execution of a worklist to begin processing from a point other than the beginning of the worklist of phase. Prior execution of the worklist might have completed unsuccessfully and requires re-execution following some committed work.
If the worklist is for a receive-type work ID, the command must manually be added to PHASE-2 and be the first command following the first -SYNC command of PHASE-2. The only commands before the -GOTO are -TIME, -SSID, -WKID, -GLID (optional), -MIGR (receive-type work ID) and the first -SYNC command of the worklist or phase.
The STARTOVER AEXIN keyword disables auto-restart processing for a work ID and utilities. This allows worklist processing to start at the beginning of a worklist or phase of a worklist if a two-phase migrate worklist was generated. We recommend that you do not use this command often.
Two command sequence numbers are specified with the -GOTO command, as shown in Example of -GOTO command:
- The first is the command sequence number of the -GOTO command that must be in ascending order with the prior and subsequent commands around -GOTO.
- The second is the command sequence number of the command the user wishes to be the start of this execution of the worklist.
Example of -GOTO command
-SYNC 000200 START OF EXECUTION SYNCPOINT
-GOTO 000250 000750
Related topic