Hi All,
I need to add the sequence number of the file in my trailer record.
The trailer rec need to be formated as
"TR"number of records in this file, the file sequence number
the file seq number needs to contain the number of the file, that means
file seq num=1 for the first file
=2 for the second file
=3 for the third file and so on
the job will run in daily basis, so this file seq num have to increase in such a way so that
today's file seq num=yesterday's file seq num + 1
Can anybody please answer me , weather it is possible or not? If yes th