Input - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

The input PST files must be available on AFS before you call the function. To upload a PST file to AFS, use the \afs -put command in ACT. For example, to copy all PST files in the current directory on your Queen to the /test/ directory on AFS, use this command:

\afs -put *.pst /test/

If AFS does not have the specified directory, the command creates the directory before copying the files to it.

Here are more examples for uploading PST files to AFS:

\afs -put /home/beehive/*.pst /test/subdir1/
\afs -put /home/beehive/test1.pst /test/subdir2/
\afs -put /home/beehive/test3.pst /test/subdir3/file1.pst

The third example stores the file test3.pst as file1.pst in AFS.