Help for ILIST

PURPOSE

Lists the values of selected columns for a selected row of an
ibis file with ascii labels for each.

TAE COMMAND LINE FORMAT

	ilist inp=A row=n cols=(3,6,4) labels=("name","age","height")

OPERATION

RESTRICTIONS

	WRITTEN BY		A. L. Zobrist		15 Jul 2005
	COGNIZANT PROGRAMMER	A. L. Zobrist

REVISIONS
  2008-01-02 WLB Switched to USES_ANSI_C AND LIB_CARTO; misc cleanup  
  2016-05-16 WLB Migrated to MIPL; replaced printf with zifmessage


PARAMETERS:


INP

IBIS file name

SR

The row to list values from

NR

The number of rows to list

COLS

The columns to list

LABELS

Labels for the columns

PRNT_REC

prints the record number .END

See Examples:


Cognizant Programmer: