SET*(To-Screen, To-Vector, From-Vector)

Several different SET instructions that are paired with a parent instruction exist. The SET commands are used to update data in the next screen with data from the current screen.

Data is passed from the From-Vector to the To-Vector by field name. The field with data in the To-Vector needs to exist with the same name in the From-Vector.

Multiple SET commands for the same parent instruction and the same To-Screen are processed in the order they are displayed on the Instructions tab. This is significant when the To-Vector is referenced multiple times in different SET* commands.