% @(#)print_tabl.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:50 % @(#)print_tabl.hlq 1.1 (ESO-IPG) 7/9/91 12:31:44 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT print_tabl.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, PRINT/TABLE %.PURPOSE On-line help file for the command: PRINT/TABLE %.VERSION 1.0 17-OCT-1983 : Creation, JDP %---------------------------------------------------------------- \se SECTION./TABL \es\co PRINT/TABLE 17-OCT-1983 JDP \oc\su PRINT/TABLE table [column ...] [elem1 [elem2]] [N] [width] PRINT/TABLE table [elem1 [elem2]] [form] [N] print table values on the device/file specified via ASSIGN/PRINT \us\pu Purpose: Print table values on the device/file specified via ASSIGN/PRINT. \up\sy Syntax: PRINT/TABLE table [column ...] [elem1 [elem2]] [N] [width] \\ or \\ PRINT/TABLE table [elem1 [elem2]] [form] [N] \ys\pa table = the table name \ap\pa column = column reference(s) of the listed column(s). \\ All the columns are listed by default \ap\pa elem1 = [optional] sequence number of the element to be printed, or lower limit if elem2 is specified \ap\pa elem2 = [optional] upper sequence number to be printed \ap\pa form = optional format file to control the output layout of the table \\ \ap\pa N = optional parameter; when used , the command will NOT print the header of the table \ap\pa width = optional number of characters per line in the output file/device. This parameter has only an effect when no format file is specified and is defaulted to 80. When a format file is specified, the maximum number of characters per line will be calculated automatically. \ap\sa See also: READ/TABLE, ASSIGN/PRINT \as\no Note: The output will be directed to the device given in the ASSIGN/PRINT command (default is the line printer). \\ If a format file is specified, the command will list ONLY the columns for which a DEFINE/FIELD statement is defined. \\ See the command CREATE/TAB for the description of the format files. \on\exs Examples: \xe\ex PRINT/TABLE eso02 @1 @20 This would print elements 1 to 20 of all columns in the table eso02.tbl . \xe\ex PRINT/TABLE mytable myform N This will print the table mytable.tbl without any header using the format file myform.fmt \xe \sxe