A_MSSQL_MAX_BINARY_LENGTH

This configuration variable specifies the maximum size of a COBOL variable that can be used as a BINARY data type in SQL Server. Data items larger than this value become IMAGE types in the server. The default value is 8001.

See the topic Preparing your Programs for more information about data types in AcuSQL.