Exporting Multi-valued stacks to an ASCII file in AREV 2.03 (AREV Specific)
At 17 APR 1998 03:42:22PM Bill Chiari wrote:
Are there any utilities available that allow the exporting of Multi-valued stacks so each occurence is on its own line, as opposed to them all dumping out on one line. Any help would be greatly apperciated. You may also email responses to [email protected]
Thanks
At 18 APR 1998 06:12AM Andrew P McAuley wrote:
I am not aware of any such utilities - we normally just code a solution for the job in hand.
World Leaders in all things RevSoft
At 18 APR 1998 01:59PM Matt Sorrell wrote:
I don't know about AREV 2.03, but in AREV 3.12 I often will do the following:
PDISK
SELECT BY
LIST …….. (P)
PDISK PRN (this closes your dos file)
This should then split out each mv-field as a separate line item in your dos file. Or, you could just write a simple program that loops through the multi-valued fields and does an OSBWRITE to your file.
Matt Sorrell
At 21 APR 1998 11:06AM Victor Engel wrote:
You could generate an R/List report to the printer sorting on the multivalued field.