Salesforce

Numeric - DB2 (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Numeric - DB2 (Magic xpa 2.x)

The table below lists Magic xpa’s Numeric attribute and the valid data types in DB2. Each entry in the table has a default data type that can be forced by specifying that type in the Type property on the SQL section in the Column Properties sheet.

Magic xpa Storage Type

Magic xpa Picture

Magic xpa Storage Size

DB2 Data Type

Signed Integer

n,1-4

2

SMALLINT

n, 5-9

4

INTEGER

Unsigned Integer

n, 1-2

1

SMALLINT

n, 3-4

2

SMALLINT

n, 5-9

4

INTEGER

Float

n, 1-7

4

FLOAT

n, 8-16

8

DOUBLE

Float MS-Basic

n, 1-7

4

BINARY

n, 8-16

8

BINARY

Float Decimal

n, 1-7

4

BINARY

n, 8-16

8

BINARY

Packed Decimal

n, 1-10

2*n-1

BINARY

Numeric

n ,1-18

n

BINARY

Character Number

n, 1-18

n-1

BINARY

String Number

n, 1-19

n+1

BINARY

Magic Number

n, 1-18

n/2+1

BINARY

C-Isam Decimal

n, 1-32

n/2+1

BINARY

Extended Float

n, 1-15

8

BINARY

Note:

n is the specified picture number.

Magic xpa provides number support up to 18 digits.

Reference
Attachment 
Attachment