COBOL Manual for TNS and TNS/R Programs
HP COBOL Limits
HP COBOL Manual for TNS and TNS/R Programs—522555-006
20-7
Callability
•
Subscripts
See Nesting depth.
Callability
TNS HP COBOL programs can call programs written in:
•
TNS HP C
•
TNS HP C++
•
TNS HP COBOL
•
FORTRAN
•
Pascal
•
TAL
In the non-CRE environment, if a run unit contains any HP COBOL program, then its
main program must be a HP COBOL program.
Native HP COBOL programs can call programs written in:
•
Native HP C
•
Native HP C++
•
Native HP COBOL
•
pTAL
External Names
Within a run unit, no external data item can have the same name as any external file
connector or any program.
Ranges of Values
The ranges of values for types NATIVE-2, NATIVE-4, and NATIVE-8 are:
Type Lower Bound Upper Bound
NATIVE-2 -32768 +32767
NATIVE-4 -2147483648 +2147483647
NATIVE-8 -9223372036854775808 +9223372036854775807