Hi,
I need to add header and trailer to the input file content and create an output.
Input file
A
B
C
D
E
Output
<Header>
A
B
C
D
E
<trailer>
Header should be in the format
H<LABEL1><todays date>
Trailer should be in the format
T<LABEL1><Rec count><todays date>
Rec count on trailer should include header and trailer records too. So in this case it will be 7.
Is there any way, I can still get a FB file out of this as output rather than a FBA.
Thanks