User's Guide

CMLAS

Convert a host file name to a LAS file name.

Function:

Convert a host file name to a LAS file name.

Parameters:

INFILE
Input file. Host file name to be converted to a LAS file name.

OUTFILE
Output file. INFILE is translated to a LAS file name and returned in the specified TAE string variable.

Examples:

  1. LAS> cmlas infile="/adaps/images/ny.img" outfile=outlas

    The input host file name "/adaps/images/ny.img" is translated to the output LAS file name "[adaps.images]ny;img".

Description/Algorithm:

The specified LAS file name is converted to a host file name.

Nonfatal error messages:

    None.

Fatal Error Messages:

  1. [cmlas-fatal] Fatal error encountered

    The error message displayed immediately preceding this message is the specific error encountered. Processing is terminated.

  2. [cmlas-qstring] Error writing LAS name to vblock

    CMLAS was unable to write the LAS file name to the variable block. If the error persists contact the system administrator.

  3. [cmlas-vblock] Error returning LAS file name

    CMLAS was unable to send the variable block to TAE. If the error persists contact the system administrator.

User Notes:

    None.