c_cmtae - Returns the LAS name when given a host name

SYNTAX

#include "las.h"

FUNCTION c_cmtae (hname, lname)

     char *hname;
     char *lname;

PARAMETERS

hname (input, character, length (CMLEN))

Host filename.

lname (output, character, length(CMLEN))

LAS filename.

DESCRIPTION

c_cmtae is used to translate the host filename to the LAS filename. The returned LAS filename will be fully specified only if the host filename was fully specified.

RETURN VALUE

c_cmtae returns

     E_SUCC (0)  --> successful completion 
     E_FAIL (-1) --> operation failed