Copies selected columns of the input IBIS tabular file into selected columns of the output IBIS tabular file.
Copies selected columns of the input image based information system (IBIS) tabular file into selected columns of the output IBIS tabular file. The rest of the columns of the output file are set to zero.
- INFILE
- Input file. Input IBIS tabular file from which selected columns are copied.
- OUTFILE
- Output file. Output IBIS tabular file. The number of columns in the output file is specified by the NCOLS parameter.
- INCOL(--)
- Input columns. The columns to be copied from the input file. The default value indicates that columns 1 through n (n = number of values in OUTCOL) are to be copied.
- OUTCOL(--)
- Output columns. The columns to copy to in the output file. The default value indicates that the input columns should be copied to columns 1 through n (n = number of values in INCOL).
- NCOLS(--)
- Number of columns. The number of columns in the output file. The default value indicates that the output file is to have the same number of columns as the input file or the largest column specified in OUTCOL--whichever is larger.
Columns 1 through 4 of the input file are copied into columns 1 through 4 of the output file. There are four total columns in the output file.
Columns 1 through 10 of IN;IBIS.TAB are copied into columns 1 through 10 of OUT;IBIS.TAB. There are ten total columns in the output file.
Nine columns are created in the output file. Columns 1, 2, and 3 of IN;IBIS.TAB are copied into columns 5, 7, and 9 of OUT;IBIS.TAB. Columns 1, 2, 3, 4, 6, and 8 of OUT;IBIS.TAB are set to zero.
The program begins by getting the user-specified parameters. The input and output files are opened, and the columns of the input file specified by INCOL are copied into columns of the output file specified by OUTCOL. The rest of the columns of the output file are set to zero.
An error was encountered closing <XXXXX> file. The data may still be valid.
A column location was specified for INCOL that is not present in the input IBIS file.
A fatal error was encountered during processing. The output IBIS tabular file may or may not be valid. The message that is displayed immediately preceding this message is the specific error that was encountered.
An error was encountered while trying to open the specified file.
An error was encountered while trying to read from the specified IBIS tabular file.
The INCOL and OUTCOL parameters work together, and the same number of values must be entered for each one.
An error was encountered while trying to write to the specified IBIS tabular file.