Supported DDL Features

Top  Previous  Next

Data Types

This is a list of DDL data types currently supported by the SOAP/AM Service Definition Wizard:

 

PIC X
PIC 9 ("T" not supported, COMP-3 and PACKED-DECIMAL not supported)
TYPE CHARACTER
TYPE BINARY 8 [ UNSIGNED ]
TYPE BINARY 16 [, scale ] [ UNSIGNED ]
TYPE BINARY 32 [, scale ] [ UNSIGNED ]
TYPE BINARY 64 [, scale ]
FLOAT [ 32 ]
FLOAT 64
ENUM

 

Elements using any other data type will be treated as 'string'.