Stopping Replay at a Break Point

If you want to stop the replay at a break point, edit the input file and add the following on a line by itself right in front of the last line you want executed before the break point:

<BREAK>

On replay (online only), the input sequence is replayed up to the line following the break point, and then the keyboard is opened for stepwise motion through the remainder of the script using existing PF key functions. This technique enables you get to a specific point in a long script very quickly.

If you use F10 or F11 to move down in the script, and a break is encountered along the way, replay stops at the break point rather than proceeding to where the PF key would have taken you.

You can set multiple break points in a script file by inserting multiple <BREAK> commands in the file.


Information Builders