<div>Client wants some select records sent to them using pipe delim format.</div>
<div> </div>
<div>I think I'm fairly close on the output processing, but it's all hard coded.</div>
<div>I want to make this where the user select the records by entering a client number or a range of client numbers.</div>
<div> </div>
<div>This calls for a second output processing? </div>
<div> </div>
<div>So, eventually I can put this on a menu that would call something like</div>
<div> </div>
<div>/u/appl/fp/rreport file -f export -u -a -v clientsel</div>
<div> </div>
<div>In clientsel, I need to put what exactly that would ask the user for a beginning client number and ending client number?</div>
<div> </div>
<div>Also, is it customary in a pipe delim file to have a pipe at the end of the record?</div>
<div> </div>
<div>So, should it look like:</div>
<div> </div>
<div>John|Smith|1234|field1|field2|</div>
<div> </div>
<div>or just:</div>
<div> </div>
<div>John|Smith|1234|field1|field2 ??</div>
<div> </div>
<div>thanks in advance for any guidance</div>
<div> </div>
<div>Scott</div>
<div> </div>