The state of an HDS object specifies whether or not its value is defined. It is represented as a logical value where .TRUE. means defined and .FALSE. means undefined.
Objects start out undefined when they are created and become defined when you write a value to them. In general, an error will result if you attempt to obtain the value of an object while it is still undefined.
HDS Hierarchical Data System