1 MERGE MERGE This program merges two input tables WITH THE SAME NUMBER OF LINES. 2 Z_TABLE$ TASK\FILE "First input table" Z_TABLE$ This is the name of the first input table. 2 Y_TABLE$ TASK\FILE "Second input table" Y_TABLE$ This is the name of the second input table. 2 X_TABLE$ TASK\FILE "Output table" X_TABLE$ This is the name of the output table. 1 END