<div>Trying to create an export (fixed length) using following syntax:</div>
<div> </div>
<div>export ascii ach=/appl/fpmerge/achtest.txt -X r=\n</div>
<div> </div>
<div>then do all my field assignments, etc</div>
<div> </div>
<div>ach(1)=1;ach(2)=2...etc</div>
<div> </div>
<div>When the file is created it&#39;s not adding a line feed after each record?</div>
<div> </div>
<div>I have tried with and without the r=\n ??</div>
<div> </div>
<div>When looking at the output file, it just lists the records one after the other</div>
<div> </div>
<div>i.e.  file looks like:</div>
<div> </div>
<div>627065400153        45496004627314074269     104280298</div>
<div>                                           ^ new record should start here</div>
<div> </div>
<div>Should look like:</div>
<div> </div>
<div>627065400153        45496004</div>
<div>627314074269        104280298</div>
<div> </div>
<div>Why is it not adding the line feed?</div>
<div> </div>
<div>Thanks for any insight</div>
<div> </div>
<div>Scott</div>