Considerations for graphic (multi-byte) character sets in FORTRAN embedded SQL applications
Graphic (multi-byte)
host variable data types are not supported in FORTRAN. Only mixed-character
host variables are supported through the
character
data
type. However, it is possible to create a user SQL descriptor area
(SQLDA) that contains graphic data.