SQL Data Type | For Reports Other Than Block Style | For Block Style Reports |
c1 - c35 | c1 - c35 | c1 - c35 |
c36 - cn where n is the lesser of the maximum configured row size and 32,000 | cj0.35 | cj0.35 |
char(1) - char(35) | c1 - c35 | c1 - c35 |
char(36) - char(n) where n is the lesser of the maximum configured row size and 32,000 | cj0.35 | cj0.35 |
text(1) - text(35) | c1 - c35 | c1 - c35 |
text(36) - text(n) where n is the lesser of the maximum configured row size and 32,000 | cj0.35 | cj0.35 |
varchar(1) - varchar(35) | c1 - c35 | c1 - c35 |
varchar(36) - varchar(n) where n is the lesser of the maximum configured row size and 32,000 | cj0.35 | cj0.35 |
integer1 | f6 | f10 |
smallint (integer2) | f6 | f10 |
integer (integer4) | f13 | f10 |
decimal (31.31 - 31.0) | Based on size. For example, decimal (5.1) defaults to f7.1, allowing additional digits for the decimal point and an optional +|- sign. | |
float(n | n10.3 | f10.3 |
float4 | n10.3 | f10.3 |
float8 | n10.3 | f10.3 |
date | c25 | c25 |
money | '$---------------.nn' | '$---------------.nn' |