User's Guide

DLTTRAN

Transfer DAAC DLT metadata files to a remote system

Function:

Transfer DAAC DLT metadata files to a remote system. Upon transmission, the files will be removed.

Parameters:

INFILE("[SGS4.KM1.ADAPS.DBDAAC]*;L1B")
Input files. File names matching this specification will be processed. Wild-card specifications are permitted.

OUTSYS("EDCSGS10")
Output system. The remote system to which the files matching INFILE will be transferred.

OUTDIR("[PROD.IMS.DB.ORB_SEG.INDATA]")
Output directory. The output directory on OUTSYS to which the files matching INFILE are to be transferred.

Examples:

  1. LAS> dlttran infile=[dir1.dir2]ah*.arch outsys=edcsg1 outdir=[sg1.final.dir]

    All files matching "ah*.arch" in the directory "[dir1.dir2]" will be copied to "[sg1.final.dir]" on the remote system "edcsg1". Once each file has been successfully transmitted, it is removed from the directory ""[dir1.dir2]". Messages are logged in "dlttran;log" in the ADAPSLOG directory.

Description/Algorithm:

All of the files matching INFILE will be transmitted to OUTDIR on the remote system OUTSYS. Once each file has been successfully transmitted, it is removed from the directory specified by INFILE. Messages are logged in "dlttran;log" in the ADAPSLOG directory.

Nonfatal Error Messages:

Fatal Error Messages:

User Notes:

  1. The UNIX remote copy "rcp" utility is used to transfer files to the specified remote system.
  2. Files with the syntax "root;sufix1;sufix2" should not be processed using this routine.