8.1.11 Get_Status_Output Procedure

The Get_Status_Output procedure returns the output string from a status variable. It has an assignment interface so that it may be called by assigning a Status_type variable to a character variable.

Calling syntax:

Status_String = S or
call Get (Status_String, S)  

Input variable:

 S  The status to be examined.

Output variable:

 Status_String  Output string for this status variable.

The Get_Status_Output code listing contains additional documentation.

Michael L. Hall