Please enable JavaScript to view this site.

ESL Documentation

Configuration Command

Set a maximum width for return by subsequent widths commands.

maxwidth [WIDTH] 

WIDTH 

(SQL Server only.) An integer greater than 0 and less than 32700.

(DB/2 only.) An integer greater than 0 and less than 32767.

If you omit WIDTH, the default value of 256 is restored.

Example

response to BigQuery 

   send "maxwidth 30\n" to SQL

   send "widths select * from org\n" to SQL 

See Also:

widths Command