The Store method sets the Glb.Status built-in segment attribute.
When a GetMessage is invoked to retrieve the results of a previous Send, Glb.Status is set to one of the values listed in the following table. In certain cases, the Glb.HubStatus built-in segment attribute also provides further status information.
| Glb.Status Value | Short Description | 
|---|---|
| Spaces | The external automatic entry was successful. | 
| "BLOCK" | The external automatic entry was sent to its destination, but the connection was lost before a response was received. | 
| "BUSY" | Insufficient resources were available to process or deliver the external automatic entry. | 
| "DATA" | The external automatic entry was successful and data has been returned. | 
| "NODB" | The external automatic entry was not successful. | 
| "NOEXT" | An internal automatic entry was attempted when the External method was called (with "true" passed as a parameter) on the ispec. | 
| "TOUT" | The external automatic entry was not successful. | 
| "*****" | The external automatic entry was not successful. | 
| Aborted | The transaction was aborted. |