Glb.Min

Glb.Min is a read-only built-in segment attribute that is set to the minimum numeric value that can be represented by the type of host on which the application is running. It is intended for use as a starting point for Determine from logic statements.

When used in the context of an unsigned number-primitive, Glb.Min is set to zero; in the context of a signed number-primitive, Glb.Min is set to negative all 9s.

Glb.Min is similar in usage to the Glb.High, Glb.Low, Glb.Max, Glb.Spaces, and Glb.Zeros built-in segment attributes.

Note: When used as value for profile keys in DB read statements like Determine, ForEach and Lookup, GLB.MIN is only allowed for profile keys defined as numeric.

Properties

Length = (variable)

Primitive = Numeric

Note: The length of Glb.Min defaults to 1 in logic statements involving the complex variant of the Move logic command. The same restriction applies for Profile Condition logic statements.