SORT-MERGE/XL General User's Guide (32650-90883)
78 Chapter6
SORT-MERGE/XL Commands
END
The following example shows what occurs when the >END command is entered after the
terminal has been designated as the input device and output device. The terminal is
designated as the input device by specifying * (for $STDIN) in the >INPUT command. It is
designated as the output device by specifying $STDLIST in the >OUTPUT command.
>INPUT *
>OUTPUT $STDLIST
>KEY 1, 4
>END
?user input
?user input
?user input
?:EOD
sorted data
sorted data
sorted data
ADDITIONAL DISCUSSION
None.