Reporting : Native reporting system : Reporting system command language : LENGTH subcommand
  
LENGTH subcommand
Use the LENGTH subcommand with the FIELD command to indicate the maximum number of characters (alpha/numeric) a field’s value can have.
The structure of the statement is:
FIELD field-identifier { LENGTH numeric-length }
Example
FIELD "Name" { LENGTH 15 }
This example shortens the default Name field length of 31 characters to 15. Otherwise the entire field, up to 31 characters, are printed in the column.
Parent topic
Reporting system command language