Hi Friends,
I have 'N' number of files as shown below of LRECL=80 and RECFM=FB
USERID.FILENAME1.FILE
USERID.FILENAME2.FILE
USERID.FILENAME3.FILE
....
....
I have to combine the contents of all these files into one file 'USERID.COMBINED.FILE'. Everyday I have to combine 'N' number of files into a single file.
Can you please suggest a way to do this.
Thanks,
lal