<div dir="ltr"><div>well, to me 'name' would be   export ascii hdr=      <---- to me, hdr would be the 'name', unless they mean</div><div>export ascii hdr=(file) -A ?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 12:35 PM, Walter Vaughan via Filepro-list <span dir="ltr"><<a href="mailto:filepro-list@lists.celestial.com" target="_blank">filepro-list@lists.celestial.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you would hit the F10 key you would see that the syntax is<br>
EXPORT ASCII name -A<br>
How does your naming the export file match/line up with the help example?<br>
<div><div class="h5"><br>
-----Original Message-----<br>
From: Filepro-list<br>
[mailto:<a href="mailto:filepro-list-bounces%2Bwvaughan">filepro-list-bounces+wvaughan</a>=<a href="mailto:steelerubber.com@lists.celestial.com">steelerubber.com@lists.celestial.com</a>]<br>
On Behalf Of scooter6--- via Filepro-list<br>
Sent: Thursday, September 24, 2015 12:12 PM<br>
To: <a href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a><br>
Subject: appending export<br>
<br>
I'm trying to write an export that will make first record the client name<br>
pulled from a variable Then append that file and make the next line the<br>
column headers for my csv file Then append again to same file with data from<br>
the records selected...<br>
<br>
I'm doing  export ascii hdr=(file) f=, o=" c=" r=\n    to write the header,<br>
then I say in processing goto part2<br>
<br>
part2  is  export ascii col -A=(file) f=, o=" c=" r=\n  then do column<br>
headings using -A flag to append export then goto part3<br>
<br>
part3 is export ascii jmg -A=(file) f=, o=" c=" r=\n then assign data from<br>
about 10 fields<br>
<br>
There are 13 records that get selected, but when it runs all I get is the<br>
hdr data populated on 13 different lines.....no column headings or data....<br>
<br>
What is wrong with the -A syntax I'm using??<br>
<br>
thanks<br>
<br>
Scott Ullmann<br>
PDM<br>
</div></div>-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL:<br>
<<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20150924/e7
d0c2ae/attachment.html" target="_blank" rel="noreferrer">http://mailman.celestial.com/pipermail/filepro-list/attachments/20150924/e7<br>
d0c2ae/attachment.html</a>><br>
_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank" rel="noreferrer">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
<br>
_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank" rel="noreferrer">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
</blockquote></div><br></div>