% @(#)merge_tabl.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:44 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT merge_tabl.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, MERGE/TABLE %.PURPOSE On-line help file for the command: MERGE/TABLE %.VERSION 1.0 12-OCT-1983 : Creation, JDP %---------------------------------------------------------------- \se SECTION./TABL \es\co MERGE/TABLE 12-OCT-1983 JDP \oc\su MERGE/TABLE intable [intable ...] outtable merge table files \us\pu Purpose: Merge table files. The output table will consist of the same columns as the first input table and as many rows as the total set of input tables. The command can be used in connection with the SELECT/TAB command to produce subtables the table(s) specified as input. \up\sy Syntax: MERGE/TABLE intable [intable ...] outtable \ys\pa intable = input table name(s) \ap\pa outtable = output table name \on/see See also: COPY/TABLE \ap\no Note: none \on\exs Examples: \ex MERGE/TABLE TABLE1 TABLE2 TABLE3 OUTPUT This will merge 'TABLE1', 'TABLE2', and 'TABLE3' into output table 'OUTPUT'. \xe \sxe