Start of change

Command line processor CHANGE MAXCOLUMNWIDTH command

The CHANGE MAXCOLUMNWIDTH command changes the number of bytes in a table column that the command line processor returns.

>>-CHANGE MAXCOLUMNWIDTH--TO--integer--------------------------><

integer
The maximum number of bytes in any column that is displayed after execution of:
  • An SQL SELECT statement
  • An SQL CALL statement that returns a result set
  • A command line processor LIST TABLES, DESCRIBE TABLE, or DESCRIBE CALL command

This value overrides the value of the MaxColumnWidth command line processor property during the command line processor session.

End of change