ASCII imports (AREV Specific)
At 18 FEB 2005 03:44:01PM Steve Bell wrote:
Wondering if you can import more than one ascii file in one import record. The prompt on the import entry screen says Dos file Name(s). If so do you just place a comma between file names?
All of these files will be the same layout. This job was to be ran once a day but they are way behind and need to catchup. The orginal files are on tape. When our Mainfram converts the tape files to ascii files, they want to do several at once.
At 19 FEB 2005 09:20PM Warren Auyong wrote:
Unfortunately not, unless you modify the import program.
What you could do is a DOS copy merge, provided the files do not end with the control-z end of record mark but end with a CR-LF
For example at DOS just type:
COPY file1.txt + file2.txt + file3.txt joined.txt
Then import joined.txt