Level 2 Help for TRANSCOL

INP

                    Input IBIS Interface file


OUT

                    Output IBIS Interface file


DATACOL

          Integer DATACOL is applicable to both modes. 
          
          In the first, it indicates the column number 
          from which the data values to be moved come 
          from.  

          In the second mode, DATACOL indicates the 
          destination column to which the short col-
          umns will be sent.


INDEXCOL

          INDEXCOL specifies, for mode 1, which column 
          will be used as an index to match the values 
          specified through the VALUES parameter.


NULL

	  SPECIFYS THE VALUE OF OTHERWISE ZEROED OUT ENTRIES.


VALUES

          VALUES is a list of values to match against 
          the index column in mode 1. Each time one of 
          these user-specified values is found in the 
          index column, the data element corresponding 
          to the index column entry is moved to the
          the column specified by TOCOL which corresponds 
          to the value number.


TOCOL

          TOCOL is the list of columns to which data will
          be sent in mode 1. Whenever the index value for 
          a data element matches one of the values specified 
          by the user through the VALUES parameter, that piece
          of data is moved to a column corresponding to the
          value matched.

          TOCOL, then, must have the same number of entries 
          as VALUES.


FROMCOL

          FROMCOL is relevant to mode 2 only, and indicates 
          which short columns contain data to be moved to the
          column specified by DATACOL.


NCOL

          NCOL is the number of short columns to be processed, 
          and so is only applicable in the second mode.  If 
          NCOL is less than integer DATACOL, DATACOL columns 
          will be processed.