I am trying to append files with a unix command in datastage and its not working.
Unix commands does work.
For examples if there are 5 files in a directory like
/a/file1.txt /a/file2.txt /a/file3.txt /a/file4.txt /a/file5.txt
Second files is not appending in output. I did interchanged files and second file is not in output.
Do you know how files can be appended using AWK or SED, I want to give it a try