CRE Programmer's Guide
Data Type Correspondence
Common Run-Time Environment (CRE) Programmer’s Guide—528146-004
A-3
Table A-2. Integer Types, Part 2
Language 64-Bit Integer Bit Integer of 1 to 31 Bits Decimal Integer
BASIC INT(64)
FIXED(0)
-- --
C long long -- --
COBOL PIC S9(n) COMP or 
PIC 9(n) COMP 
without P or V,
10 ð n ð 18
NATIVE-8
1
-- Numeric DISPLAY
FORTRAN INTEGER*8 -- --
SQL NUMERIC(10)…
NUMERIC(18)
PIC 9(10) COMP…
PIC 9(18) COMP 
LARGEINT
-- DECIMAL (n,s)
PIC 9(n) DISPLAY
TAL
pTAL
FIXED(0), INT(64) UNSIGNED(n), 1 <
 n < 31 --
Return 
Value Size 
(Words)
4 1, 1 or 2 in TAL 1 or 2, depends on 
declared pointer size
1. HP COBOL only










