Next: HUGE, Previous: GMTIME, Up: Intrinsic Procedures
HOSTNM — Get system host nameThis intrinsic is provided in both subroutine and function forms; however,
only one form can be used in any given program unit.
     
| CALL HOSTNM(NAME[, STATUS]) | 
| STATUS = HOSTNM(NAME) | 
| NAME | Shall of type CHARACTER(*). | 
| STATUS | (Optional) status flag of type INTEGER. 
                         Returns 0 on success, or a system specific error
                         code otherwise. |