Previous Topic: RC 2006Next Topic: RC 2008


RC 2007

UNABLE TO PRINT TABULAR FORMAT OUTPUT: OVER nnnn COLUMNS

UNABLE TO PRINT TABLUAR FORMAT OUTPUT: PRTWIDTH SPEC nnnn EXCEEDED

Reason:

The width of the data or the number of columns to print exceeds what is possible for a tabular (multiple columns/line) printing format. The output is converted to THIN or COLUMN format, so only one column/line is output.

Action:

If you still want tabular format, increase the PRTWIDTH option value to handle the maximum width of the data being output. If the message is related to the maximum number of allowed columns, modify the SELECT statement to limit the number of columns for each execution.