SystemLimits Category

The global constants for JADE system limits are listed in the following table.

Global Constant Integer Value
Max_Byte #FF
Max_Identifier_Length 100
Max_Integer #7FFFFFFF (equates to 2,147,483,647)
Max_Integer64 #7FFFFFFFFFFFFFFF (equates to 9,223,372,036,854,775,807)
Max_UnboundedLength #FFFFFFFF
MaximumCollectionBlockSize #40000
MaximumCollectionDisplay 32000
Min_Byte #00 (equates to 0)
Min_Integer #80000000 (equates to -2,147,483,648)
Min_Integer64 #8000000000000000 (equates to -9,223,372,036,854,775,808)