====== ColHead ====== ==== Description ==== Use ColHead to create an alternate column heading for a column. ==== Syntax ==== COLUMN **ColHead** "col_heading" ==== Remarks ==== ColHead has the following parameter. ^Parameter^Description^ |//col_heading//|The format override specification //col_heading// contains the alternate text to be used in the column heading. If the column heading created in the format override is longer than the column width, the column heading is truncated to fit the column width.| ==== Example ==== In this example, the heading "Inv Date" will appear above the column for the column INV_DT. If the display length of the INV_DT column is less than eight characters, the column heading specified in the command will be truncated appropriately. List INVOICE INV_DT ColHead "Inv Date"