appending export
scooter6 at gmail.com
scooter6 at gmail.com
Thu Sep 24 09:11:40 PDT 2015
I'm trying to write an export that will make first record the client name
pulled from a variable
Then append that file and make the next line the column headers for my csv
file
Then append again to same file with data from the records selected...
I'm doing export ascii hdr=(file) f=, o=" c=" r=\n to write the header,
then I say in processing goto part2
part2 is export ascii col -A=(file) f=, o=" c=" r=\n then do column
headings using -A flag to append export
then goto part3
part3 is export ascii jmg -A=(file) f=, o=" c=" r=\n then assign data from
about 10 fields
There are 13 records that get selected, but when it runs all I get is the
hdr data populated on 13 different lines.....no column headings or data....
What is wrong with the -A syntax I'm using??
thanks
Scott Ullmann
PDM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.celestial.com/pipermail/filepro-list/attachments/20150924/e7d0c2ae/attachment.html>
More information about the Filepro-list
mailing list