PICXBINARY

Enables programs to use PIC X(n) host variables to receive data from BINARY, VARBINARY, LONGVARBINARY columns in binary format without changing source to use SQL TYPE BINARY host variables.
Restriction: PICXBINARY exists to facilitate Net Express/Server Express compatibility. Applications created or maintained using Visual COBOL should use SQL TYPE BINARY host variables instead when dealing with BINARY columns data.

Syntax:

[NO]PICXBINARY

Properties:

Default: NOPICXBINARY

Scope:

Used at compile time: No
Behavior at run time: Source file

See Scope - OpenESQL SQL Compiler Directive Options for more information.